Marek S. Łukasiewicz
Marek S. Łukasiewicz
When compiling current version of the template there are two warnings, one of which is: ``` Package caption Warning: Unknown document class (or package), standard defaults will be used. See...
Both ArduPilot firmware and PX4 discard the altitude when called by this function: https://github.com/mavlink/qgroundcontrol/blob/16f59b49208fe840ab511b5726a8e506c18681e7/src/FirmwarePlugin/APM/APMFirmwarePlugin.cc#L848 https://github.com/mavlink/qgroundcontrol/blob/16f59b49208fe840ab511b5726a8e506c18681e7/src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc#L487 I created the PR with the most obvious and least invasive fix, because for end-user...
This is a result of fix for #734: https://github.com/silverbulletmd/silverbullet/blob/cfd1e53f621b8ad435054fb755d7b4026a810bcb/plugs/query/widget.ts#L55-L57 Both "Edit" and "Bake" buttons break, but "Reload" or baking the whole page work. Indeed unlikely, except for Table of Contents...
Observed result: Name of index page is shown as browser title before the user is logged in. More obvious if `indexPage` in `SETTINGS` is set to something different Expected result:...
Observed result: - Page links have `[[ ]]` around them and are only partially links in table of contents - Links to non-existing pages are not red when shown from...
Help text stated `n` for darkside while `d` actually works
When ordering manufacturing of the Pro PCBs, I ran into some issues: - the MX hotswap socket holes have a 0.1mm hole inside them which shouldn't be there (see screenshot)...
### Observed result: When creating a batch by visiting a URL, autoconfirmed message isn't shown, but the query can't be run, the Run button is missing ### Expected result: The...
This is implementing #1042 with some minor improvements on the side.
The columns in a given row are assigned in order of their definition, skipping empty columns. Minimal example: ~~~ |Description|Foo|Bar| |-----------|---|---| |Row 1 |A1 |B1 | |Row 2 | |B2...