sean-nicholas
sean-nicholas
Webhooks
I wanted to discuss webhooks with you and would love to hear your thoughts. ## Exemplarily scenarios - Send magic link via slack / teams instead of email - Add...
The install command is currently only supporting mac. Would be nice to check the OS and use different dependencies arrays for each OS. Might be a good idea to extract...
First things first: Just brainstorming here ;) I looked into [exoframe](https://github.com/exoframejs/exoframe) as an alternative to now.sh. They use a server client architecture. The CLI is a client connecting to the...
If you run snow without commands the deploy function is executed. If there is no Dockerfile you end up with an error message. Would be nice to get some hint...
I'm getting this error if minikube is stopped on `snow create`. I see that there is a catch around this command. Don't know why this error is printed. The script...
Running `snow create` I get the following error after the cli runs the command `helm init --debug --tiller-tls --tiller-tls-cert $(helm home)/tiller.cert.pem --tiller-tls-key $(helm home)/tiller.key.pem --tiller-tls-verify --tls-ca-cert $(helm home)/ca.cert.pem --service-account tiller...
### Link to the code that reproduces this issue https://github.com/sean-nicholas/next-url-search-params-bug ### To Reproduce 1. Create a new page 2. Get searchParams from the page props 3. Wrap them in `const...