Oliver Kriska

Results 12 comments of Oliver Kriska

I took @hissssst 's PR #97 and updated main branch, upgraded it to fully support Elixir 1.13.1 and Erlang 24.2. I did some really simple benchmarks with Benchee: ```elixir defmodule...

I did some cosmetic changes so there 3 commits. In case it will be ok, I can make new PR with one commit.

I added your suggestion code, all tests passed. It looks now better. Thanks for good suggestion. Sorry but I don't understand what you want with this: > Could you also...

> since the distance between the client & server will be just few silicons then JSON may not be a problem after all. btw: It doesn't matter on distance in...

Well, streaming video is a little bit complicated and different and I think you should check some solution for Elixir and Phoenix itself outside of this elixir-desktop "solution". For example...

That's true but still you have two battle fronts: 1. OS native API for camera access 2. accept data in Elixir from native API

hello, anything new about this PR please?

Hello, I feel I have same issue. I recorded Metal Performance HUD: https://github.com/zed-industries/zed/assets/39122854/cedc0afc-e5b1-4115-944b-aac6bfb49fc4 but I was not able to run CPU Profile, it crash every time when I select CPU...

I tried that branch and it feels same. And hud shows lower FPS, max about 80. Preview shows max about 110 FPS. Frame duration in console is about 5-9 and...

this should help: ```diff @@ -106,7 +106,7 @@ defmodule Wallaby.Selenium do capabilities = Keyword.get(opts, :capabilities, capabilities_from_config(opts)) with {:ok, response} %{"sessionId" => id}}), do: id + defp get_session_id(%{"sessionId" => id}), do:...