Andreas Backx
Andreas Backx
I'm not sure how to help you without debug information. Could you please run it in the environment where it's not working using `RUST_LOG="debug" waycorner` and provide the output? I...
I'm pretty sure "autolaunch" is able to redirect the output to a file. You might be able to wrap it in a bash or similar invocation. You'll need to see...
It's because it's referring to the two left corners. It can be anything. It might make more sense if there's a second example or there's a comment added that explains...
@vincentaxhe no, it's correct. It's referring to corners so there are bottom/top left/right corners. You can do bottom/top/left/right as well, see #11. This is also documented in the README in...
@vincentaxhe my bad, yes. It's been a while since I touched this. It means the left monitor most likely. Feel free to put up a PR that makes the documentation...
I seem to have this issue as well. Pinning Ruff leads to a spinning icon next to it. I've found a workaround for now: select the interpreter at the workspace...
@willmcgugan Will have a look when I'm back in the office. Currently on long(er) holiday. Could you have a look at #1859?
I've added some tests to test the behaviour here. It's a bit annoying to test because of how `types.FrameType` and similar classes are not instantiatable. This might be a bit...