ilia-kats

Results 36 comments of ilia-kats

Ah, thanks, I didn't know about `from_adata`, this works. The docs could definitely use some work though, neither `library_id` nor `**kwargs` are documented in the `ImageContainer` constructor, and the docs...

Yes, that is exactly what I was saying. However, I have played around with that a little bit in the meantime, and after exchanging steps 3 and 4, the dispersions...

AFAICT the CI is failing somewhere in the `testthat` package itself, not due to my changes.

That is also incompatible with models/guides that dynamically create parameters during training, if I understand correctly.

Not yet. Due to limited manpower and time, we were mostly focused on getting I/O working first. But feel free to submit a pull request.

Thanks for pointing me in that direction. It seems that SDDM (my login manager) [redesigned xauth handling in the new version](https://github.com/sddm/sddm/commit/cb5c07b4c5bafa27b21981a8f4039eadbe0fafdf), so it's now stored in `/tmp/xauth_xxxxxx`, where `xxxxxx` is...

Perhaps try any `/tmp/xauth_xxxxxx` file that is owned by the current user? Would that be possible?

How about just the first one then? Realistically, the same user probably will not have multiple X sessions running, so that should cover the majority of cases.

Alternatively, and as a general solution that should work everywhere, one could first get a list of all processes by the current user, then for each process look in `/proc/PID/environ`...