Maarten van Gompel

Results 365 comments of Maarten van Gompel

I published a new version of the FLAT container image on Docker Hub that contains this fix/workaround. The actual root cause remains to be found and fixed though.

Similar issue on postmarketos edge, oneplus-enchilada, flatpak with xdg-desktop-portal-wlr. I do get a dbus-related socket error: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: SocketException: Connection failed (OS Error: No such file or directory,...

Ok fellow postmarketOS users, it was a indeed a firewall issue. PostmarketOS uses nftables and is set fairly restrictive by default (for good reason on a mobile device): Put the...

Thanks for looking into this: > 1. is the schema of the table changing when you change the datakey? No, it's always `["Value", "Occurences"]`. > 2. are there any errors...

Another relevant observation, if I switch to page 2 and then immediately back to page 1, and then change the datakey field, then the problem does not occur either!

> I am getting `[StamError] DeserializationError: Deserialization failed: EOF while parsing a string at line 31611423 column 13` when starting up the application (I am on macOS) I suddenly see...

That second issue (unrelated to the actual issue) looks like some kind of race condition in the cell execution order. As if it starts reading the file when it's not...

I now made a separate issue for this spin-off problem we encountered while debugging the current issue: #2246

> @proycon is this still an issue, or could it be caused by the spin-off problem? This is still an issue yes (I tried the latest 0.8.13). After pagination the...

Thanks! It looks like this has indeed been solved in the latest release.