Josh Baker

Results 411 comments of Josh Baker

Hi @fmr683, Currently it's not possible to get only the property `status` from the results. You must retrieve the entire object and filter on the client side.

Unfortunately there isn't a way to do what you describe. The closest thing is the WHERE clause, but it's only for the numerical FIELD data. But I can see some...

There is the [`AOF`](https://tile38.com/commands/aof) command. It allows for downloading part of all of the AOF file. It's not designed for a straight up copy of the data though, it's actually...

Hi @hos7ein, The current Dockerfile is designed to work in a specific CI environment. I'm concerned that merging your update will break that work flow. Is there a specific problem...

Update the docs once this PR is merged. [More info](https://github.com/tile38/tile38.github.io/pull/31#issuecomment-856350061)

Hi @robmir44, It looks like you are missing a param. It should be something like: ``` SETHOOK myHook http://127.0.0.1:1001 NEARBY fleet FENCE POINT 89.050032 32.102624 5000 ``` Where the `5000`...

@hmunoz do you mean HASH? HAST is not a valid keyword.

I'm unable to reproduce this issue. ### Without NODWELL In terminal one, I created a roaming geofence named `myfence` geofence that monitored the `people` collection for when points were within...

No. You will need to call WriteArray, which writes the number of items in the array first. If you don't know how many items there will be then you can...

@tobilg I agree. I'd be happy to explore ideas around how a recommendations page might best be organized. I'm often in the weeds with the codebase and I'm sure I...