Jakub Sarnowski
Jakub Sarnowski
This would be awesome! :)
``` engine marzano(0.1) language js string_fragment() as $fragment where { log(message = $fragment) } ``` ``` console.log("Hello, Dan") console.log("Hello, James") ``` https://app.grit.io/studio?key=4-_6OE96nQtRDugIa2Hep @morgante I was expecting to see logs for...
Yeah I provided a studio link for faster showcase of the code, but I'm testing it via CLI and it doesn't work there – I'm only getting the first `log()`...
Bumping this. You can't really deploy an app with a persistent SQLite database as it doesn't allow any write access to the Volume Mount because the mounted directory is owned...
Yup found that too. To be honest I had to double-check it as I thought I'm learning the wrong way the whole time 😂
Same issue here. Any updates on this? 🤔
Still an issue 😅
I'm having the exact same issue. Would be nice if Zed would detect that there's already an existing terminal panel somewhere else than the default terminal position and switch the...
This! I just came to drop a comment and say I'd love to see this feature in `formik`. I would definitely like to be able to handle unexpected API errors...