Roland Németh

Results 9 comments of Roland Németh

You can use a JS file as config which exports the config object. I'm using it for setting default values, for example misMatchThreshold and delay. You can use arguments too...

Maybe this issue should be part of this epic to not lose my workspace's content on a regular basis: https://github.com/gitpod-io/gitpod/issues/11183

> Decided to try it out again today. Worked fine for an hour until the container stopped while working. Afterwards, cannot start the workspace. All my hour worth of work...

I've created a simple repository where this bug can be reproduced in a stable way, I hope this will help to test the bugfix and resolve the bug. ### Steps...

I experience the same problem with Docker too. To reproduce you can `docker run -it supertokens/supertokens-mysql:4.1` and press Ctrl+C

Same error for me on iPhone 8, iOS 13.6.1, Safari. The PR LGTM, please review, test and merge.

I ran into the same issue, I debugged it: the problem is that the "run" method receives the following array as paths: `[ 'seed', './seed/0_clear.ts', './seed/1_create_users.ts', ... ]` @jagoanmamah did...

For maybe values this is how I prefer to use type settings: ``` avoidOptionals: field: true inputValue: false object: false defaultValue: true maybeValue: T | null inputMaybeValue: T | undefined...

I just ran into same problem. When could you release the bugfix to npm?