Ruben Anders

Results 55 comments of 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: ![sameissue](https://user-images.githubusercontent.com/1629196/46491541-4d303300-c80b-11e8-8e08-f0c228ecb741.png)