Collin Allen
Collin Allen
Similar to the Chocolat's Workspace tabs, I think the close controls in the Active document list could stand to get a little circle around them, complete with a hover state,...
I'm attempting to link in a Nintendo 64 SDK static library (`libnusys.a`), but the Rust linker errors out: ``` rust-lld: error: lto.tmp: ABI 'o32' is incompatible with target ABI 'n64'...
I have a question about Origin-Edge mode: If I understand the architecture correctly, the Origin server performs any configured transcoding, and the Edge servers fetch that content over OVT and...
Maybe related to https://github.com/elastic/elasticsearch-dsl-py/issues/291, I'm attempting to dump my elasticsearch-dsl response by calling `to_dict()`, but it doesn't appear to walk the entire structure. `inner_hits` appear to be `Response` instances, but...
From the changelog, it looks like version 7.0 dropped support for Pug syntax in templates. Could you expand on what you meant by: >PUG in templates will not be supported...
I noticed when using `include` with pyjade 2.0.3 with Flask (Jinja2), the path that's specified needs to be relative to the Jinja templates directory. When using the same templates under...
The plugin format for Vagrant 1.1.x has changed, rendering `vagrant-ansible` broken. Are there plans to update it? If not, I might take a crack at it (even with my limited...
Hi, and thanks so much for publishing the code for this app! I'm still pretty new to SwiftUI and this project looks like it contains a lot that I can...
Would like to see the addition of a bower.json file so httpi could be quickly added to a project via Bower.
This PR adds `'rb'` to the Attachment example's `open()` call. Without this mode, Python attempts to decode image attachment contents as text and fails with: ``` UnicodeDecodeError: 'utf-8' codec can't...