Brainslug

Results 194 comments of Brainslug

Some good points of inconsistencies that have cropped up over time. A small disclaimer the linked docs pages under "API reference" were written for the API not the SDK and...

Leaving this one open for now as i dont think there is an explicit ticket for this. But yes we are aware and have been working towards fully supporting node...

> I suggest limiting the query when logs are being viewed so it only load 10 items at a time. This way we never retrieve too many logs when loading...

As Pascal mentioned the user still working after toggling the "require 2fa" options is very much intentional until the first time the user logs into the App to actually configure...

The suggested code is not directly possible with TypeScript, the error can only be typed as `any` or `unknown` requiring you to typeguard the error for the specific type you're...

Environment variables are historically always strings `VAR=true` should definitely equal `"true"`. If this does not hold true for your local environment make sure to always use quoted strings for best...

Can you try clearing Redis cache? this can be cause by lock in the cache that wasnt properly cleared

Before diving into the code have you tried clearing the redis cache as asked? > Seems like this await sharedSchemaCache.set('schema', schema); is missing from the setSchemaCache function Thats not missing...

Could you add a short description, describing the root problem and chosen solution.

Infinite loops are not something we can completely prevent however you can prevent this by disabling the activity tracking for the flow that is watching that collection ![image](https://user-images.githubusercontent.com/9389634/223484085-398d9627-53b8-4244-b639-50410cf25f30.png)