Elara Elara6331
Elara6331 pushed to master at Elara6331/pcre 2023-07-27 16:45:01 +00:00
107b5db1fb Add CI status badge to README
Elara6331 pushed to master at Elara6331/pcre 2023-07-27 16:41:31 +00:00
e90cc6feac Add Varnish test case
Elara6331 pushed to master at Elara6331/pcre 2023-07-27 16:36:32 +00:00
18912728e9 Add woodpecker config
Elara6331 pushed to master at Elara6331/pcre 2023-07-27 16:35:25 +00:00
0a0008aef4 Fix typo
Elara6331 commented on issue Elara6331/pcre#3 2023-07-26 22:27:30 +00:00
Panic on some regex

@singee Can I add your example as a test case to avoid a regression?

Elara6331 commented on pull request Elara6331/pcre#2 2023-07-26 22:23:48 +00:00
recompute ovecSlice

The 2+ isn't needed because that's what the ovecSlice = ovecSlice[2:] line is for. Otherwise, this looks good, thanks.

Elara6331 suggested changes for Elara6331/pcre#2 2023-07-26 22:23:48 +00:00
recompute ovecSlice
Elara6331 commented on issue Elara6331/pcre#3 2023-07-26 05:37:40 +00:00
Panic on some regex

This should be fixed in 6d906d55a6d26dfab6d7ecf76b01acdd2caa124f. Can you please test it and let me know if it works?

Elara6331 pushed to master at Elara6331/pcre 2023-07-26 05:36:13 +00:00
6d906d55a6 Fix panic when pcre2 returns PCRE2_UNSET
Elara6331 commented on issue Elara6331/itd#56 2023-07-25 15:19:52 +00:00
Error getting weather data

If you set the location and restarted ITD, it should work. There isn't anything else you need to do. You can get debug logs by running ITD_LOGGING_LEVEL=debug itd

Elara6331 commented on issue Elara6331/itd#56 2023-07-22 05:07:02 +00:00
Error getting weather data

This should be fixed as of ac7c626f562109a68310d64e604c8827704f213f.

Elara6331 pushed to master at Elara6331/pcre 2023-07-17 14:11:40 +00:00
d1b9df80a1 Fix panic when no substrings are found
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 14:06:31 +00:00
954b571771 Fix panic when no substrings are found
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 14:00:30 +00:00
bde850752d Move new types to the types.go file
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 13:59:10 +00:00
8986bf28d5 Move new types to the types.go fule
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 13:46:51 +00:00
bafc40da8a Run formatter
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 13:38:08 +00:00
c6fb3e8489 Fix comment
23df260dfd Fix README badge
Compare 2 commits »
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 06:33:50 +00:00
af322c4a52 Remove unneeded variable
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 06:32:10 +00:00
4567dacf69 Clarify comment
Elara6331 pushed to master at Elara6331/pcre 2023-07-17 06:27:59 +00:00
709b261b4e Add doc comment to SetCallout function