Linus Lee

Results 16 issues of Linus Lee

I don't know yet how well Torus works with rendering inline SVG inside HTML documents, or how much extra work / code in min-gzipped bundle it'll cost to ship a...

enhancement

## Language & CLI - [x] `std.{is, constantly}` for more fluent code, as in [Klisp](https://github.com/thesephist/x-oak-klisp/blob/7ece669226297dccaca72b63418474e81ebedd0b/lib/klisp.klisp#L82-L87) - [x] `std.{exclude, separate}` to complement `std.filter` and enable more fluent code, as in [Klisp](https://github.com/thesephist/x-oak-klisp/blob/f6049fde45ea787c102f0a6b5a4dfecaefa479af/lib/iter.klisp#L171-L185)...

bug

This is mostly subjective, but being compliant with the [CommonMark spec](https://spec.commonmark.org/0.30/) seems like a good way to ensure that Merlot behaves in a way people expect, and Markdown written in...

enhancement

Modeled after [deno compile](https://github.com/denoland/deno/pull/8539), it would be cool to be able to "compile" an Ink project into a single executable. Deno achieves this by producing binary of the form: ```...

enhancement

It would be nice to have a field for schools people attended and their birthday. **Alma mater**: Right now, I write these down in an unstructured way in `notes` as...

enhancement

Currently, on `yarn dev`, on most modest environments the process gets shut down because we open too many network request or files at the same time, not sure which. `ENFILE...

bug

Huggingface Transformers has a new cache format that looks like this: ``` $ ls ~/.cache/huggingface/hub/ /Users/thesephist/.cache/huggingface/hub/ ├── models--EleutherAI--gpt-j-6B │   ├── blobs │   │   ├── 22fabbdda08346a6dfb95b1782a4efb6f876f2c2 │   │   ├── 47ffebc226205cbdaf3d3047c0b7f64b67620deb │  ...

enhancement

This is a high level tracking issue for optimizing how Ink runtime values (like `Val::Comp`, strings) are represented in memory. ## Numbers - Semantically, all Ink numbers are 64-bit floats....

idea

https://github.com/kkawakam/rustyline is a Rust-based readline that would be really useful here. Repl should support at least: - multiline input - moving back/forwards with keyboard arrows and Ctrl+A/E emacs-style - up/down...

enhancement

This is a tentative list of potential additions to the language I'm considering for the Schrift interpreter. This is not a blank check to add new features, and I'm only...

idea