Philipp Geier
Philipp Geier
## Description Displays an indicator in the prompt if the shell is started with nix-shell. ## Motivation and Context Using NixOs and working with nix-shells, I want to have an...
Is it possible to save and restore selections — the behaviour is implemented in kakoune using z and Z. Moreover on inserting text, all selection reduce to the cursor while...
Related to pyfdb #
### What happened? I have a YAML file that contains a map with integer keys, e.g. ``` 8: subMap; 1333534: subMap: ``` The structure itself is meant to be generic,...
### What happened? I've got a json file with the following structure ``` {"rules": [ {...}, {...}, ..., {...}, ]} ``` The file is read with `eckit::LocalConfiguration{eckit::YAMLConfiguration{eckit::PathName{...}}}` and accessed with...
### Description This PR is related to https://github.com/ecmwf/metkit/pull/128 - it uses the new CodesHandle directly instead of eccodes C API. ### Contributor Declaration By opening this pull request, I affirm...
### What happened? I use a local fdb to store experimental ERA6 data with a schema that is containing a new key "timespan". The metkit version I was using did...
### What happened? I am testing encoding output from ERA6 with the additional keyword `timespan` from `metkit feature/mtg2_merge`. I have output in a local FDB (`/lus/h2resw01/scratch/mapg/5220/mapg-20250721-FORTRAN-20250820-093123-68e8e8e5f5793386b953a291b9cab93d-cmp_dev/fdbs/fdb/etc/fdb/config.yaml` on ATOS). I'm not...