Michal Ulianko
Michal Ulianko
Sway has a nice functionality where it *for each workspace remembers the last output you have **explicitly** and successfully moved a workspace to* and on an output's disappearance and reappearance...
I haven't found `Con.parent` property in the documentation https://i3ipc-python.readthedocs.io/en/latest/con.html Is it officially supported / is it a part of the public API? Thanks.
When you want to reference a package from another package, or a devShell, etc... inside eachSystem/eachDefaultSystem _closure_ then you have to either use the pesky **rec** keyword which even does...
I have a simple poetry package here: https://codeberg.org/Uli/flake-tools containing a python package named `flaketools` and the `pyproject.toml` is properly declaring a script called `nixx`. Here: https://codeberg.org/Uli/test1 I have a flake...
Sketch.located does not seem to have any effect whenever and wherever it is called. Perhaps an example of what it is supposed to do would help. I see that it...
Why has the `rtic.rs` been removed from examples in https://github.com/embassy-rs/nrf-softdevice/commit/8201255a9d6dde4b29a5a539a1d6aeefcbd467df#diff-f768589e8b6632bb2020f19d3ada19f5e95a4d454142b5236e3fc893cda02cc7 ?
The following line does not seem to have any effect https://github.com/majbthrd/DapperMime/blob/2d31d41f8225c263eefa321b08768d544ad0915b/Makefile#L4 Right now it seems one has to specify `PICO_SDK_PATH` as an **environment** variable. It is unfortunate that after doing...
```python import numpy as np from madcad import * base = brick(width=vec3(236, 170, 2)) hole_positions = [vec3(x, y, 0) for x in np.linspace(-225 / 2, 225 / 2, 5) for...
`Printers/Voron/v1.8_v2.4_Legacy_Trident/v1.8_v2.4_Legacy_Trident_STL/KlickyProbe_AB_mount_v2.stl` does NOT fit into `Printers/Voron/v1.8_v2.4_Legacy_Trident/v1.8_v2.4_Legacy_Trident_STL/Mount_pressfit_holder.stl` and I haven't found any other suitable pressfit holder.
There are `.zip` files in this repo like `Probes/KlickyNG/STL/KlickyNG_Probe.zip` which contain various `.stl` files and then there are `.stl` files directly in those same folders like those `.zip` files. Does...