Hunter Wittenborn

Results 335 comments of Hunter Wittenborn

I'm wanting this too. I have a Rust project that contains dependencies that call into Go libraries, and getting the Go dependencies to be bundled is proving to be quite...

Would [makedeb](https://makedeb.org) be of any interest for the Debian packaging? It would allow publishing as both a .Deb file and to the [AUR](https://aur.archlinux.org) from a single source, and would probably...

> depending on the context where a type is used in the GitHub API, some fields can be optionally present, in other API places always present, or sometimes even missing...

I don't have anything going yet, but I'm fine with making one. I have to get some other stuff finished up, but then I'll try to whip something together.

> it would require that all pages keep a reference to the HTTP client which would bring a cost, and I don't want to add a hidden cost for just...

> it would require that all pages keep a reference to the HTTP client which would bring a cost, and I don't want to add a hidden cost for just...

> Runtime and borrowing cost, adding an extra field makes the page bigger, and it will affect the lifetime of the `Page` as now the `Page` has to ensure it...

The problem seems to be stemming from a Rust binary I'm including in application - if I make the Rust binary non-executable everything works fine, but then I'm having to...

I can confirm the issue happens if you just try to install `rclone` into the AppImage as well. My project is public now though, if you want to see the...

I'm not positive on what a TTY is, but I'm pretty sure it's just when you're using an interactive terminal, and I think this library automatically disables coloring when you're...