Casey Link

Results 173 comments of Casey Link
trafficstars

> > I'm assuming this also applies to Firefox mobile? > > Getting the same error message "Android web is not yet supported" > > Firefox on Android is unaffected....

I can confirm I can reproduce one of those combinations: Driver: Nvidia Compositor: Hyprland Is `NIXOS_OZONE_WL=1` set?: No Was `--use-gl=desktop` passed?: Yes Does it work: Yes? `$ NIXOS_OZONE_WL= /nix/store/ans88lqlrs559jjab71ccca93db8bni7-element-desktop-1.11.35/bin/element-desktop --use-gl=desktop`...

Report: element package from nixpkgs master and `electron_26`, Nvidia GPU, and wayland (hyprland). Still does not work. I still have to launch with `NIXOS_OZONE_WL= element-desktop --use-gl=desktop` and even then the...

Yes, that looks very nice. Can it be parameterized to support different sizes?

I would love this feature! I read as much documentation and technical content on my e-ink devices. I just had a gander at how the offline bundles are created, and...

> The PR is the easy part, the supporting it forever is the harder part. Would you also fully commit to the harder part? That's a very good question! Before...

@ptaoussanis can we close this now since the fix had landed several betas ago? (I also use the fix in prod apps with success)

Sorry if there is misunderstanding... I created this issue because we would *like* to be able to use `MB_ENCRYPTION_SECRET_KEY_FILE` (and not `MB_ENCRYPTION_SECRET_KEY`). I'm aware it doesn't exist. The lack of...

> This approach allows HTTPKit to send larger responses without first needing to place them all in memory. This should improve response times for larger responses. This alone is amazing,...