peter madsen-mygdal

Results 49 comments of peter madsen-mygdal

maybe like pg_hero does it: https://github.com/ankane/pghero/blob/master/app/views/pg_hero/home/index.html.erb ![image](https://user-images.githubusercontent.com/1033636/96334100-7dec0980-106e-11eb-9eb5-482e1ea295f9.png)

+1 getting a ton of `no DOM ID for hook "HandleIceCandidateOffer". Hooks require a unique ID on each element.` which leads to js breaking: eg `TypeError: undefined is not an...

no worries, I would suggest we hold out examples for a blue_heron capable nerves_livebook https://github.com/fhunleth/nerves_livebook/issues/50 - and I'll create a livebook example once that happens..

hi @philipgiuliani - sounds like you have things "wired" up correctly - I assume you have received the "FOUND SUPPORTED DEVICE" message etc. seems a bit weird - your msg...

great to hear! - will update the PR/example in a few days with: - check if logging to disk is enabled and warn in the initial proximity step - handling...

fine with anything, but does it happen if run on macos-13? (macos-latest is macos-12 currently)

the elixir library (https://github.com/danhper/elixir-web-push-encryption) works great - and present day webpush is a totally different from the classic app push services that pigeon support. namely you do individual POST per...

would be great if this landed for parity/identical behaviour with the rebar3 equivalent https://github.com/atomvm/atomvm_rebar3_plugin/blob/master/src/atomvm_esp32_flash_provider.erl

This is great! Can anecdotally confirm this resolves esp32s2 OOM'ing with the forthcoming wifi test CI (oom only on esp-idf v5.1.4, on the test after wifi).. and adding network:stop() to...

Not sure I like this bundling of commands: 1. Imho it's a coupling, implicit behaviour change - which might hinder future things, like point 2.. 2. In a simulator flow...