Results 21 issues of tangentstorm

in ngn: a:!10; a[,2]:,50; a 0 1 50 3 4 5 6 7 8 9 in oK: ``` a:!10; a[,2]:,50; a (0 1 ,50 3 4 5 6 7 8...

bug

in iKe, while triggering the bug described in #96, there is a second bug that I noticed having to do with copy-on-write when i tried to make a backup of...

In ngn/k: d:(,`k)!,!10; d[`k;2 3]: 100; d (,`k)!,0 1 100 100 4 5 6 7 8 9 in oK: d:(,`k)!,!10; d[`k;2 3]: 100; d (`k;2;3)!100 100 100 I think ngn/k...

Hi @nil , thanks for making `v-drag`, and for sharing it on github! :) I'm using it to drag some SVG rectangles around. This was my first attempt: ```html ```...

It would be nice if I could rename `` in a way that also preserved incoming links, or at least the link from the parent node. (And then ideally, work...

Enhancement

Often when I'm trying to read a piece of unfamiliar code, I will import it into Leo. When the code is very long (say a function that is several screens...

Enhancement

If the scene driller has the current `GtWorldElement` highlighted, and you close the driller, the entire GT UI is replaced with an empty white window that cannot be closed. Possibly...

On this https://eugenkiss.github.io/7guis/tasks#flight , the link to `http://blog.reactiveprogramming.org/?p=21` in this line now redirects to an incredibly suspicious website. > Flight Booker is directly inspired by the Flight Booking Java example...

The following gist sets up some functions that return a string showing how they were called, so that `f[a]` returns the string `"f[a]"`: https://gist.github.com/tangentstorm/411262df6c4ea4e4fa16 These work fine when implemented explicitly:...

enhancement

https://github.com/plasma-umass/coz https://blog.acolyer.org/2015/10/14/coz-finding-code-that-counts-with-causal-profling/ It ought to be usable with rust. Just need to figure out the rust equivalent of the C++ annotation macros.