Víctor Fernández

Results 6 comments of Víctor Fernández

Version **11.4.0** ``` $ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 ```

``` $ ldd --version ldd (Ubuntu GLIBC 2.35-0ubuntu3.7) 2.35 ``` ### More info on the issue that I just discovered I was using iex to test out code changes, and...

Thanks for your help José. The last version of GLIBCXX that I get from executing that command is `GLIBCXX_3.4.30`. So the version appears to be old. After testing a few...

I found the root of the problem in my case. I have a volume defined in the docker container to share the whole project directory. This includes the `_build` and...

Hi! I was actually starting to work on the same issue, though the motivation in our case is to embed LiveView apps in multiple third party sites. This PR solves...

@SteffenDE thanks for your suggestion! will look into that. @gfrancischelli I'll stop hijacking your PR comments now :sweat_smile:, also thanks for the tip on the callback