Shayne Czyzewski
Shayne Czyzewski
Is there any status update on the ability to plot individual points (as a constant vector or otherwise)? Love the tool, but I figured this could be a relatively quick...
Hi gang! I will +1 this initiative. I work at Wasp, where we are building a simple DSL for developing full-stack web apps with less code. We use Prisma in...
This is a great table, @Jolg42! One area where adding `--exit-code` may make sense for `migrate status` (similar to `diff`) is communicating if there is nothing/something left to migrate. So...
> Hi @Jolg42 awesome, I think this should help with programmatic invocation, thanks! The only future improvement with adding `--exit-code` to commands like these is disambiguating connection errors and the...
Great find, I am hitting this as well. Thanks for the patch! Looking at the commit history, I do worry `node-oauth` may be unmaintained now though... 🤔 Will have to...
Same experiences as others here. I am on an M1 Mac, but building our app's Node Alpine Docker images for `--platform linux/amd64` since I deploy to Heroku. Reverting back to...
Hi gang, I was curious if there was a release target in mind for this fix? Thanks so much!
Hi @philderbeast! Pleased to virtually meet you. 😄 I am a new member of the Wasp team and will be looking into this issue. I appreciate you opening an enhancement...
Hi @philderbeast it does indeed seem like optparse-applicative is the preferred command line arg parsing library these days. While I do think it could be a nice enhancement, given that...
FYI @Martinsos @sodic as time allows would love your thoughts on the options here. Thanks!