Ellen Emilia Anna Zscheile
Ellen Emilia Anna Zscheile
I have a [project](https://git.ytrizja.de/zseri/indented-blocks), and I tried comparing the assembler output between different releases/tags, but a simple `git checkout` wasn't enough to invoke a recompilation. I switched to the following...
> trace: warning: `buildRustCrate` is deprecated, use `buildRustCrateForPkgs` instead
e.g. when I have a `-sys` crate which links against C stuff using `build.rs`, and could reuse already installed stuff, it would be cool if I could declare a dependency...
e.g. currently I use something like this: https://github.com/zseri/crulz-rs/blob/4d6bb6367923e0018ff39e3471fd7c2c5c0c2b2e/flake.nix, but this boilerplate could be further reduced, I suppose. ```nix let progname = "crulz"; applist = [progname]; overlay = final: prev: {...
I ported this old repository to a newer miniupnpc and fixed some other errors.
I want to support the use case that a file contains both utf-8 encoded commands and binary data, such that if an error occures, it is only important that the...
In an specific environment (which I don't really know, as I only know that a user-facing bug exists, which I witnessed as a non-teacher user), completed assignments are added both...
The current code is repetetive. I tried to fix that.
I have a gentoo system, and needed several patches ([`libs`](https://github.com/zserik/portage-zscheile/blob/master/sys-cluster/lizardfs/files/3.13.0_rc2-libs.patch),[`spdlog-libfmt`](https://github.com/zserik/portage-zscheile/blob/4f931e9d66d89ae45e00f93709565c448b2e1dac/sys-cluster/lizardfs/files/3.13.0_rc2-spdlog-libfmt.patch)) to fix the build process of `lizardfs-3.13.0_rc2`. see also : [`BUILD_SHARED_LIBS`](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html#variable:BUILD_SHARED_LIBS) (cmake var) original patches, inlined, incomplete ```patch diff --git...
Fixes #886. An example error message was: ``` LC_ALL=C bash -x /usr/bin/mfssetgoal --help ++ basename /usr/bin/mfssetgoal + tool=mfssetgoal + mfssetgoal --help bash: warning: shell level (1000) too high, resetting to...