Andreas Schultz

Results 32 issues of Andreas Schultz

**Describe the bug** The cgroup v2 code attempts use files from the root cgroup that are not available. Instead is should find the processes child cgroup and read that. The...

team:VM
bug

jsx can parse labels to atoms and also serialize atoms in labels as strings. When using this for the schemas and/or the JSON, the validation results are inconsistent and in...

Add a `{labels, Labels}` with `Label = binary | atom | existing_atom | attempt_atom` to control the how JSON labels are returned during decoding.

add attempt_atom flag, which is compatible with jsx:decode(Bin, [{label, attempt_atom}]) this is essentially #114 ported to master with a few small changes.

#### The bug After `activate`ing an OTP installation, `man` not longer finds manpages. The problem is that `activate` (for all shell) sets the `MANPATH` environment variable. A non-existing `MANPATH` means...

help wanted
bug

The PFCP User Plane IP Resource Information IE has been removed in 3GPP Release 16 and UP based TEID assignment is mandatory since that release as well. User Plane IP...

The only missing component is a accelerometer. Are there any I/Os left for connecting a ADXL345?

Situation: 1. A client opens a single connection and add lots of streams. Cowboys initial window size is set to 64k for the connection and also 64k for each stream....

The test cases always processed the recv statemtn in the same order as the original outgoing message and used the same message for all clients. This had the potential to...