Peter Schultz

Results 8 issues of Peter Schultz

You may want to include `map[string]*json.RawMessage` in your benchmarks. That is on par with djson for the medium sample and faster for the large sample. json.RawMessage is the recommended solution...

I was taking protoc-gen-elm for a test-drive, and so far it's looking really good. Thank you very much for your work. When generating elm code for an existing project, protoc-gen-elm...

Add a new jail option "excludepath". Files that match any logpath pattern and also any excludepath pattern are ignored. We were looking for a way to exclude certain webserver logs....

The `-h` flag shows the usage message instead of working like `--host`: ```txt $ beanstool stats -h localhost:11300 Usage: beanstool [OPTIONS] stats [stats-OPTIONS] Help Options: -h, --help Show this help...

Make NewRandom actually panic (as documented) instead of silently discarding the error.

Time.here produces a timezone with fixed offset. Since time zones are only required when formatting times for humans this is useless for all values other than "right now", because we...

**Describe the bug** PSR12.Operators.OperatorSpacing produces false positives on type alternatives in catch clause. **Code sample** ```php

A type alias for built-in scalar types may implement the fmt.Stringer or json.Marshaler interface. However, the JSONFormatter checked for the scalar type before considering the interfaces, and then used one...