Elara Elara6331
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…

Elara6331 pushed to master at Elara6331/lrpc 2022-05-28 21:54:15 +00:00
c0a1c3bf43 Add channel test to lrpc
Elara6331 pushed to master at Elara6331/lrpc 2022-05-26 20:32:32 +00:00
eadee97e5e Add tests
a12224c997 Add error for unexpected arguments
Compare 2 commits »
Elara6331 pushed to master at Elara6331/pcre 2022-05-23 09:40:23 +00:00
83639ccf4a Prevent panic for zero-length input
Elara6331 pushed to master at Elara6331/pcre 2022-05-22 03:12:56 +00:00
2fd3db0742 Add filesystem glob support
b2df6e09fc Return source if there are no matches in Replace* functions
a1b7c49738 Add names to ReplaceAll syntax
633657bd81 Fix memory leak and split CompileGlob into ConvertGlob
Compare 4 commits »
Elara6331 pushed to master at Elara6331/pcre 2022-05-21 03:53:56 +00:00
14b733771b Add hasOffset to PcreError
Elara6331 pushed to master at Elara6331/pcre 2022-05-21 03:13:17 +00:00
7deafbde38 Add darwin/{amd,arm}64 to supported systems
Elara6331 pushed to master at Elara6331/pcre 2022-05-20 10:10:56 +00:00
faa0481614 Fix bug with FindAllSubmatch() and increase efficiency of slice conversions
Elara6331 pushed to master at Elara6331/pcre 2022-05-19 06:28:01 +00:00
00f4a0aeb6 Add glob conversion
ca54271041 Add version function
Compare 2 commits »
Elara6331 pushed to master at Elara6331/pcre 2022-05-18 23:40:29 +00:00
74aec32207 Add documentation badge
Elara6331 created branch master in Elara6331/pcre 2022-05-18 23:29:00 +00:00
Elara6331 pushed to master at Elara6331/pcre 2022-05-18 23:29:00 +00:00
f7a8eb3da0 Initial Commit
Elara6331 created repository Elara6331/pcre 2022-05-18 23:28:19 +00:00
Elara6331 pushed to master at Elara6331/lrpc 2022-05-16 22:42:20 +00:00
fbae725040 Add (*Server).HandleConn()
Elara6331 pushed to master at Elara6331/lrpc 2022-05-13 00:15:44 +00:00
bc7aa0fe5b Propagate parent value to request context
Elara6331 pushed to master at Elara6331/itd 2022-05-13 00:14:36 +00:00
958f2af516 Propagate context to lrpc