Nathan Fiedler

Results 39 issues of Nathan Fiedler

BTW, how does one build graphql_ppx from source? The README doesn't say, it just suggests filing an issue.

enhancement
help wanted

Look at https://bloomer.js.org/#/documentation/elements/form in a recent version of any major browser and you should see that the icons are missing from the form fields. When did this start happening? I've...

Building magick-rust out of the box on ubuntu/bionic64 is not working. Seems like several problems at once: 1. Does not find the LLVM/clang include directory (`/usr/lib/llvm-6.0/lib/clang/6.0.0/include`). 1. Does not seem...

Like the rust-rocksdb crate, should have a "sys" crate for the native library, imagemagick. This would make the setup and build a little easier, and may help with generating the...

Write some documentation on how to use the library, with complete, compilable examples.

task

Since this is published on crates.io, really should have a brief section in the README that describes how to use the crate rather than cloning and building from scratch.

By (!) I mean that in the Code status bar there is cSpell with an exclamation mark inside an hexagon. I've enabled debug logging and found the log file: nothing...

I can use `memmap` to effectively stream a large file when calling `create_object()`, but when calling `get()` it will always return a `Vec` result. I see there are commented out...

C-enhancement
P-medium
M-storage

Just tried installing `magit` again after setting up a new system. I hope this is just my mistake and I am too ignorant to know the easy way around this....

Apple now produces images using HEIF, which is fun. Doesn't look like this library knows about this file type yet. Some basic information can be found on [Wikipedia](https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format). In the...