modelmat
modelmat
Earlier in January I worked on this as a demo project - https://github.com/modelmat/cameraviewdemoproject It uses a slightly modified version of Mechanism2D inside of glass to draw the 2d projections (using...
Would a push for a default install directory other than in ~/ be allowed? This is the reason why I asked for this; I do not like having to clutter...
I would prefer `~/.local/share/wpilib/` over the `~/wpilib` directory. There is currently no globally accessible directory either so this isn't something that is a must, for a new location (I would...
Yeah, okay. Should I create another issue tracking this?
It seems that: - https://github.com/wpilibsuite/allwpilib/blob/main/wpilibc/src/test/native/cpp/simulation/SingleJointedArmSimTest.cpp - https://github.com/wpilibsuite/allwpilib/blob/main/wpilibc/src/test/native/cpp/simulation/ElevatorSimTest.cpp exist, so I think it would be better to rename StateSpaceSimTest to FlywheelSimTest and remove the includes. Also Java doesn't have this test...
Okay, thanks. I believe all that's needed is a Linux machine for building and testing.
I shouldn't think so - this issue that there are no platform builds for desktop on Linux.
If I tap the notification it seems to open the app fine (always), but opening it from the app launcher seems to prompt the intro screen (sometimes). In fact opening...
https://github.com/tuskyapp/Tusky/blob/ad001d044d9f6b354c948758abe9d6fb2e8036f1/app/src/main/java/com/keylesspalace/tusky/util/LinkHelper.kt#L92-L97 Still an issue in the app too
A solution for this is to have `--no-sandbox` as the last argument: https://github.com/jgraph/drawio-desktop/issues/249#issuecomment-634157627 (a previous issue which was closed, probably because it got slightly derailed) As for the "preferred" way...