Justin C.
Justin C.
According to his blog post[1], Kelsey pulled the certs from CoreOS. No sure if this is specific enough, but hope it helps. [1] https://medium.com/@kelseyhightower/optimizing-docker-images-for-static-binaries-b5696e26eb07
> How do I scale the entire group with respect to the origin? Not possible in this library from what I can see. I patched the 2D side of kiss3d...
So you have two computers. One can push an update over OTA (call this A), the other cannot (call this B). I would verify the network isn't the issue. Can...
Not sure if there's any interest, but that zip archive does decompress on Linux with the unzip 6.0 utility. http://www.info-zip.org/UnZip.html
Arch users can install `ncurses5-compat-libs` from the aur. This package creates `/usr/lib/libtinfo.so.5` and solved the error on my machine.
I also ran into error running the [nginx demo](https://github.com/containers/build/blob/master/examples/nginx/build-nginx.sh) on a ZFS filesystem. Running the commands under `/tmp` works fine. I'm running ArchLinux with: - systemd 232-8 - acbuild 0.4.0-1...
@epage, `load_syntaxes` requires a mutable `SyntaxSet` which would require some modification to `SETUP` in `syntax_highlight.rs` [\[1](https://github.com/cobalt-org/cobalt.rs/blob/master/src/syntax_highlight.rs#L34)]. \[1]: https://github.com/cobalt-org/cobalt.rs/blob/master/src/syntax_highlight.rs#L34 There are a few ways to handle the mutability requirement: 1. `std::cell::RefCell`...
@KillTheMule do you have a minimal viable example demonstrating the deadlock you're trying to avoid?
So vim sends a request to the rust plugin, and the rust plugin tries to call `nvim_get_current_buf` before sending back a response? I think I can tinker with that to...
@daa84 yes, I think that will take care of parsing.