Tommy D. Rossi
Tommy D. Rossi
So the issue is that bun-yoga was getting bundled I updated the build script to externalize dependencies.
bun-yoga still needs more testing. the build script stuff is too hard. will reopen a new PR when ready or when testing locally in opencode is easier
This would basically mean reimplementing useNavigation using some global state in my use case, which would add complexity. We already have `push` and `pop`, it makes sense to add `replace`
Let's say an extension to browse a database has 3 views, a list view of the tables, a list view of the rows and a form to add a new...
> Ah well you shouldn't push here, but pop instead Right, chose a wrong example, but the idea should come across anyway, for example if after the form submission you...
I don't understand why replacing `@cImport` would remove the dependency on clang in the Zig executable, don't you need to depend on clang anyway to be able to run `build.zig`?...
This should help with the lsp performance right? In VSCode for example the typescript language server checks the types for all open tabs and setting a low tab limit helps...
@BuonOmo why not open a PR? This setting is very important in my opinion
I opened a PR with your diff after resolving the conflicts: https://github.com/zed-industries/zed/pull/15926 Let's see if the team agrees on the change
You can still use the editor by adding your GitHub repo and switching to the editor tab, then you can use the main view as a "preview" feature I removed...