Tom Wright

Results 7 issues of Tom Wright

**Is your feature request related to a problem? Please describe.** It will be good to be able to merge documents on top of eachother. **Describe the solution you'd like** Give...

enhancement

I would like to be able to parse: ``` a=1 [section1] b=2 ``` Into ``` map[string]interface{}{ "a": 1, "section1": map[string]interface{}{ "b": 2, }, } ``` and also turn the map...

### Description I've witnessed the `GUILD_CREATE` event sending through an activity with an `application_id` of `1`. Note that this is a numerical 1, not a string. The [docs](https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure) show that...

bug
synced

I've been writing some code to read VoiceStates on application start-up and noticed it wasn't finding records where I would expect. I noticed this coincided with the error `wsapi.go:646:onEvent() error...

Dasel V3 contains a pretty substantial rewrite. The entire select syntax/language is being rewritten. We will have a proper lexer + parser with what I hope to be a much...