The Wayback Machine - https://web.archive.org/web/20211017023832/https://github.com/moorereason
Skip to content
Avatar

Achievements

Achievements

Highlights

  • 9 discussions answered
Block or Report

Block or report moorereason

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. The world’s fastest framework for building websites.

    Go 54.7k 6.2k

  2. Simple HTTP and REST client library for Go

    Go 5k 421

  3. webhook is a lightweight incoming webhook server to run shell commands

    Go 7k 585

235 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

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
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