James
James
Found in logs... ``` 2016-05-20 13:53:57 [MongoProtocol,client] Traceback (most recent call last): 2016-05-20 13:53:57 [MongoProtocol,client] File "/usr/lib64/python2.7/logging/**init**.py", line 876, in emit 2016-05-20 13:53:58 [MongoProtocol,client] stream.write(fs % msg.encode("UTF-8")) 2016-05-20 13:53:58 [MongoProtocol,client]...
This new filesystem implements a relative filesystem modifier which can be useful for converting between absolute filesystems rooted at / and relative ones. This is particularly useful when interfacing with...
The one I chose isn't great. I looked, but I didn't find anything else. But there I came across: https://github.com/lrstanley/girc Which looks better. Consider porting to this instead, if I...
I recently ran fwupd on F37. I believe this is what was done: • Thunderbolt host controller (20.00 → 22.0) During the upgrade the machine hung. After ten min I...
Title says it all. This makes it difficult to use this extension if you haven't used it from day one! Either add this option as a built-in or include a...
I was reviewing the code in the dhcp range plugin which is found here: https://github.com/coredhcp/coredhcp/tree/master/plugins/range I noticed that it never calls the `Free()` method on the allocator. In effect, this...
This looks really interesting, but sadly we use entirely Firefox on Linux. If that is ever fully supported, please let me know! Good luck =D
In case anyone is interested: I've noticed more of these "durable execution" [1,2,3,4] style tools lately. I'm not entirely convinced that this is necessarily the right way to build things,...
## Problem: Our end users will likely want to get information on the available resources, functions, and constants. Let's make the documentation story better. ## Issues: It is possible to...
Go mod and dependency hell has broken what used to be a really elegant workflow. See here: https://github.com/purpleidea/mgmt/blob/master/docs/faq.md#why-arent-you-using-glide-godep-or-go-mod-for-dependency-management I've been sad about this ever since we were forced to give...