Stefan Chrobot
Stefan Chrobot
Cool, let me write some more tests that need checkboxes and radios and I'll come back with a PR. `form_values: true` sounds best.
@marcoadkins Thanks for taking the time to fix this! The change looks good, but I'm wondering if it would make sense to add a catch-all clause here: https://github.com/dwbutler/logstash-logger/pull/165/files#diff-247c8156e87173ba822a64e0e41ec50cR8 ``` rescue...
👋 I'm working on an adapter for our use case. I'd be happy to share the code here and open up the discussion about the required features.
@teamon Well, time passed pretty quickly 😅 We haven't done any changes to our implementation so it seems it pretty stable. Let me figure out a way to publish the...
@josevalim > Regarding the user, keep in mind that the LiveView receives on mount the same session as the connection, so you only need to do this Is there a...
👍 on this one as the docs on hexdocs are far from perfect. The `README.md` as where people will find all the information.
Thanks for the reply! Makes sense, though it seems I'll be better off contributing to the "build-on-demand" project than waiting for enough thumbs up. It's a cool project and the...
I love you, guys! ❤️
Sure, feel free to do so! I wasn't able to find time to get back to this. Some comments: - Checkboxes and radios don't really need this, since with `Floki.text`...
Maybe it would be better to actually look at the error code? Here's the decoded response body for an unregistered token: ``` %{ "error" => %{ "code" => 404, "details"...