-
### systemd version the issue has been seen with
255
### Used distribution
Fedora 39
### Linux kernel version used
kernel-6.6.0-136.x86_64
### CPU architectures issue was seen on
…
-
### What operating systems are you seeing the problem on?
Linux
### What the loader are you seeing the problem on?
NeoForge
### Describe the bug
https://mclo.gs/gmEFB1C
### Steps to reproduce
a…
-
### Current Behaviour
beta 2.0.0 randomly stops working. Steam Deck OLED, with latest Controlify beta & Yet Another Config Lib 3.6.0. It's as if the virtual controller disconnects. The game doesn't…
-
I'm using Go 1.20.12 on Linux, and am having difficulty following the instructions in README.
Is there a way to install this package from source?
---
My previous attempts:
```shell
go install w…
-
I have setup my Proftpd server on AWS EKS pod,
where my Dockerfile as:
```
# Use Ubuntu as the base image
FROM ubuntu:20.04
# Install required packages, including ProFTPD with mod_ident
RUN …
-
### Description of the feature request:
When `--action_env` is used to set environment variables to affect what repos are generated, `bazel mod` commands will fail.
Stated more specifically: i…
-
### Describe the bug
There is a deadlock in `drop_as_last()` at src/mm/page/meta.rs:156 when call system call `fork` lots of times.
https://github.com/asterinas/asterinas/blob/7ddfd42baa210656127044…
-
auto-reduced (treereduce-rust):
````rust
#![feature(non_lifetime_binders)]
trait Trait {
type Assoc;
}
fn produce() -> impl for Trait {
16
}
````
original:
````rust
#![allow(incomplete_f…
-
Either fork Linux supported Melon loader or make the mod loader compatible with the base melon loader
-
When dropping a `HashMap` (or `HashSet`) and an element's destructor panics, then all elements that would be dropped after are leaked. This is inconsistent with other std collections (`Vec`, `Linked…