Max Howell
Max Howell
From https://github.com/vapor/vapor/issues/1650 You said: > Off topic from this thread but I guess the idea is, since there's no DB storage in NIO. Id need to support the storage and...
If possible, honestly this is a little tedious to debug since you need to commit then use that commit as the release SHA. Close if too tricky since long term...
https://github.com/actions/upload-artifact/issues/27 might help. Might be nice to do a deployment like you do in @teaxyz/www that is deleted when the PR is closed.
The results can be obtained with: ```sh cd $(tea --prefix)/tea.xyz/var/pantry/projects find * -name package.yml -type f -exec dirname {} \; ```
We have this in the `README` it's a neat idea. Needs a lambda on our cloudfront to do it, and it should only do it for `cURL` so we can...
For example: ```sh $ tea +node-js.org ``` Should error with the suggestion of `+nodejs.org`.
~Currently we stream downloads to final dst and this means the file is corrupt if the download fails. Generally we assume the file existing means it is cool so it...