Victor Engmark

Results 137 issues of Victor Engmark

### Describe the issue GDAL 3.5.0 fails to build with a recent version of poetry2nix due to a missing `GDT_UInt64` symbol. Workaround: Install the version available in the relevant nixpkgs...

### Describe the issue Cross-post of https://github.com/localstack/localstack/issues/5634, since I'm not sure whether there's a simpler way to fix it than [the author's wrapper](https://gist.github.com/dorranh/4317dcc5ea301ac5aec4e03edc0e9ffc). Basically, one way to work around the...

Overrides are a great idea, but it would be good if we eventually got rid of them by making sure packages build without their overrides. To do that, it would...

Don't tell anyone, but https://github.com/jessfraz/dotfiles has lots of stuff worth stealing. Found so far: - i3 configuration - Shellcheck using Docker container - Travis CI configuration (might get away without...

Knowing how many words are in a dictionary gives a rough idea how difficult the game is going to be. This could be displayed on the dictionary selection screen, the...

dictionaries

GitHub Actions unfortunately runs the *latest* version of the actions which fits the `uses` directive version. So right now `actions/checkout@v3` is equivalent to `actions/[email protected]`, but this can change at any...

## Steps to Reproduce 1. Start Chromium with the KeePassXC-Browser extension 1. Get an account on gog.com 3. Log in using the KeePassXC-Browser auto-fill (this seems to save the username...

more info needed

Dependabot can help with keeping the project dependencies up to date by creating beautiful PRs whenever any of the dependencies are updated. I've been using it on dozens of projects...

It would be good if this project enforced its own formatting rules on itself. This can be done easily by adding a GitHub Actions workflow which uses the current commit...

With the latest unstable nixpkgs ```nix pkgs ? import ( fetchTarball { name = "nixos-22.11pre405560.2da64a81275"; url = "https://github.com/NixOS/nixpkgs/archive/2da64a81275b68fdad38af669afeda43d401e94b.tar.gz"; sha256 = "1k71lmzdaa48yqkmsnd22n177qmxxi4gj2qcmdbv0mc6l4f27wd0"; } ) {}, ``` and latest alejandra ```yaml -...