Ian J Sikes

Results 12 comments of Ian J Sikes

That's a great point @tchayen . Foam is using https://github.com/dagrejs/graphlib to represent its graph. I haven't used it myself but it looks like it handles all the graph operations we'd...

Anyway I'd be more than happy to try to redo this using graphlib

I've run into this as well. I don't think its a performance thing, but in my experience it just causes the graph to completely break. I think the extension needs...

If I activate Termipal from a regular iTerm2 window it works fine btw

the test that failed on CI appears to be flaky. tests are passing for me locally, I think it just requires a re-run

I had the same problem. It seemed like after doing a React Native upgrade (from 0.67.5 to 0.70.6), this library was not being auto-linked. It turns out I just forgot...

FYI, it looks like block scoping is coming in the next Hermes major version ([source](https://github.com/facebook/hermes/issues/575#issuecomment-1550513644)), so there may be hope yet.

@sampsonjoliver you should make the PR to this repo instead, if @revivek will accept it. Always better to bundle the types with the project when possible.

@kettle11 I have no idea if this will be helpful to you, but I was experimenting with making wasm-bindgen work with Tangle. [Here is what I have so far](https://github.com/ianjsikes/tangleshoot). It's...