adiibanez

Results 9 issues of adiibanez

The file elixir-app/_build/ios_prod/rel/default_release/lib/asn1-5.3.1/priv/lib/asn1rt_nif.so always ends up with read permissions only at xcodebuild time no matter what I try. Where does the library come from? /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: file: /Users/adrianibanez/Documents/projects/2024_sensor-platform/checkouts/elixir-desktop-ios-example-app/elixir-app/_build/ios_prod/rel/default_release/lib/asn1-5.3.1/priv/lib/asn1rt_nif.so is not writable...

When I try to run the bundled app it fails to start Ebou/target/release/bundle/osx/Ebou.app/Contents/MacOS/Ebou 2025-03-22 13:49:35.943 Ebou[58376:41260395] -[WKWebView _setDrawsTransparentBackground:] is deprecated and should not be used. src/behaviours/change_textsize.rs:18 2025-03-22T13:49:35 [DEBUG] - startup...

I'm asking in the context of p2p style mesh. potential integration into iroh p2p lib in particular. Leveraging l2cap seems to be one of the USPs of existing commercial implementations....

I'm in the process of integrating an OTP-27 runtime for native targets like osx, ios, android, ... based on elixir-desktop including wasmex would be very interesting to run eg. electricsql's...

https://docs.edgeimpulse.com/docs/run-inference/webassembly/through-webassembly iex([email protected])20> bytes = File.read!(path) iex([email protected])21> nil iex([email protected])22> path "elixir_desktop_lvn/priv/static/wasm/edge-impulse-standalone.wasm" iex([email protected])23> bytes = File.read!(path) iex([email protected])24> {:ok, pid} = Wasmex.start_link(%{bytes: bytes}) ** (MatchError) no match of right hand side value: {:error,...

I was using explorer as a reference to implement rustler_btleplug But couldn't get it working with elixir-desktop. The elixir-nx/ortex config allowed me to get rustler_btleplug working. Was also using explorer...

erlang / elixir easily overwhelms Kino.Process.app_tree(:myapp) Kino.Process.app_tree(:myapp) Would be nice to have a way to summarize and / or exclude certain applications / Modules I could not make it work...

I'm trying to build nifs to be incuded in a OTP build. But no matter what I try to configure it always results in libs built for the host architecture...

Made some small steps of progress ... but having some most probably quite basic questions regarding how to use the rust / objc "bridge". Are there any examples available showing...

documentation
question
A-framework