Pierre

Results 110 comments of Pierre

> use an alternative JavaScript interpreter if you want Just the choice would be great. I for example use deno for JS scripting (https://github.com/denoland/deno) and not node.

There's an off-by-one error here: https://github.com/soasme/nim-markdown/blob/e6379e25a33d1d79bb62ee285574e41a395ae2d7/src/markdown.nim#L751 Adding a `+1` seems to superficially fix the bug (all test pass) but that's hacky. I can't quite trace where the offset is coming...

Same issue on https://github.com/grayjoking/backhand (flagged up by user): ![image](https://user-images.githubusercontent.com/8023543/218694495-b1ab2700-c87b-458b-8d18-735e4f2832f0.png)

I still get an error after applying the compiler argument to force gcsafe. Before the argument, I get the expected failure: ```text fsquery.nim(173, 6) Error: 'parseSTS5' is not GC-safe as...

Here's a workaround which is a bit hacky. I needed to: - annotate both generated proc `fn_init` and `fn_run` in codegen with `gcsafe` - wrap the call to `match` inside...

(FYI, I'm using Nim 2, where ORC, threads is default)

Thanks! Yes, I think macOS is sufficiently different to warrant a change. The behaviour I'm used to from other macOS apps is that once you start to scroll in a...

That's a great idea. The option to have "free" is useful for some views (e.g. a map), and the default makes sense.

My Discord user is `summarity` (or send an invite to `[email protected]`) 🙂.

Actually, I seem to have misread the documentation. All that would be needed for me to use this repo in an Atom grammar is for it to be available on...