Dan Tanner
Dan Tanner
FWIW the `ANY` config worked fine for me using as an example `LT(1,KC_ESCAPE)`. Maybe it's been fixed since the above error was noted.
Thanks for the detailed response. A little more details about my use case - I have a small-ish utility script, with a function that makes some network calls that require...
cool thanks @dimo414 !
Any thoughts on how you'd add a `delay` to the retries? The functions are not currently suspended, so wondering if there's a clean way to add that, since backoff in...
As a consumer, > just implementing a new omitIfEmpty option on the NestedJsonProvider that only applies to the nested object itself would work fine for me. In my normal configuration...
I'm happy to submit a PR that configures the default column family handle in TtlDB, but maybe there's a good reason it behaves differently?
also consider enhancing so that multiple template checks can run at the same time. This should adhere to the throttling constraints too.
maybe https://github.com/requery/requery if it doesn't get in the way and is better than the tiny amount of sql we'll need.
a possibly simpler and better idea is to have a list of recipes/examples on the wiki
I just had similar symptoms for an installation based on ubuntu 22.04. I don't know if my cause is identical to the this, but in my case, the file permissions...