Hunter Wittenborn
Hunter Wittenborn
I've created an AppImage for [my application](https://github.com/hwittenborn/celeste/releases) which is built and created on Ubuntu 22.10, but whenever I attempt to run the binary on Ubuntu 22.04, I get the following...
For some reason if my AppImage's entrypoint is a script with a `#! bin/bash` shebang, I get some weird behavior with the builtin Bash: - Setting `LD_LIBRARY_PATH` doesn't seem to...
I'm not sure why, but whenever I run a build I get an error message saying `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 574750: invalid continuation byte`. I've...
I was just looking around because I was getting bored, and I stumbled on this project's website somehow. Anyway, when visititing pages with code blocks (i.e. https://gorm.io/docs/connecting_to_the_database.html) and the line...
The README states the following (emphasis added by me): > If the release input parameter is omitted, then the build will **not be uploaded but not released**. Is this supposed...
Would it be possible to add a function such as `Page::all` that just does something like `Octocrab::all_pages(page)`? Currently I have to make an intermediate variable when doing something like this...
The `workflow` module contains a [`Status`](https://docs.rs/octocrab/latest/octocrab/models/workflows/enum.Status.html#) enum that appears to be useful in several places, but isn't being used: - [`ListRunsBunder::status`](https://docs.rs/octocrab/latest/octocrab/workflows/struct.ListRunsBuilder.html#method.status) - [`Run::status`](https://docs.rs/octocrab/latest/octocrab/models/workflows/struct.Run.html#structfield.status) Is there any reason the enum isn't...
I'm wanting to access https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#compare-two-commits from my application, but I'm not sure how to do it with octocrab. Has it not been implemented, or am I just looking around in...
### Description It would be nice if I could more easily tell when a sponsor comments on and creates issues, pull requests, and discussions. I've been quite busy with my...
`gtk` and `gtk-sys` aren't currently on the latest version, which is causing an issue in my project when updating the version of `gtk` used in my project: https://github.com/hwittenborn/celeste/pull/82#issuecomment-1468299121. I also...