You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at least compares the value with 1. Not sure why it needs a lambda, but it works. According to the documentation the default is false, so I would expect the right setting to be 'true' and not 1.
Thanks for raising this good point @bzed we need to sanitize bool settings in a standardized fashion.
We'll add this to the quick roadmap to improve the experience.
Hi,
there are various "boolean" style config settings, which are parsed in different ways. For example:
qryn/common.js
Line 104 in 9da57a7
at least compares the value with 1. Not sure why it needs a lambda, but it works. According to the documentation the default is false, so I would expect the right setting to be 'true' and not 1.
qryn/common.js
Line 129 in 9da57a7
Even worse.
READONLY=false
in the environment will evaluate to true. 😿 Basically everywhereif (readonly)
is being used.I did not go trough the other boolean style config options, but please find a unified way to set such options and document it.
Thanks,
Bernd
The text was updated successfully, but these errors were encountered: