Hebi Li
Hebi Li
It looks like the rainbow effect is still applied to all parenthesis, but the ancestor nodes are **highlighted**. But still, any clue of how to realize this?
+1 for controlling of graph size, I'm on IJulia jupyter-notebook backend
Here are some snippets that may be related: https://github.com/rmculpepper/iracket/blob/d2ffb50c63a20df68a52359214697657eb9fb850/private/jupyter.rkt#L106-L124 https://github.com/rmculpepper/iracket/blob/d2ffb50c63a20df68a52359214697657eb9fb850/private/kernel.rkt#L133-L135 https://github.com/rmculpepper/iracket/blob/d2ffb50c63a20df68a52359214697657eb9fb850/private/kernel.rkt#L154-L174
Thanks for your reply. I'm developing a module-aware IDE for racket. In particular, a user develops code in one module (A) and requires it in another (B), and keeps doing...
Thanks for the pointers! If I understand correctly, you mean: ```rkt ;; define module A with all-defined-out (module A racket (provide (all-defined-out)) (define a 1)) ;; dynamically add a new...
Closing. #187 addressed it, not #205.
> Closing. #187 addressed it, not #205. My bad, not #187, which didn't use Yjs. `#187` cannot address `#195` 😂 This is still open. The title is not synced to...
I'm curious how you created this example. Do you have some steps to reproduce the bug (from scratch)? I couldn't.
I see what the problem is. It happens when you copy & paste a scope. The step of registering the newly copied hierarchy in runtime was missing.
> * tRPC seems not very well support multiple providers in React, [ref](https://github.com/trpc/trpc/discussions/1990), I also came across multiple providers the other day, and it is well supported: [trpc#3049](https://www.github.com/trpc/trpc/pull/3049). I have...