Cyrill Küttel

Results 13 issues of Cyrill Küttel

I have this problem during installation. OS: Ubuntu 22.04 ```console foo@bar:~$ sudo gpasswd -a "$USER" "$(ls -l /dev/input/event* | awk '{print $4}' | head --line=1)" gpasswd: group '0' does not...

So far I did not find any example implementations for actually running on the mobile device. Does someone have a link?

Running the example app works now frictionless again. - Solves #22 Tested with: Flutter 3.7.3 (latest stable)

Android is quite notorious for deprecating things. When I try to run the example app, I get this: ```diff ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of...

I was just wondering what type of image models [`predictImage`](https://github.com/fynnmaarten/flutter_pytorch_mobile/blob/3a8848d6ef726e2d491d79a9f355f7f7171b71dc/android/src/main/java/io/fynn/pytorch_mobile/PyTorchMobilePlugin.java#L102) actually supports. I'm assuming here image classification models are supported, but what about other types of models, like for example...

## Commit message Org: Fix migrate links TYPE: Bugfix LINK: OGC-1098 ## Checklist - [x] I have performed a self-review of my code - [x] I have tested my code...

(I'm realizing this is probably out of scope. ) Is it in any way possible to specify the text to be formatted using a vim motion, instead of selecting the...

The app is encountering an intermittent panic in the main thread due to an index out of bounds error. ``` thread 'main' panicked at src/main.rs:297:62: index out of bounds: the...

TYPE: Bugfix LINK: OGC-1829 ## Checklist - [x] I have performed a self-review of my code