Erik Schamper

Results 158 comments of Erik Schamper

I updated the plocate code to actually more accurately reflect how it should be parsed, instead of "brute forcing" blocks which it did before.

While this is a very nice feature request, this is not a high priority for us to work on as we don't use `target-dump` internally. We would welcome a PR...

Nothing as complicated as that is required, just a change from `("string", "shell"),` -> `("path", "shell"),` and a sanity check if everything still works, maybe an added unit test.

🤷 it's been merged twice now. ![](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExanowaHo2NHB6cTlsc3hkZTh5cGxqZGllbG03b3lucGExM21iZ2ZoMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/NTur7XlVDUdqM/giphy.gif)

I vaguely remember ARM Windows installations to have something similar, but named slightly different. We should check for that too.

Hi @iverberk, unfortunately we don't currently test against WinFSP so it's not necessarily expected to work correctly, although that would be nice of course! We can use this issue to...

I think you can get away with just having a loader component, but maybe it'd be nice to have a filesystem implementation too.

I'm currently working on pathlib compatibility for 3.14 so I'm fist deep in the pathlib code again, I can take a look.

Additionally, `open_child`/`--child` could then also be modified to accept a name. In the `Target.open_child` method we should then first try to open it as a path (and check if it...