- Joined on Sep 30, 2020
Arsen6331 pushed to master at Arsen6331/store
-
1ef79b6f00 Separate badger store into separate package and switch to outcaste badger
2 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
5e61e89ac1 Add LRPCClient.getObject()
-
205e0b71e4 Actually skip LRPCChannel.close() this time
- Compare 2 commits »
3 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
1e627b833e Skip LRPCChannel send(), done(), and close() if already closed
3 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
368c7333c5 Use callMethod() because call() is reserved
3 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
acf262b4f0 Exclude delete transformation from functions filter
3 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
6ee3602128 Fix reflectutils.Convert() for maps and []any
3 weeks ago
Arsen6331 pushed to master at Arsen6331/lrpc
-
e518b68d8c Return error if expected argument not provided
-
771c8c136e fix time.Ticker leak
- Compare 2 commits »
3 weeks ago
Arsen6331 commented on pull request Arsen6331/infinitime#4
added local time characteristicPerfect, I'll merge this when the PR on InfiniTime gets merged. Thank you.
4 weeks ago
Arsen6331 commented on pull request Arsen6331/infinitime#4
added local time characteristicinfinitime.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…
4 weeks ago
Arsen6331 commented on pull request Arsen6331/itd#16
added setting of timezoneOk, I'll close it now. Thank you.
4 weeks ago
Arsen6331 commented on pull request Arsen6331/infinitime#4
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…
4 weeks ago
Arsen6331 commented on pull request Arsen6331/infinitime#4
added local time characteristicOk, 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…
4 weeks ago
Arsen6331 commented on pull request Arsen6331/itd#16
added setting of timezoneThis looks good. Please look at the comment I left on Arsen6331/infinitime#4. I will merge once the InfiniTime PR gets merged.
4 weeks ago
Arsen6331 commented on pull request Arsen6331/infinitime#4
added local time characteristicThank 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…
4 weeks ago