flyasky
flyasky
## Expected Behavior Able to calibrate joystick. ## Current Behavior Unable to proceed with calibration because QGC sees just 50% of the axis when I move the throttle fully down....
Activating this plugin in terminator 1.91 removes from menu all entries for other plugins
I got errors like: Cannot run program "jbang" (in directory "C:\Users\User_Name\git\snippets"): CreateProcess error=2, The system cannot find the file specified Could not execute [C:\Users\User_Name\\.jbang\bin\jbang.cmd, template, list] with environment {NO_COLOR=true}. Error=2,...
Bookmarks
Can you implement bookmarks for pdf documents, please? It will be useful for fast navigation through big documents.
dateTimeFormat (How date-time fields will be formatted during serialization.) is String in the documentation https://github.com/jsonschema2dataclass/js2d-gradle/blob/main/docs/usage/parameters_6.adoc#date-time-fields-generation-parameters, but Boolean in the plugin: ``` @get:Input @get:Optional abstract val dateTimeFormat: Property ``` The issue...