axel-kah

Results 12 comments of axel-kah

Hi, npTDMS is one of two actively maintained tdms python packages, and the only one with partial read support, I did some benchmarking and compared this branch vs. last relase...

Same issue here. Fixed delay is the only workaround. My setup: - Windows 10 - pyserial 3.4 from pypi - python 3.6.5 - serial device is a FTDI FT232RL Tried...

Exploring option a) Seems like `useradd`and `usermod` both feature the `--non-unique` option to allow duplicate UIDs. When adding this option in the modified template, referenced in my `pyproject.toml`, then I...

Spent some more time on option a). It seems like there are two separate docker vs AppImage issues at play here which was not entirely obvious when first reading all...

I've asked the maintainers of AppImage in https://github.com/AppImage/AppImageKit/issues/1027 if they see any downside in tweaking the magic bytes. Depending on their response we could also apply that workaround when the...

> I'm a little confused about your diagnosis regarding Issue #1 - because Briefcase is already using `--appimage-extract-and-run`. Sorry about the confusion. It is true that briefcase is already mitigating...

I'm facing the same symptoms as @xkrys. I read through many issues related to docker vs AppImage*/linuxdeploy. It seems to boil down to two seperate issues with two workarounds and...

I can confirm that these `PermissionErrors` still exist in the latest conda version `23.1.0` running on windows 10 22H2. In my case it failed to patch the prefix of a...

> See also the [prefix.dev resolver](https://x.com/prefix_dev/status/1700109553516327135) There's also a noteworthy blog post from the developers of [Rattler Resolver](https://prefix.dev/blog/the_new_rattler_resolver) which is a port of `libsolv` to Rust. They started with conda...

> There's also a noteworthy blog post from the developers of [Rattler Resolver](https://prefix.dev/blog/the_new_rattler_resolver) which is a port of `libsolv` to Rust. They started with conda package support and they have...