Antti Kupila
Antti Kupila
Yes definitely! I'm not sure what the process is there though; would be happy to accept a PR
Related: https://github.com/goreleaser/goreleaser/issues/641
Hey @chrisco484! I don't know. As you can see, the library is very old (7 years!), I have no idea what it's been used for in that time :) I...
I don't want to take over this thread but I'd like to give a brief "experience report" on `hclpack`, as I've recently been exploring it. My use case is roughly...
`nodemon --exec "serverless serve start"` I'm using this in package.json during dev: ``` json "scripts": { "start": "nodemon --exec \"serverless serve start\"" } ``` This allows me to just run...
+1 for having a way to specify required flags. For now, i've used this to get similar behavior, but it would be nice if there was a more "native" way...
This is instead in two PRs: https://github.com/GetStream/stream-chat-js/pull/1378 https://github.com/GetStream/stream-chat-js/pull/1386