Albert Moravec

Results 11 issues of Albert Moravec

Currently pg is not installed by default, so postgres cannot be used

After poking into timer configuration and staring into the RM for a while I think I found a slight mistake in the timer configuration code. The auto-reload register divides the...

When there are too many items in the transfer panel the last two items (and scrollbar) get hidden under the panel footer because of this mistake. Tested in Firefox and...

I am currently trying to implement low-power background scanning using hardware batching, but on my device I sometimes get 0 `ScanResult`s back after starting particular scan. Restarting the scan with...

Hi, I just wanted to ask if there are any plans regarding migration to Kotlin BLE library. As I understand it, as long as I am using managers from this...

enhancement
question

When running svdpatch against register with modified base address written as number I get the following error: ``` Traceback (most recent call last): File "scripts/svdpatch.py", line 883, in main() File...

Hi, I am currently trying to use replace my existing list with `ResponsiveGridList`. Currently my existing list implements lazy loading by using `SliverListDelegate` which loads the next page data when...

waiting for response

**Describe the bug** Adding source via `MLNStyle.addSource()` twice causes `MLNRedundantSourceIdentifierException` to be thrown. Since this is an Objective-C exception, AFAIK it is impossible to catch it from Swift without additional...

enhancement
iOS

**Is your feature request related to a problem? Please describe.** I am currently trying to call `queryRenderedFeatures()` from flutter-maplibre-gl and there's a big difference between how each platform treats the...

android
js-parity

### Platforms iOS ### Version of flutter maplibre_gl 0.20.0 ### Bug Description Calling `controller.addSource()` more than once for the same source causes app crash on iOS with `MLNRedundantSourceIdentifierException`. ### Steps...

bug