Konstantin Sharlaimov

Results 10 issues of Konstantin Sharlaimov

Not sure if it should be a bug or a feature request. From looking at the code it seems WAI, but from user perspective `st-flash` is horribly broken when dealing...

os/linux
target/stm32f7
component/st-flash
bug/needs-fix
programmer/stlinkv2-clone

## Description A light-weight stateless interpreter (like PicoC or Lua) that will allow users to write their own scripts to control servos, leds, VTX power etc. ## Who does this...

Feature request

C++ provides better code structuring if used carefully

In progress
Don't merge

Don't merge
In progress

Per https://github.com/iNavFlight/inav/issues/1225

Enhancement/New feature

**Describe the bug** When the app is playing music in the background sometimes playback stalls at the end of song and doesn't advance to the next song. When unlocking the...

bug
wontfix
upstream

E2EE is great, but it comes with an overhead of having to manage the primary encryption key (in addition to the standard username/passowrd pair). Losing the encryption key means you...

Installing from source on a production node makes little sense and is not very automatable. It would be awesome to have packages (dpkg, rpm) pushed to the "official" GlusterFS repositories...

As said in the title - it's not possible to use graphx and flutter_map in the same project due to dependency conflict: ``` Because graphx >=1.0.0-nullsafety.0

In certain test-cases it's necessary to test for an exact float-point value. `ASSERT_EQUAL` is not suitable for this because it assumes arguments to be integers. `ASSERT_FLT_NEAR` is not suitable either,...