Fabian Iwand

Results 288 comments of Fabian Iwand

In essence, the editor error won't clear until the cell resolves. Shorter repro: 1. Create a new JS cell 2. Type `Promises.delay(1000` and submit, which will report a syntax error...

Can you please also add the snippet as text?

Observable's version of highlight.js [was forked](https://github.com/observablehq/highlight.js/tags) from version 9.15.6. This version's language parser for JavaScript offers only limited tokenization ([see demo](https://jsfiddle.net/x6j2upk7/)): ```html walker.setCameraParam(cam.azimuth, cam.spin ? 1 : 0, cam.elevation, cam.roll);...

Last archived version: https://web.archive.org/web/20180915211422/http://www.numericjs.com/

I don't think this is actually implemented (maybe it was at some point). Searching for "ratio" doesn't reveal any use of the .ratio property. The only thing that can be...

[This block](https://gist.github.com/mbostock/e787e283b8cf9d5a8f8a) suggests the license is GPL 3. [This SO post](https://softwareengineering.stackexchange.com/a/297427) cites the FSF regarding the application of the GPL 3 for artwork. I guess the question is: Could I,...

The flyctl repo contains a test file with the promising name [full-reference.toml](https://github.com/superfly/flyctl/blob/bebde8ca52aad7a63ea795b4b5a4a141713f6feb/internal/appconfig/testdata/full-reference.toml#L88) which unfortunately lacks types. On the other hand, [appconfig/config.go](https://github.com/superfly/flyctl/blob/bebde8ca52aad7a63ea795b4b5a4a141713f6feb/internal/appconfig/config.go) and related files define types and keys, but I'm...

Related: https://github.com/duckdb/duckdb-wasm/issues/1708#issuecomment-2065351615