Ilya Yakelzon
Ilya Yakelzon
If you followed the instructions (installed the DE and set DISPLAY), it should look like this:  If it does look like it - press Save and logout. Done.
@jwilander just an FYI, part of what this PR does wass already implemented in another PR merged recently: https://github.com/mattermost/mattermost-plugin-github/pull/111 . Not as pretty as your version, but it solves the...
@srgyrn thanks for your contribution! Before we dive into the review - I wanted to ask - what prompted it? What are we trying to fix? It seems (from a...
@larkox - awesome. Thanks for the details. I'll get on the review
@srgyrn question - what is the reason for implementing so many 'generic' graphql methods, when all we need to do is to construct a struct with proper tags, like: ```...
@srgyrn - in general, I agree with you. Having better abstractions is great for large projects. This is however seems to me like an overkill for this plugin. But I...
@srgyrn thank you! Please don't close the PR, just simplify it if possible. @ethervoid suggestion sounds good
Same here on Arch: ``` ➜ cargo install tab Updating crates.io index Downloaded tab v0.5.7 Downloaded 1 crate (30.0 KB) in 1.99s Installing tab v0.5.7 error: failed to compile `tab...
Can't seem to get it working. here's the log: ``` ❯ sudo ./bootrom-step.sh [2020-04-03 14:58:19.636193] Waiting for bootrom [2020-04-03 14:59:19.115641] Found port = /dev/ttyACM0 [2020-04-03 14:59:19.154218] Handshake * * *...
That silly line is actually to avoid static checks on an unused require inside 'prettier' module :)