Slabity
Slabity
Had to switch from using `AsRef` to using `Borrow` in a project of mine for certain reasons and I'd really like to continue using this crate for that purpose. `Borrow`...
Currently, all the provided examples fail to handle resizing or recreation of the Window. It would be useful to have an example that shows the proper way of recreating the...
Take a look at how `vim-nix` indents this code: ```nix rec { test = let var = "value"; in { inner_var = var; }; } ``` The indentation is correctly...
Attempting to create a Window on the Wayland backend on my system results in the following: ``` thread 'main' panicked at 'internal error: entered unreachable code', /home/slabity/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.23.0/src/platform_impl/linux/wayland/window/mod.rs:218:77 note: run with...
While motherboards look wildly different, the board sizes, standoff locations, IO panel, and PCIe slots are all standardized. I think it would be nice to have some generic models of...
#### 🗹 Requirements - [X] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my issue and found nothing related and/or helpful - [X] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [X]...
The `use_alert_rdy_pin_as_ready` does not enable pulse in continuous-conversion mode as documented
I've been trying to get an ADS1115 to emit an interrupt signal when in continuous-conversion mode using this crate. According to the documentation, the `use_alert_rdy_pin_as_ready()` function says: > This the...
Both OpenBSD and FreeBSD expose a DRM API. We should try to include prebuilt bindings for these operating systems.
I've sorted through all the different functions that the DRM API exposes and filtered out all the deprecated functionality that the kernel no longer recommends using. Any function that was...
All the major VPN services that I've seen have either (or both) an OpenVPN or Wireguard configuration available so that we don't need to have a separate application to manage...