Ruben Anders
Ruben Anders
> ``` > template > static void from_json(BasicJsonType && j, NonDefaultConstructible &val) > ``` Just curious, why the forwarding reference? When I try it, it seems to work with a...
This might be a feature to add to `twitch-irc-rs`, but I haven't decided on that yet. The most through approach might be to add support for EventSub to [`twitch-irc-rs` ](https://github.com/robotty/twitch-irc-rs)...
consider "residential", since this project is not commericial it seems fitting
I wanted to share a possible solution for the meanwhile. Add this to your `~/.bashrc`, `~/.zshrc` etc: ```sh if [ "$VSCODE_INJECTION" = "1" ]; then export EDITOR="code --wait" fi ```
Same issue on tab context menu: 