Josh Baker

Results 410 comments of Josh Baker

The Z coordinate is a special [field](https://tile38.com/commands/set/#fields) type that can be defined using the FIELD option or by including in a Point type. Tile38 uses BuntDB for storing the geofence...

I'd need more information about how you see this feature working. What is the range of the bit index, is it just 0 and 1? Maybe an example of how...

In order to use `@dig` or a new `**`-type path for the purpose of modifying the values (such as with sjson), the positions of the results would need to be...

`symbols.#(status=="TRADING")#|#(quoteAsset=="USDT")#.symbol`

This PR breaks the rules of immutability for strings in Go. Using the change in this PR, run this code: ```go json := []byte(`{ "first": "Janet", "last": "Prichard" }`) first...

You should be fine. Match v1.1.1 is stable. Gjson doesn't need match v1.2.0.

Hi, That does look a little squirrelly. To fix it we'll need to reproduce the problem first. Ideally by adding a test that fails, and then apply the fix.

That’s really cool! Is the C version gonna public?

Makes sense to me. Maybe something like `-o json` or `-o resp` where resp is still the default?

I added the new flag. Hope this helps y'all. :)