LavaC

Results 7 issues of LavaC

When I use createWithSignal, useStore sometimes returns the entire state object after a period of time, instead of the selected slice. ```ts const feeds=useStore(state=>state.feeds) console.log('feeds',feeds()) setTimeout(()=>{ console.log('feeds',feeds()) },1000) ```

I bound the `cmd + v` key according to this [comment](https://github.com/neovide/neovide/issues/1263#issuecomment-1100895622) in a previous issue. However, when using this shortcut key in search mode, the pasted content will not be...

bug
neovim-upstream

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...

bug

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...

bug

最近翻老帖子时总是遇到一些页面没适配插件,索性都搜了搜把看到的都放进来了。 不过我很奇怪这里为什么不保存一个子域名的`string[]`,用的时候再生成,`manifest.json`里则用**husky**的钩子在每次commit时更新一版。这样能省去很多要修改的地方。

--- - [x] I understand that contributing to this repository will require me to agree with the [CLA](https://github.com/anyproto/.github/blob/main/docs/CLA.md) --- ### Description Using `translate` to replace the original `left` and `width`...