Padraic Shafer

Results 72 comments of Padraic Shafer

Much appreciated! > Yes, you can sort on nested keys by using dots, as in sample.element. Currently, you can only search and sort on keys in the start document and...

> I used code from tiled.client to make queries of the tiled server. Then, I inspected the server's logs for the specific URI parts from each query. Sometimes, a client...

I'm adding notes here for future me, or someone in a similar situation. Tiled has a mechanism for [registering custom queries](https://blueskyproject.io/tiled/reference/service.html#custom-search-query-registration). See: * [`QueryRegistry`](https://github.com/bluesky/tiled/blob/main/tiled/query_registration.py#L13) * Definition of the [`filter[{name}][condition][{field.name}]` API...

> > I used code from tiled.client to make queries of the tiled server. Then, I inspected the server's logs for the specific URI parts from each query. Sometimes, a...

Dylan and I tried a few combinations of docker volume mounts and config.yml data directory, some of which were successful. Here is what worked and what didn't work. Offhand it...

Apologies for the long report. :) Please let me know if the workaround is acceptable or if you have thoughts for how to better handle this default case.

As a tiled user, I would be ok with either approach.

I see this as closely related to https://github.com/h2oai/wave/issues/1484#issuecomment-1147444601 , where the app wants to know which component changed in order to update the state correctly. --- Consider two form components,...

I'm not very familiar with memcached, but a quick google search suggests that there is not a standard / reliable way to request all keys for that backend. * SO...

> ## Refined goals > _[Discussion on 2024-04-09](https://hackmd.io/hoQ-XJCgT3y6TBtVK4ENUA?view)_ @whs92 @danielballan @AbbyGi @vshekar @padraic-shafer > > 1. Use an isolated "Open" dialog or similar entrypoint that can cope with paginated access...