Alex Rattray
Alex Rattray
homepage should link to https://github.com/lightscript/lightscript-eslint with setup instructions
This is a meta-issue for ease of organizing, while the project is in its early stages. - [x] lightscript.org/docs is super slow - [x] better `now` example in docs -...
``` statelessComponent() -> stuff ``` broken on Atom, possibly others.
I don't think this feature is documented? Related: https://github.com/StefanTerdell/zod-to-json-schema/issues/22
It'd be nice if in the "article view" (when Reedy is paused), links, and basic styles like ``, ``, etc were still visible. Not sure how to reconcile this with...
It's frustrating to lose your place because you scrolled. It'd be nice to be able to scroll around, and then come back and just press play to resume. Maybe let...
Selecting an element doesn't work everywhere (eg; wikipedia, where Reedy is unusable). It's also annoying to use - normally, the page has some "article text" that I obviously want read;...
Hi, Some of my fonts weren't embedding, despite the logs printed out from `debug=true` saying they were being encoded. When I set the `maxImageSize` to `Infinity`, the fonts were embedded....
# Background In https://github.com/prettier/prettier/issues/737, an alternative format was proposed for nested ternaries, on the grounds that indenting every level of a nested ternary looked bad, especially for long nested ternaries....
At https://dash.deno.com/playground/ Input: ```ts console.log(Deno.version) ``` Output: ``` gcp-us-east4 { deno: "", v8: "", typescript: "" } ``` Expected: ``` { deno: "1.37.2", v8: "11.8.172.13", typescript: "5.2.2" } ``` (or...