Eli Ribble

Results 38 comments of Eli Ribble

You're right, my mistake. The exception handler is the same but the root cause is different. I'll start a separate issue with details on it

I did not. I actually moved away from Keycloak and on to Authentik. It has been far simpler.

Okay, cool, I'll work on a proof-of-concept.

Thanks - is there a way to distinguish between "that chip does not exist" and "the chip exists, but you can't get a handle to it"?

I reproduced this as well. I tracked it down by reading the code and seeing that on POSIX systems the library is using the [uinput module](https://www.kernel.org/doc/html/v4.12/input/uinput.html). After creating a sample...

I freed up a bit more RAM and it was able to complete. Seems like the sweet spot was pretty close to 4G. ``` Successfully processed 24 mailboxes (0 imported,...

I'm not intimately familiar with the export format. Looks to me like `//blobs` contains most of the attachments and things that would increase email size. ``` > ls -Slh |...

I just tested this on NixOS via `nix dev`. My flutter: ``` flutter --version Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision nixpkgs000 () • 1970-01-01 00:00:00 Engine...

Looks like altering all `mockito: 5.4.2` to `mockito: ^5.4.4` in all of the `pubspec.yaml` files made `prebuild.sh` work correctly. I'm sorry, I thought my error was related to this issue,...