Ryan Leckey
Ryan Leckey
Is there any progress on this? Was experimenting with using db0 with Nitro and this feels very awkward for configuration. Maybe just a set of standard env vars we can...
Any number should work as long they are incrementing. If it doesn't, that sounds like a bug. The timestamp is not required, only the default way the cli tool generates...
Even something simple like: ```python db = get("database") for x in migrations: db.run(x) for _ in migrations: db.redo() for x in migrations: db.run(x) ``` Would at least run each `down`...
Can we please get this merged? And if there is anyway to add a test to ensure this behavior isn't broken, can we please do that as well. Our team...
This bothered me enough that I followed it all the way up. The CLI doesn't set logLevel properly - https://github.com/storybookjs/storybook/pull/28249
We're not using RGB or true colors, we're using ANSI logical colors. Your terminal theme should not be configuring `white` to be the same as your background. This is how...