Jörg Thalheim

Results 273 issues of Jörg Thalheim

``` $ python setup.py test ====================================================================== ERROR: test_lexicon_external (tests.test_ssml.SSMLTestCase) Test from URI ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/rppr9s436950i1dlzknbmz40m2xqqnxc-python3-3.9.9/lib/python3.9/urllib/request.py", line 1503, in open_local_file stats = os.stat(localfile) FileNotFoundError: [Errno 2]...

When doing a find_and_modify-Query, it would be nice to have access to the lastErrorObject supplied by the mongodb protocol[1]. This object contains a field named "updatedExisting". I need this field...

At https://github.com/nix-community/poetry2nix/blob/3b01c3e3dc57d511848d8433153ab67db79640e1/flake.nix#L22 an instance of nixpkgs is imported that gets the overlay applied. This costs around 100MB of RAM when evaluating: https://zimbatm.com/notes/1000-instances-of-nixpkgs From what I can see the overlay is...

In the Makefile it sets `-m64`, which is not a valid flag on aarch64 (arm64): https://github.com/tonyrog/cl/blob/e82c6f35a21df8512f6bdf303f6c899afc08c7e1/c_src/Makefile#L72 This flag should be only set on x86_64. Noticed in https://hydra.nixos.org/build/108686242/nixlog/1

`.nix-profile/share/doc/home-manager/options.json` is not created by default. If the file does not exists, `nixos-manager` fails to start.

Some time ago I made an kexec-based installer image: https://gist.github.com/Mic92/4fdf9a55131a7452f97003f445294f97 Combined with nix-bundle an installer executable could be build, which can be executed on every Linux, given enough RAM. ```...

On HiDPI displays the icons do not scale, while the font does. Also the graph view is not readable as it is too small. ![2020-05-18_13-23](https://user-images.githubusercontent.com/96200/82212714-e772bb00-990a-11ea-998c-add7c80c225d.png) Could the graph view maybe...

enhancement

I would like to get notification if CI finishes/fails, what mechanism would you recommend for that hercules effects?

enhancement

**Description** Agent cannot build a derivation. However using trying the same derivation, with `nix-build` works: ``` FatalError {fatalErrorMessage = "Could not retrieve derivation 4hifafcpl36hynsggim166ngbyhwzvmn-nixos-system-bernie-21.11.20210813.f95a858.drv from local store or binary caches."}...

bug