Jeff VanDyke

Results 15 issues of Jeff VanDyke

I was able to get this to work once using CMake `install` commands, but it would be really nice if there was a *minimal* working cmake that put a C...

Many package websites (Npm, Crates.io) give how long it's been since the last update for a package. With a lot of plugins, it can be helpful when cleaning up to...

enhancement

For repeated invocations with temporary data, there's an opportunity (not sure how great) for memory allocation savings if instead of always creating a new `ArrayBuffer`, the `decode` function allows an...

I wanted to put first a `style` property on the wrapping div, then I was surprised to find that `title` didn't work, so I thought it best to handle a...

So I've set up this app with a raspberry pi media center for my dear father, and he likes it very much, save for some frustrations. One is: we can...

In summary, the ofileserver example (with WebDAV support) behaves funny from both WinSCP and Gnome Files. I've spent over a day experimenting with Onion's WebDAV support, and was able to...

I'll need to fix this problem pretty soon for a company project, but I might as well add an issue for documentation, and to see if anyone else has any...

Trailing whitespace bugs me, what of it? :) All tests pass.

I've spent some time trying to locate a complete explanation of what the lefthook.yaml file supports for options, what they do, and how they control hook execution, and all I...

Openssl 0.9 is breaking on a growing number of Linux systems [see this issue](https://github.com/sfackler/rust-openssl/issues/994). hyper-tls 0.3 is the first to depend on native-tls 0.2, which is the first native-tls version...