Jaremy Creechley

Results 188 comments of Jaremy Creechley

I've been following the [OCaml Effect handler's](https://arxiv.org/pdf/2104.00250.pdf) for a while and something about GIRN & goto's tickles my brain as having possible overlap. Perhaps it's just the idea that with...

> GIRN is also not a CPS representation as for that you need the notion of a parametrized goto instruction like goto fn(a, b, c). Ah makes sense that GIRN...

Eh, thanks I'm guilty -- fixed my post.

> There is already atlas use dependency which serves a more useful use case. More specifically if you pass a path to `atlas use file://../dependency` it'll use that path and...

😆 Though looks it adds `requires "file://../mydep"` to the local Nimble file. The `nim.cfg` works. I'll get a fix for the requires up.

haha good find. It must be a bug from refactoring the widgets. Pretty sure previously the text box was under the outer border box which used `clip: true` to hide...

Compare https://github.com/elcritch/fidgetty/blob/2d2a5adf138165c8f5c627afc41ec70cfddb3918/src/fidgetty/text.nim#L27 with https://github.com/elcritch/fidgetty/blob/2d2a5adf138165c8f5c627afc41ec70cfddb3918/src/fidgetty/textinput.nim#L65 -- it's missing the clip content. It should be pretty easy to fixup. You can try it, or I'll get to it later this week.

I also wonder if it's possible to replace the `getProjectFileAutoGuess` with running `nim` to dump the path configs? Would running `nim dump --verbosity:0 --dump.format:json dump.json | jq` give all the...

> nimlangserver binaries don't need to be compiled anymore for common platforms . after each commit , automatically compiled fresh new binaries are available at https://github.com/nim-lang/langserver/releases Did you mean to...

We're having this issue occur when using Python clients. > > i think it does detect the TIMEOUT and return to TIMEOUT to rcl as well. > rmw_cyclonedds also waits...