Time |
Nick |
Message |
06:39 |
|
rfrasur joined #evergreen |
07:18 |
|
collum joined #evergreen |
08:00 |
|
BDorsey joined #evergreen |
08:07 |
|
Rogan joined #evergreen |
08:08 |
|
rfrasur_ joined #evergreen |
08:37 |
|
mmorgan joined #evergreen |
08:39 |
|
rfrasur joined #evergreen |
08:44 |
|
Stompro joined #evergreen |
09:01 |
|
mmorgan joined #evergreen |
09:02 |
|
Dyrcona joined #evergreen |
09:17 |
|
mmorgan1 joined #evergreen |
09:55 |
|
dguarrac joined #evergreen |
10:04 |
|
mantis1 joined #evergreen |
10:20 |
|
kworstell-isl joined #evergreen |
10:59 |
|
BrianK joined #evergreen |
11:05 |
|
jihpringle joined #evergreen |
11:34 |
* Dyrcona |
thinks consistent return values for OpenSRF Perl modules would be a nice thing. |
11:35 |
Dyrcona |
Like, maybe they could all return an event with a TEXTCODE and have the response in the payload. |
11:43 |
Dyrcona |
Maybe that wouldn't work so well for streaming calls, eh? |
12:10 |
Dyrcona |
oof. Looks like auto-renewal events can error even if the notification event is created. I'll have to check for that, too. |
12:11 |
Dyrcona |
After lunch. |
12:38 |
scottangel_ |
So... I'm wrapping up this strict barcode thing. I've introduced a new setting in the db. Where do I add the initial insert statement? If you upgrade EG I've got that working but if you install EG fresh I don't. |
12:39 |
berick |
scottangel_: 950.data.seed-values.sql |
12:39 |
berick |
drop it down at the bottom |
12:39 |
scottangel_ |
Thank you sir! |
12:40 |
scottangel_ |
berick++ |
13:18 |
berick |
experimenting w/ Angular 16 for a local project. pretty excited this is now an option within the TS code: this.myStr = $localize`Here we are as a string` |
13:18 |
berick |
gonna save a lot of time and complexity down the road |
13:31 |
scottangel_ |
Is that like the template literals in js? I assume you could do `This is some variable this.myStr` |
13:32 |
scottangel_ |
my bad, it would be `This is some variable ${this.myStr}` |
13:37 |
berick |
scottangel_: yes, that also works. |
13:37 |
berick |
the $localize bit means it gets added to the translation file |
13:38 |
Dyrcona |
JS discovers gettext.... Welcome to the '80s. :) |
13:38 |
berick |
const someString = $localize`Translate me with ${someOtherString}`; |
13:39 |
berick |
iow, we can eventually get rid of the <eg-string/> component entirely |
13:39 |
berick |
and all the code required to link strings together |
13:40 |
Dyrcona |
berick++ for experimenting |
13:46 |
Dyrcona |
Is it just me, or does unless{}/else{} look ugly and wrong? I much prefer to do if{}/else{}. |
13:47 |
Dyrcona |
unless{} by itself seems OK. |
13:47 |
jeff |
I somewhat dislike that my immediate reaction to receiving a "How's it going over there?" text from someone I haven't heard from in ages is to suspect "scam/compromised account". |
16:26 |
|
mantis1 left #evergreen |
17:11 |
|
mmorgan left #evergreen |
18:01 |
|
jihpringle joined #evergreen |