Elliot Chance

Results 218 issues of Elliot Chance

testify is great, but tf doesn't really need have it as a dependency. Instead just use the build in `reflect.DeepEqual`, as testify does.

enhancement

An extra space between "AND NOT" will result in an incorrect AST: Correct: ``` 'datacenter:"dca1" AND NOT @reserved.collector.filename:"executor"' ``` Mangled: ``` 'datacenter:"dca1" AND NOT @reserved.collector.filename:"executor"' ```

v6.0 replaced the interactive ./init and ./update scripts with a single non-interactive ./mbzdb script.

feature

FYI @hungrybluedev

~~The package has to be registered on packagist for people to use it. This is very easy, just goto packagist.org and slick the Submit a Package button.~~ It is bad...

### Describe the bug The big library does not handle the smallest value of an i32 correctly. ### Expected Behavior ``` -2147483648 -2147483648 2147483647 2147483647 -1 -2147483648 2147483647 0 ```...

Bug

Parser errors should be way more friendly, they should at least: 1. Describe the exact position (line/column number) 2. Show more surrounding tokens or the whole line so its much...

I get a warning about manifest v2 when installing the unpacked extension. See: https://developer.chrome.com/blog/mv2-transition/