Max
Max
For us, the use case is that we have files on disk where the original filename has been "lost" from the FS perspective – they've been renamed to simply `data`,...
I can see the threat of endless cycles with symlinked directories, that could quickly (or rather slowly) spoil somebody's day :sweat_smile: Regarding your questions: * Our use-case is just for...
A feasible alternative in our case would actually be to honor the `-name` option when reading a file from disk rather than from stdin – effectively telling siegfried that "the...
Awesome, thanks a lot!
What are the contents of the file `/etc/NetworkManager/VPN/nm-wireguard-service.name`? Can you verify that the files listed in there actually exist on your file system? Maybe you could try leaving out the...
Hey, thanks for giving elephant greeter a shot! Unfortunately, I haven't been using keyboard layouts different from US for a while now, and this issue hasn't even really crossed my...
Hey, @HiImJulien ! I found a section about XKB environment variables in [cage's wiki](https://github.com/Hjdskes/cage/wiki/Configuration#xkb-environment-variables). One possibility to change the keyboard layout would then be to change the `Exec` line in...
The values of some relevant variables in the Werkzeug Debugger: ```python >>> request >>> request.data {'id': 'c26b945c-b0ab-4246-ae10-88b094c0c862', 'created': '2024-08-06T17:22:32.944858+00:00', 'updated': '2024-08-06T20:13:04.994666+00:00', 'links': {'actions': {}, 'self': 'https://localhost:5000/api/requests/c26b945c-b0ab-4246-ae10-88b094c0c , 'self_html': 'https://localhost:5000/me/requests/c26b945c-b0ab-4246-ae10-88b094c0c8, 'comments':...
As a bit of historical context, here's a few PRs that led to this issue: Initial PRs for this: https://github.com/inveniosoftware/invenio-app-rdm/pull/2918 https://github.com/inveniosoftware/invenio-config/pull/57 Split-out PRs to avoid requiring `Invenio-Config` to have knowledge...
A local development setup (`invenio-cli run` with v12.0.5) does not seem to have this issue. I limited the network speed to "Wi-Fi" in Firefox for the duration of the file...