Pinned
235 contributions in the last year
Less
More
Activity overview
Contributed to
gohugoio/hugo,
pelletier/go-toml,
moorereason/make_ge_version_regex
and 5 other
repositories
Contribution activity
October 2021
Created a pull request in pelletier/go-toml that received 5 comments
scanner: fix UTF-8 and control character handling
The scanner operates on bytes, but to do proper UTF-8 validation, we must transition some sections of the scanner to rune validation. Benchmarks sh…
+129
−19
•
5
comments
Opened 2 other pull requests in 1 repository
pelletier/go-toml
1
open
1
merged
Reviewed 1 pull request in 1 repository
pelletier/go-toml
1 pull request
Created an issue in pelletier/go-toml that received 2 comments
v2: disallowed UTF-8 sequence inside string not detected
Describe the bug
After merging #629, parser should error on \u007f code point in a string. I'm assuming this is true for other ASCII control chars …
2
comments
Answered 1 discussion in 1 repository
go-resty/resty
go-resty/resty

