pkgx
pkgx copied to clipboard
the last thing you’ll install
The results can be obtained with: ```sh cd $(tea --prefix)/tea.xyz/var/pantry/projects find * -name package.yml -type f -exec dirname {} \; ```
Storing Etag received from `fetch` API parallel to mtime file and passing this header to `If-None-Match`. Fixing https://github.com/teaxyz/cli/issues/85
Get `./tea` with a single click. **Click Me:** https://gitpod.io/#https://github.com/teaxyz/cli/pull/127 This downloads `deno` for compiling `tea` into `.deno/` in current dir, because Gitpod doesn't persist $HOME when initializing. ``` Deno was...
possibly: `export PS1=${PS1%%}- tea-REPL %`
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...
```sh $ tea https://github.com/teaxyz/demos/blob/main/demo.go input.txt tea: demo.go downloading error: Uncaught (in promise) Error: 404: https://raw.githubusercontent.com/teaxyz/demos/main/demo.go throw new Error(`${rsp.status}: ${src}`); ^ at internal (file:///opt/tea.xyz/src/v0.11.4/src/hooks/useDownload.ts:75:23) at async Object.download (file:///opt/tea.xyz/src/v0.11.4/src/hooks/useDownload.ts:81:12) at async file:///opt/tea.xyz/src/v0.11.4/src/app.exec.ts:120:26...
Just installed tea and facing this error while I try to install any package ``` tea +openssl.org error: http (spilt-tea-404) error sending request for url (https://dist.tea.xyz/openssl.org/darwin/aarch64/versions.txt): error trying to connect:...
store and use etag in useDownload() so [github.com](http://github.com/) downloads use cache
For example: ```sh $ tea +node-js.org ``` Should error with the suggestion of `+nodejs.org`.