Sfusato
Sfusato
I solved the issue by calling the `updateSticky()` method right after initializing it. @gsc89 solution also worked, but the 500ms timeout was visible on the page.
@zom243 try to call `updateSticky()` method on your sticky sidebar object right after you initialize it. See if this solves your issue.
I've stumbled upon something similar. In the same live component, `phx-click="lv:clear-flash"` clears the flash set by the liveview, but `phx-window-keydown="lv:clear-flash" phx-key="escape"` does not. If, instead, I manually handle the event...
Having the same issue as @lekoala. Googled a bit before posting this. I remember I had a similar issue compiling Bcrypt for Comeonin, but that worked out eventually with VS++....
@OvermindDL1 how to build/compile erlexec under Windows via cygwin ?
I've encountered an issue when trying to use query params: ```elixir Register Register ``` 1. On the locale to which these routes belong, in this case the `en` locale, there...
@BartOtten Can you make the `routex_example` repository public?
Thanks. I'm having a compilation error when adding `routex` to a new project (opened an [issue](https://github.com/BartOtten/routex/issues/2) in the project's repository). The other issue is with regards to a route not...