Justin Lovinger
Justin Lovinger
I also have this issue. To reproduce the double lock, I set a `swayidle` lock timeout of 5 seconds, manually locked the screen, waited at least 5 seconds, and unlocked...
> In the meantime, you can create a ndarray with `Array1::from(v)` or `ArrayView1::from(v)` That only works with static dimensionality, not `D::Smaller` as in `map_axis`.
Has there been any progress on this issue? This is a feature I would like to have.
@fearphage Your example is not actually replacing the function `foo` with a fake. You are instead creating a new function that wraps `foo`, and calling that. Compare to this: ```js...
> Unit testing components is pretty theoretical just now - we've not actually done it. Well, I guess that explains why I've had trouble finding examples. > Could you explain...
I was able to reproduce the issue on every shell and terminal I tested, Bash, Zsh, and Nushell for shells and Foot and Alacritty for terminals. I doubt terminal is...
I disabled `session_serialization`, but I still see a consistent 4KB/s disk-write activity for every session, alongside constant CPU-usage, even when idle. I am on version 0.39.2.
I am very surprised `session_serialization` is even enabled by default. This seems like a very niche feature with an inevitable performance cost, even if we reduce that cost.
> We always center when jumping or opening at a location. In the long run I think this could be solved with scripting a command on startup to do `ge`...
Most of your questions are better answered by looking into NixOS than NixOps. Long-story-short, NixOps is a tool to push NixOS deployments, while NixOS is a reproducible, declarative, reliable Linux...