Doug W.
Doug W.
Struggled a bit trying to copy/rename an object with the existing elixir API. ```elixir GoogleApi.Storage.V1.Api.Objects.storage_objects_rewrite(conn, src_bkt, src_obj, dest_bucket, dest_obj) GoogleApi.Storage.V1.Api.Objects.storage_objects_copy(conn, src_bkt, src_obj, dest_bucket, dest_obj) ``` Calling them as shown above...
This is pretty awesome, and looking to put it or maybe slight variant into production. 1. Have you had success running in a `mix release` and in production? 2. We've...
Biggest change between 0.17 -> 0.18 seems to be moving some functions around. assigns + assigns new now belong to `Phoenix.Component` instead of `Phoenix.LiveView` this change addresses that, but there...
Original issue is here: https://github.com/atomvm/atomvm_lib/issues/15 It seems packbeam cannot list contents of avm files generated with exatomvm on otp28. Was not able to verify as it seemed to also be...
- buffering support and improved state management Copilot assisted - might not be cleanest implementation of a fix for the issue, but it does the trick.
I have been chipping away at a captive portal wifi setup package, and it would be nice to have a select input with the visible ssids rather than having to...