Hebi Li
Hebi Li
Hi, I was watching a [talk](https://www.youtube.com/watch?v=_lMltUNB6Yw&list=PLhYmIiHOMWoEgJEvgkmUe8D0agxy_T2vR&index=2) by Fabrizio Ferrai @f-f. In that demo, the rainbow effect only takes place at the direct ancestor nodes of the current cursor point. The...
[`require/expose`](https://docs.racket-lang.org/rackunit/api.html#%28form._%28%28lib._rackunit%2Fmain..rkt%29._require%2Fexpose%29%29) can require an unprovided binding from a module. But it only works on functions, not macros. E.g. ```rkt (module aaa racket (define (foo a b) (+ a b)) (define-syntax-rule...
When using reactflow 11.9, the handles cannot be connected. #557 pinned reactflow to 11.8. Need to figure it out later.
## Rationale Web APIs are hard to work with: * Working with GraphQL is very verbose and lacks type safety. As a result, updating APIs is a very slow process....
TL;DR * [x] canvas max-width * [ ] dark mode _Originally posted by @senwang86 in https://github.com/codepod-io/codepod/issues/468#issuecomment-1692734493_ - Seems like `Canvas` shrinked in Chrome and Safari - It applies `Mac`'s default...
Just a note that ~`sessionId`~ and `runtimeId` are the same thing in the code. I'll replace all ~`sessionId`~ with `runtimeId` at some point.
This PR is only for reference. Three different options of snapshot schema design.
This feature helps organize the canvas hierarchy. Specifically, it consists of two features: 1. a button to turn selected pods into a scope 2. a button to select all pods...
page=1,2,3..., 20 per page. Also, consider adding sections, e.g., my repos, shared with me, starred, and trending.
There are two ideas: 1. we can **pin an existing pod from the canvas**. The pinned pods will appear on a fixed panel on the right for easy access and...