Victor Engmark

Results 126 comments of Victor Engmark

> "language" isn't a term with a precise definition, but "locale" is. [RFC 5646](https://datatracker.ietf.org/doc/html/rfc5646), probably the most well-known standard in this area, is called "Tags for Identifying Languages". That standard...

A project I'm part of wants to [use RFC 5646 language tags in a property](https://github.com/linz/stac/issues/161) to inform users of the contents of geospatial dataset assets. I'm going to implement this...

@cpcloud Please hold; I'm trying to [update the relevant project to latest nixpkgs](https://github.com/linz/emergency-management-tools/pull/51).

I've been using [this](https://github.com/linz/emergency-management-tools/blob/94f0a94d9f44923c8bedb366138ef9f65eb6d6b0/shell.nix#L54-L54) for Nix shell: ```nix { shellHook = '' ln --force --no-target-directory --symbolic "${python}/bin/python" python ''; } ``` and [this](https://github.com/linz/emergency-management-tools/blob/94f0a94d9f44923c8bedb366138ef9f65eb6d6b0/.envrc#L4-L4) for direnv: ```bash ln --force --no-target-directory --symbolic...

Reopening since the relevant PR is still open.

Hoi @owigger! I was able to reproduce as well: ``` virtualenv --python $(which python2) virtualenv . virtualenv/bin/activate pip install pythonect pythonect 1+1 ``` The [metadata](https://github.com/ikotler/pythonect/blob/ac597f9c37b119bafc0e41e67e8a21f02e435752/setup.py#L98) says it's Python 2.7 compatible,...

Any news on this? Still fails in 2.4.4, both with a list and with a comma-separated string.

[This was not enough to fix `CheckBootstrapVersion`](https://github.com/linz/geostore/runs/2715249207?check_suite_focus=true) - reopening.