Brian Wo

Results 54 issues of Brian Wo

I want it allows me to hide the tray icon, configured via the config file. I don't really need the tray icon, it just add some clutter to my tray....

feature-request

React Native is a popular cross-platform mobile frontend solution. There have been a port for it to Windows and macOS developed by Microsoft, which fairly in active development. https://microsoft.github.io/react-native-windows/ Individual...

library-addition
javascript

[Revery](https://github.com/revery-ui/revery) is a work-in-progress cross-platform UI toolkit that doesn't use native GUI library (similar to Flutter). It uses Electron under-the-hood bundled with native React/Redux-like libraries and claims to be more...

library-addition

[Avalonia](https://github.com/AvaloniaUI/Avalonia) is yet another cross-platform GUI toolkit built on top of the Skia engine (the same engine powering Flutter) for dotnet. It targets Windows, Linux, macOS and has beta support...

library-addition
.NET

FeathersUI is an open source cross-platform UI framework for Haxe language. It's quite adopted by many apps including one game published by Ubisoft. https://feathersui.com/ https://github.com/feathersui/feathersui-openfl/

library-addition

**Configuration used**: ``` vim version: NVIM v0.7.2 node version: v16.16.0 coc.nvim version: 0.0.82-3727269e 2022-10-23 00:47:09 +0800 term: xterm-kitty platform: linux ``` ```json "nim": { "command": "~/.nimble/bin/nimlsp", "filetypes": ["nim"] } ```...

Keyhints would be much helpful for keyboard-first users and accessibility. This allows certain context menu item to pressed with key press. Sample taken from Firefox for Linux: ![image](https://github.com/lesnitsky/native_context_menu/assets/45139213/74be003e-f261-431d-a256-ef7f8c2ae0a6) Context menu...

I found there is an optional parameter `action` on `MenuItem`, but I don't see it gets referenced anywhere. Not in example project, test also contains nothing. I would like to...

I just found out that I signed my TOTP with a GPG key and now it's expired. What can I do with it? ``` ~ ❯ totp show github pass...

## Expected: ```odin Token_Kind :: enum { Heading1, // # Heading2, // ## Heading3, // ### Heading4, // #### Heading5, // ##### Heading6, // ###### Heading1Alt, // Heading level 1...

enhancement