Igor Konyakhin
Igor Konyakhin
Create slice "cs", for example: ``` cell actions; slice cs = actions.begin_parse(); ``` Type `cs.l` (small L) then Ctrl+Space, suggestions show up, but Current behavior: they include irrelevant suggestions =...
This puzzle was made back when neither Open AI O1 or DeepSeek R1 existed and it is meant to be solved with "GPT-4". The author claims to have solved it...
I just finished all Tensor Puzzles - they were certainly very fun and made me think in a different way. But one question which lingers in my mind: how practical...
I just solved the final (at the moment) 182nd problem (there are now 4 new (interesting) problems in a new top-level "CS450" category). Did you use code to scrap your...
### Describe the bug I found that `classList` (and possibly other HTML attributes) causes unnecessary re-runs. In the following code, `createEffect` only reruns when `v()` changes (I manually examined `w.vs`)....