Jacob Heider

Results 32 issues of Jacob Heider

`Warning: command named "card batteries" was registered more than once. If you intend to override a command, you should explicitly remove the first command with command.remove(). Warning: command named "card...

bug
help wanted

possibly: `export PS1=${PS1%%}- tea-REPL %`

```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...

We had an issue in pantry.core with `semver` not being able to resolve `^14` and `^14||^16||^18` into a satisfying version. It's likely an easy fix; don't want to forget to...

Goes with your app.exec.ts rewrite, @mxcl. Requires https://github.com/teaxyz/pantry.core/pull/33

https://github.com/teaxyz/pantry.core/actions/runs/3499494977/jobs/5861124248: ``` Uncaught (in promise) Error: invalid semver range: >=5

This should be sufficient: ```typescript const c = undent` #include int main() { printf("Hello World!\n"); return 0; } ` Deno.write("test.c", c) try { run({ cmd: ["clang", "-o", "out", "test.c" }]...

## Description This moves the choice of redirection to stderr and the 127 exit code up to the error handler function if defined. Fallback code unchanged. Default error handler config...

fs/copy fails to copy symlinks with `preserveTimestamps: true` **Steps to Reproduce** ```typescript import { copy } from "https://deno.land/std/fs/mod.ts"; Deno.mkdirSync("foo"); Deno.createSync("foo/bar"); await copy("foo", "foo2", { preserveTimestamps: true }); Deno.symlinkSync("bar", "foo/baz"); await...

bug
needs triage

Reverting to the old flags as in [this](https://github.com/pkgxdev/pantry/pull/4710/files) seems to fix it for me (as far as our automated testing goes). No fix: https://github.com/pkgxdev/pantry/actions/runs/7400916216/job/20135652033 Fix: https://github.com/pkgxdev/pantry/actions/runs/7402435273/job/20140385965

bug