dhjw

Results 11 comments of dhjw

I came from the app page to the website to github just to comment about this. I frequent a news channel that has constant posts from bots and due to...

On my Ubuntu 20.04 system with Ryzen CPU I ran `sudo apt install mesa-va-drivers` and now it works. I installed openshot via the official PPA. I'm using the kisak-mesa repo...

The issue for me appears to be when I run without an X display available. By running with `DEBUG=* screenshot-tweet https://twitter.com/jack/status/1112459556972564482 x.jpg` I got the error message `electron child process...

I scraped the full set of Facebook emojis by getting codepoints and descriptions [here](https://unicode.org/emoji/charts-5.0/full-emoji-list.html) and using a PHP script based on [this](https://gist.github.com/Crissov/5bbf9704995317c20955ab2d0caf1045): ``` // size: 64 does not work, 128...

Yeah, I'm having this problem on Ubuntu 20.04 after an update today. Even if I enter my password for sudo it just keeps popping up. I can't do anything unless...

In my case transmission-gtk would find peers and metadata download percentage would increase but never get to 100% before dropping back to 0%. I looked in `Help > Message Log`...

Would be nice right now since it's at the top of whattomine

On my minimal LXDE I also had to `sudo apt install notification-daemon`

I achieved this by putting the following before initializing spectrum on the field (in my case I was doing an .each() iteration over a number of inputs so $(this) was...

In the Makefile change `NVCC = nvcc` to `NVCC = nvcc -D_FORCE_INLINES`