Jonas Johan Solsvik

Results 28 comments of Jonas Johan Solsvik

> That would allow the library to be used without any build process which would be great imho By the way, this is only true if both `grpc-web` AND the...

### Part 2: Work in progress update - So I have been hacking along on my fork PR of `grpc-web` here --> https://github.com/Arxcis/grpc-web/pull/2 - I have put together a "transpiler"...

> Any progress on this issue? FYI: My experiment mentioned above, ended without any success. I have no affiliation with the maintainers of this repo. I don't know what the...

Bump! ``` flatpak --user remote-add --if-not-exists winepak https://dl.winepak.org/repo/winepak.flatpakrepo error: Signature made 2018-07-20T04:30:34 CEST using RSA key ID A959831C080B608F BAD signature from " " Key expired 2020-06-09T20:16:34 CEST ```

Same problem. Mine freezes on number `14/15` ``` $ php artisan generate:erd -vvv Found 15 models. Inspecting model relations. 14/15 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93% < 1 sec/< 1 sec 28.0 MiB ```

`dump()`-ing the model inside the `$models->transform()` gave more useful output In `GenerateDiagramCommand.php` ```php $models->transform(function ($model) use ($bar) { $bar->advance(); dump($model); // getShortName(), $this->relationFinder->getModelRelations($model) ); }); ``` Output ``` $ php...

**Update:** We did some testing of Transmission's file-choosers over at the Flathub.org's Transmission-repo, in this issue > https://github.com/flathub/com.transmissionbt.Transmission/issues/31 . It seems like we are half-way there. Some file-choosers are using...

Hi @BillDietrich. I think what you are actually asking for, is a way to disable a specific portal when running an app. This should be possible in Flatpak today **(Update:...

## Update/Bug-report Actually, I tried running the command above with `org.gnome.Epiphany`, which only has access to `xdg-download`-folder, and nothing else by default. _Persmissions:_ ```sh $ flatpak info org.gnome.Epiphany --show-permissions [Context]...

Could someone please confirm that this bug is reproducible?