Nate Levin
Nate Levin
The issue happens because `/usr/local/share/zsh` is an "insecure directory" (according to `compaudit`.) To fix the issue you [need to run](https://til.simonwillison.net/macos/fixing-compinit-insecure-directories): ```zsh sudo chmod g-w /usr/local/share/zsh/site-functions sudo chmod g-w /usr/local/share/zsh ```...
@Penggeor Show me the compaudit after running those commands - if you still can’t figure it out you can always get rid of the lines after `# bun completions` in...
@Electroid Yes, I am still able to reproduce this issue. Also, [the code causing the problem](https://github.com/oven-sh/bun/blob/1cce9da80a51d49e423223f24f94fee6a044ab10/completions/bun.zsh#L630) has not been modified. It seems to be a problem fundamental to ZSH experienced...
@king-open What is the output of `compaudit` after you have run the solution above? It would also be useful if you could provide the output of `ls -lh /usr/local/share/zsh`
@DetachHead You might have some luck trying one of the solutions from this thread: https://github.com/zsh-users/zsh-completions/issues/680#issuecomment-612960481 . It could be that the user differs as well.
If you are having this issue, you might be able to solve it with an easier/hackier fix. On your `DndContext`, add a measuring prop like so: ```js measuring={{ draggable: {...
How is this improving? It seems to me like you are just changing it for no reason. If there is a reason, why not give it to the maintainer in...
The whole point of a .min.css file is to take up as little bytes as possible. Adding white space there gets rid of the whole point. Adding white space in...
Was the description of this PR generated by ChatGPT? These changes are pretty substantial (almost entirely breaking changes), you may just want to keep your own fork instead of merging...