Elara Elara6331
Elara6331 pushed to master at Elara6331/store 2022-06-09 05:01:09 +00:00
1ef79b6f00 Separate badger store into separate package and switch to outcaste badger
Elara6331 pushed to master at Elara6331/scope 2022-06-08 09:40:35 +00:00
f1aec25e0b Add AOL engine
Elara6331 pushed to master at Elara6331/lrpc 2022-06-04 01:00:14 +00:00
5e61e89ac1 Add LRPCClient.getObject()
205e0b71e4 Actually skip LRPCChannel.close() this time
Compare 2 commits »
Elara6331 pushed to master at Elara6331/lrpc 2022-06-03 19:33:51 +00:00
1e627b833e Skip LRPCChannel send(), done(), and close() if already closed
Elara6331 pushed to master at Elara6331/lrpc 2022-06-03 01:54:15 +00:00
368c7333c5 Use callMethod() because call() is reserved
Elara6331 pushed to master at Elara6331/lrpc 2022-06-03 01:36:01 +00:00
1e8e304f01 Remove unneeded array
Elara6331 pushed to master at Elara6331/lrpc 2022-06-03 01:28:12 +00:00
acf262b4f0 Exclude delete transformation from functions filter
Elara6331 pushed to master at Elara6331/lrpc 2022-06-02 21:14:31 +00:00
8843e7faa9 Mention web client in README
Elara6331 pushed to master at Elara6331/lrpc 2022-06-02 21:09:56 +00:00
328be35ae2 Add web client
Elara6331 pushed to master at Elara6331/lrpc 2022-06-02 09:09:59 +00:00
6ee3602128 Fix reflectutils.Convert() for maps and []any
Elara6331 pushed to master at Elara6331/lrpc 2022-06-02 09:09:23 +00:00
e518b68d8c Return error if expected argument not provided
771c8c136e fix time.Ticker leak
Compare 2 commits »
Elara6331 commented on pull request Elara6331/infinitime#4 2022-05-31 16:51:20 +00:00
added local time characteristic

Perfect, I'll merge this when the PR on InfiniTime gets merged. Thank you.

Elara6331 closed pull request Elara6331/itd#16 2022-05-31 06:20:15 +00:00
added setting of timezone
Elara6331 commented on pull request Elara6331/infinitime#4 2022-05-30 22:30:13 +00:00
added local time characteristic

infinitime.go, line 722:

I think silent failure would be better in this case, just because many people won't have 1.10.0 at first, and printing warnings every time would be pretty annoying for…

Elara6331 commented on pull request Elara6331/itd#16 2022-05-30 22:14:26 +00:00
added setting of timezone

Ok, I'll close it now. Thank you.

Elara6331 pushed to master at Elara6331/pcre 2022-05-30 20:56:02 +00:00
74594f6c8b Add note about ReDoS to README
Elara6331 commented on pull request Elara6331/infinitime#4 2022-05-30 18:35:52 +00:00
added local time characteristic

Your version will return the timezone offset at Now(). You see, the timezone offset is not constant over time (see DST). That is why the timezone usually is tied to a datetime to make it…

Elara6331 commented on pull request Elara6331/infinitime#4 2022-05-30 09:18:21 +00:00
added local time characteristic

Ok, I'll just copy them here.

infinitime.go, line 720:

Overall, this PR looks good, but this seems like it should accept a *time.Location instead of time.Time because that would be a bit…

Elara6331 commented on pull request Elara6331/itd#16 2022-05-30 05:36:52 +00:00
added setting of timezone

This looks good. Please look at the comment I left on Arsen6331/infinitime#4. I will merge once the InfiniTime PR gets merged.

Elara6331 commented on pull request Elara6331/infinitime#4 2022-05-30 05:34:52 +00:00
added local time characteristic

Thank you for this PR. I don't want to merge this until the InfiniTime PR gets merged, so I will keep this open for now. In the meantime, please apply my suggestion in the comment I wrote…