Victor Engmark

Results 137 issues of Victor Engmark

Background: I've been trying for a few minutes to figure out how to suggest a new option of the kind that show up at https://search.nixos.org/options. [nixpgks](https://github.com/NixOS/nixpkgs/issues) has the issue label...

RFC 8259 mandates Unicode, but then [implicitly contradicts Unicode](https://tools.ietf.org/html/rfc8259#section-7) by excluding [0x7f (DEL)](https://www.compart.com/en/unicode/U+007F) from the control characters. Doesn't that make DEL an ambiguous case?

### Enabler So that deployment is faster, we want to use a lighter base Docker image. #### Acceptance Criteria - [ ] … - [ ] … #### Additional context...

enabler story
spike

### Enabler So that we have to deal with only a single packaging system, we want to use only Nix. Pros: - We'd only ever need to update [a single...

enabler story

## Bug Description Python removes `assert` calls when compiling optimised code, meaning that they don't actually do anything in production code. This will result in the code following different code...

bug

### Enabler So that we can use the most recent language features, we want to upgrade Python from 3.9 to 3.10. So that [some reason], we want to [do something]...

enabler story

### Enabler So that tests run as fast as possible, we want to run them in parallel. #### Acceptance Criteria - [ ] Given a number of tests to run,...

enabler story

## Bug Description `any_exception_class` should check whether the class name exists before creating it. Right now there's a tiny but non-zero chance that it overrides an existing class, which could...

bug

### Enabler So that the `poetry install` commands are simpler, we want to use [the new `--all-extras` flag](https://github.com/python-poetry/poetry/pull/5452) when [Poetry 1.2](https://github.com/python-poetry/poetry/pull/5452#issuecomment-1189116116) is available. #### Acceptance Criteria - [ ] `poetry...

enabler story

[Page](https://toitutewhenua.atlassian.net/wiki/spaces/GEOD/pages/19013394/Setting+up+SafeNet+MobilePass+on+Linux) Basically, the setup is ```nix environment.systemPackages = [ (pkgs.citrix_workspace.override { extraCerts = [ (builtins.toString (builtins.fetchurl { url = "https://cacerts.digicert.com/ThawteRSACA2018.crt.pem"; sha256 = "fbce4b38cb0e004002a6dba366a46a759e21d41992c03384ac79b03f08e3fa0d"; })) ]; }) ]; ```