Charlie Moog

Results 24 issues of Charlie Moog

When consuming the generated AST for further processing, one needs to match against and deconstruct `ast::Statement` instances. Currently, the fields of this enum's variants are defined inline... which makes it...

Loving this new API 👍, great work all around. TypeScript declaration files would be a solid UX improvement, making the API surface even more approachable for new comers.

enhancement

Raw error: ```console $ deno run --unstable -A npm:wrangler error: Uncaught NotFound: No such file or directory (os error 2) this.#process = Deno.spawnChild(cmd, { ^ at Object.spawnChild (deno:runtime/js/40_spawn.js:36:23) at new...

bug
node compat

I noticed that the default dev script invokes itself with full permissions over the entire system. Ideally, Lume should function fine if invoked with the following minimum permissions. ```console $...

## Code ``` sup_(x in P_i) ``` ## LaTeX ## Typst

Tracking issue for supporting [Next.JS](https://nextjs.org/).

needs investigation
node compat

### What's missing? A kernel backend for [sagemath](https://www.sagemath.org/). ### Possible solution _No response_ ### Alternatives _No response_ ### Additional context _No response_

enhancement

When pushing a very large derivation to the cache, it seems cachix may choose a chunk size that results in > 10,000 parts. This results in a `400` response code...

bug

For ease of use with other flakes, it'd be nice if a `flake.nix` was added to this repo that exposed `npmlock2nix.overlay` as a nixpkg overlay.