Zicklag
Zicklag
Yeah, I'm running into a similar oddity. But under certain environment variables combination ( i.e. doing an `su` with or without the `-` before the username to switch to, it...
Ah, I figured out: export ZELLIJ_SOCKET_DIR=/run/user/[userid]/zellij I'm not sure how it determines the default value, but just set that dir to one appropriate for your user in your `.profile` or...
Transferred to the Jumpy repo. 👍️
Looks like there's been some great progress in https://github.com/zellij-org/zellij/pull/2730! 🎉
Just wanted to note here that using [Flamer](https://github.com/llogiq/flamer) does make it a bit easier to automatically disable Flame based on a feature flag because you can use the `#[cfg_attr(feature =...
I'm getting ``` Traceback (most recent call last): File "/home/user/.local/bin/ns-process-data", line 5, in from nerfstudio.scripts.process_data import entrypoint ModuleNotFoundError: No module named 'nerfstudio' ``` With version `1.0.1` of the docker container,...
~~I believe this check is enough to ensure that the two reflects are compatible before applying, which is honestly not as bad as I thought it was going to be:~~...
I think _this_ might be enough to validate compatibility between reflect values, but I haven't tested it: ```rust fn reflect_is_compatible(reflect1: &dyn Reflect, reflect2: &dyn Reflect) -> bool { match (reflect1.reflect_ref(),...
@Canop tested and it looks good! ✅