Results 109 issues of Simonas Kazlauskas

So I've been reading a code a little, and found a piece of code that seemed suspect to me: The first failure mode in activation is when `nix-env --set` fails,...

I have again encountered a situation where a system didn't switch to a new configuration fully, leaving system in a broken state. In particular, with successful deployments I can see...

I am trying to update my systems to a nixpkgs revision `40f26dfd652647880a6ec5b7d2f61acf47ff534f`. I activate right now via `nix run . -- .#hostname` Alas when activating the following error occurs: ```...

A basic unit would be a `bit`.

good first issue

In the past I have encountered an issue in an otherwise mostly synchronous codebase where I wanted to use opentelemetry exporter. I would write code as such (mostly from memory,...

S-feature
E-medium
C-console
C-subscriber
A-warnings

I received an error that reads like this: ``` error: failed to convert response body to bytes (in application) caused by: error reading a body from connection: protocol error: unexpected...

The GString does not necessarily contain UTF-8 data, so being able to convert to less stringent OsString/PathBuf types would help.

enhancement
glib

Took me a while to dig up this repository, meanwhile I remember the dashboard page fairly well.

enhancement

See for example https://github.com/rust-lang/rust/pull/51230#issuecomment-399214953 after which labels appear to be added again even though they were never removed.

Is there any way to slice ArrayBase in a way that wouldn’t panic? Looked through the docs searching for `-> Option` and `-> Result` and couldn’t find anything obviously relevant.