jhwgh1968
jhwgh1968
Closes #46. I am hoping for an early review, @anp. Some notes: * This benchmark requires manually downloading an image file from the internet. It is Creative Commons Licensed, but...
I guess this is what I get for trying to modernise C code that turned 25 this year. 😄 **``$ cat test_pass.c``** ``` #include int main(argc, argv) int argc; char...
I am currently having Travis CI cross-compile an open source package for Windows by using the pre-build MXE packages for Ubuntu. Within the past 7-8 days -- when, coincidentally, a...
The TCP extension is described in [RFC 2018](https://tools.ietf.org/html/rfc2018). I am opening a tracking issue for this since I didn't see one. If no one else wants to pick this up,...
The MagickWand API supports image lists. For example, opening a GIF animation puts each frame into a list attached to that wand. List items can be deleted, edited individually, and...
My apologies if this is not the correct place to put this issue. I couldn't find a better one. I am looking into creating a new board crate, but am...
### Description of your *pull request* and other information I figured out the backend OAuth token that is used by their website. Further testing identified this as to be a...
This issue is may be related to either #423 or #404, but hopefully I can facilitate progress by bringing debug logs. I'm on Arch Linux with kernel 5.19, by the...
**I tried this code**: [Rust Playground Link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=aef0d73224738c3ce177295b69db860f) **I expected this to happen**: both the first "full" deserialization and the second "partial" deserialization behave the same. **Instead this happened**: error `invalid...
I presume that the Travis CI file in the repository has long since died, as no CI has run on any job recently. For anyone wishing to contribute, this seems...