Philipp Schuster

Results 51 issues of Philipp Schuster

I just found out that the multiboot2 crate does not contain nice high level types for all possible multiboot2 tags yet. Here is a list of missing types. If you...

Hi! Is there a reason why this is not in nixpkgs so far but `typos` is? I can onboard it to nixpkgs, but I can't promise to keep it fresh...

It would be much cooler if the library would perform downsampling of the original signal. 1. apply lowpass filter (to prevent aliasing) 2. sample 44.1khz down to 1000hz or so...

I think there is a bug in the docs. In the README it says `wsl --import NixOS $env:USERPROFILE\NixOS\ nixos-wsl.tar.gz` but after that `wsl -d NixOS` results in a `HCS_E_CONNECTION_TIMEOUT`. However,...

bug

doc: "hypervisor" -> "Virtual Machine Monitor (VMM)" In literature, especially those with a microkernel background, virtualization stacks are terminologically (and functionally) split into two components: Hypervisor (kernel-space) and Virtual Machine...

This adds an extend_from_slice function to the RingBuffer trait. The default implementation calls push() for each element. However, by creating specialized implementations for the various buffers, one can do various...

Hi there! I've come here because I found its usage in [0]. I'm not an expert in hashing and hashmaps. I'm wondering if this perfect hashing algorithm can be combined...

Hi, I'm currently not sure where the problem is and maybe you have something helpful to say. I think Limine might have a bug when it comes to the EFI...

unconfirmed-bug

Hi there, cool project! I noticed there are various typos. I fixed them using [`typos`]( [typos](https://github.com/crate-ci/typos)) and added a CI check for that.

Unfortunately, the `typos` story still isn't solved properly at this point. My concerns decsribed [here](https://github.com/cachix/pre-commit-hooks.nix/pull/392#issuecomment-1893612669) still exist. ## The Problem _Hint: The problem is also shortly discussed in the commit...