GoodbyeNJN

Results 14 issues of GoodbyeNJN

Example code: ```ts import create from "zustand-store-addons"; interface Store { value: number; increase: () => void; } export const useStore = create( (set, get) => ({ value: 0, increase: ()...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: linux Arch: x64 Version:...

kind: bug
area: TypeScript
area: app

由于该软件作者发表的极其不负责任的“玩笑”,该软件的安全性已无法保证,建议将其移出推荐列表。 参见: https://notepad-plus-plus.org/news/v849-released https://twitter.com/Notepad_plus/status/1618276938342359042

定时检查微信版本是否有更新,如有更新,则自动更新项目文件并发起 pr 依赖 https://github.com/vufa/deepin-wine-wechat-arch/pull/287 中更新的脚本 需要设置 workflow 权限,参考:https://github.com/marketplace/actions/create-pull-request#workflow-permissions

I have set `"TaskBarIconVisibility": "AlwaysHidden"`, but the Windows Terminal icon still exists on the taskbar. My system environment is as follows: - Windows 11: 23612.1000 - windows terminal quake: 1.6.0...

bug
investigating

The resolver currently supports three reference methods: - name -> eslint-import-resolver-name - npm package name - filesystem path I propose that it support the direct use of any object satisfied...

As I said in [this issue](https://github.com/solidjs/solid-meta/issues/34#issuecomment-1823048699), I've rearranged the attributes that may appear on the `meta` element, as well as new test cases for the `meta` element. In the following,...

**Is your feature request related to a problem? Please describe.** It is currently possible to override the primary action in QuickSelectArgs, but there is no way to override the paste...

enhancement