Guido Tripaldi
Guido Tripaldi
Currently it is not possible to use both Drab and LiveView in the same application because `Drab.Client.generate_drab_js/3` rises when it tries to get the controller module for a `LiveView` page,...
PubSub subscription requires the PID of the main process, but in the Commander the events callbacks are spawned asynchronously and a temporary PID is assigned to them, different from the...
Since LiveView is now public, probably the developers will try to use both libraries in the same app, but at this time it is not possible because `Drab.Client.generate_drab_js/3` rises when...
It seems that the actual value for type `checkbox` input isn't reported correctly (on branch `master`), it always reports a `true` value when a checkbox is clicked: ```eex # Template...
## Description Adds hot upgrade support and documentation. Closes #195. ## Licensing/Copyright **By submitting this PR, you agree to the following statement, please read before submission!** I certify that I...
On Safari, both desktop and mobile, the left side of the slider is squared instead of rounded if a preceeding audio tag (not necessarily immediately preceding) has its controls visible...