Chris Nelson
Chris Nelson
Currently, it appears there is no support for nested maps in Twilio API calls. I first encountered this attempted to call `ExTwilio.Notify.Notifications.create` with a data property that is a map....
This PR is not ready yet, but I wanted to begin discussion about it. For those of us using custom elements on an Elixir/Phoenix project, having a way to write...
Attempting to run demo which does this: ``` import { html, component, useState, } from "https://unpkg.com/haunted/haunted.js"; ``` Browser console: ``` Uncaught SyntaxError: Unexpected token ':' (at haunted.js:21:67) ```
### Description Trying to use testdouble.js in a test being run by @web/test-runner, a browser automation test runner ### Issue When running, got: 🚧 Browser logs: SyntaxError: The requested module...
Needs a whole lotta styling love
Trying to run db:schema:load runs the first time, but on subsequent tries it fails trying to drop any tables that have foreign keys defined on them. This is happening in...
Probably need to let field views be able to update the model themselves for this to be possible
Hello, not sure if this project is still active, but thought I'd check to see how feasible it would be to get an example of running Elixir code in firefly....
Hey all, I'm really excited about the [WebAssembly Components](https://component-model.bytecodealliance.org/) as a way to have a much higher level way to call into WebAssembly from Elixir. I'm a Rust newb (Elixir...
@mhanberg this is what we ended up with. We added a `shadow_root/1` function on `Wallaby.Browser` that takes an element and narrows the scope to the shadow root of the element....