m-mueller678
m-mueller678
The documentation for [dag_transitive_reduction_closure](https://docs.rs/petgraph/latest/petgraph/algo/tred/fn.dag_transitive_reduction_closure.html) says the input is expected in a very specific format. It seems reasonable to assume that this format is preserved in the output, however the documentation...
This allows the use of arbitrary file descriptors on unix in response to issue #542. File Descriptors are supplied via a new variant of `config::Bhaviour`
I would like a marker trait that enforces only the `must not contain any uninit (or padding) bytes` requirement. In particular, it should allow interior mutability. While I cannot think...
When initializing memory management, in `src/mm/mod.rs:102` the space occupied by the kernel is subtracted from `total_memoty_size()`. ``` let available_memory = (total_memory_size() - (kernel_end_address().as_usize() - env::get_ram_address().as_usize()) - reserved_space) .align_down(LargePageSize::SIZE as usize);...
**Describe the bug** Puffin viewer exits at random with code 139 with no discernible cause. Sometimes `Segmentation fault (core dumped)` is printed. This occurs both when connecting to a server...
The bootloader is stuck on 'loading kernel...' (apparently in stage 2) for about 10 seconds. I am using qemu with kvm enabled, booting via bios. ``` qemu-system-x86_64 -enable-kvm -drive format=raw,file=os.img...
I was trying to build bootloader on my notebook with 4GB ram. Unfortunately, it runs out of memory and becomes unbearably slow with swapping. I think this is due to...
Currently, the linkme macro accepts an usize sort key. Although it is not documented, I assume this controls the ordering of the elements in the final slice. I was planing...
When creating a processing pattern with ore-dict substitution enabled and requesting it, crafting gest stuck at 'scheduled'. No items are pushed. In this case, the interface points at a vanilla...