gitonthescene

Results 127 comments of gitonthescene

Another option is to add a checksum to the serialized format to ensure integrity. So that if people edit the serialization without updating the checksum you get an error when...

Ah, JSON, not Javascript. Now I get it. Thanks.

FWIW, for the last error, I noticed the following in the console: "The connection to http://localhost:8000/__webpack_hmr was interrupted while the page was loading." This appears to be a [Firefox only...

It [looks like](https://github.com/exercism/website/blob/main/app/javascript/components/misc/CodeMirror/languageCompartment.ts) having it be a [published package](https://github.com/exercism/website/blob/441892ed725985f22e47b423851026babd8b4e54/package.json) like [lang-julia](https://www.npmjs.com/package/lang-julia/v/0.1.0) would be easiest. Some cursory googling looks like neither bqnpad nor lang-bqn have been published. I imagine not separating...

Okay. FWIW, the [CHANGELOG](https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md) for lezer/lr doesn’t list any breaking changes since 0.15.0. So it might just work as is.

Awesome! Thanks very much!

I think it's probably because it's a [textDocument/semanticTokens/full](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#semanticTokens_fullRequest) request which sends the whole document along.

Interestingly [pandoc](https://pandoc.org/try/?text=*happy+*dog*&from=org&to=html5&standalone=0) gets `*happy *dog*` different than emacs. ``` lisp (org-data nil (section (:begin 1 :end 14 :contents-begin 1 :contents-end 14 :post-blank 0 :post-affiliated 1 :parent #0) (paragraph (:begin 1...

The whole state of the docs is a little off-putting. One of my side goals for collecting samples was to shine a brighter light on what’s actually going on.