Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

Wow amazing! Terminals are never going to be the same

I plan to use this feature for creating a video editor in the terminal I would need shared memory support for this so it is more performant. @msmps is your...

I managed to test this locally using the submodule solution. Using local linking script was causing strange segfaults and issues like duplicate core packages.

It finally works with opencode! 🎉 Everything seems to work fine.

Sure. Let me know when it is released and I will test it

Edit: reverted back to use import instead of commonjs to resolve the issues with bun compile in opencode I wanted to use require instead of import to enable `--bytecode` and...

I am using this branch together with https://github.com/sst/opencode/pull/4791 as my opencode daily driver. for now everything works alright

The issue is that yoga-layout let's you run some methods on destroyed nodes while instead I was throwing an error. Latest version is aligned with yoga-layout, it returns default values...

Yes external dependency should work. I am trying to make it work with Bun compile. require.resolve seems to not work in Bun. Will open a new PR later