mierak
mierak
With the following code: ```js import installExtension, { REACT_DEVELOPER_TOOLS, REDUX_DEVTOOLS } from 'electron-devtools-installer'; app.whenReady().then(() => { if (!isProd) { installExtension([REDUX_DEVTOOLS, REACT_DEVELOPER_TOOLS]) .then((name) => console.log(`Added Extension: ${name}`)) .catch((err) => console.log('An error...
Hi, thanks for an awesome list! Hope you don't mind adding my MPD client. https://mierak.github.io/rmpc/ https://github.com/mierak/rmpc
## Problem Currently it is impossible to create a symbol set for borders with runtime values (unless I Box::leak() the symbols to create static refs). That is because https://docs.rs/ratatui/latest/ratatui/symbols/border/struct.Set.html requires...
### Is your feature request related to a problem? Hi! First of all, thank you for the great plugin. It works great for me except in one case: Currently links...
## Bug report ### Describe the bug Hi! I am adding support for playlists located in music directory to my client and I have noticed a werid behavior. There are...
Currently we are required to specify at least empty set of parentheses after the enum variant name when deserializing a struct variant which has all fields marked with `#[serde(default)]`. I...