Jeffrey McAteer

Results 8 comments of Jeffrey McAteer

I am seeing an identical issue in version 1.7 ![scrot_1162x140_12_11_58](https://user-images.githubusercontent.com/15269507/39589072-339feebc-4ecb-11e8-9ec3-40490181eda4.jpg)

For anyone who is tracking this it still happens with version `0.10.0-dev.3880+e2bb92b2e`. Dependencies build fine then during the last stage I get ``` = note: warning: unsupported linker arg: /tmp/rustco8YO4X/list.def...

Same, I'm using it to detect when USB devices are automounted. Systemd logs: ``` ● incrond.service - Inotify System Scheduler Loaded: loaded (/usr/lib/systemd/system/incrond.service; enabled; vendor preset: disabled) Active: failed (Result:...

The quick fix for linux systems is to create a symbolic link `~/.termfeed.db` which points to `~/.termfeed`. One-liner: `ln -s ~/.termfeed ~/.termfeed.db`

@jkotas where would a developer start if they wanted to implement this? How does dotnet core go from VM IR to x86?

OP doesn't want 2d vim, they want 3d vim in 2d. This can be done with a Hilbert curve, but the 3d resolution will be limited to the 2d monitor...

@deeedob I remember there being community flak about code style when I originally worked on this change, which is why it was never merged in. I have since abandoned the...

Wanted to buzz in, I've got the same issue. I have a small embedded display I'd like to send frames to, and the following give me this error: ``` let...