Damir Vandic

Results 82 comments of Damir Vandic

Here is the repo that reproduces this: https://github.com/qdentity/lv_reproduction_repo/tree/scroll-bug and here is a video that shows that the scroll position is lost after "load more" is clicked (which is a `live_patch`):...

Just checked if #2097 fixed this issue: it does not 🙁

Are there any blockers before work can be started on this?

As a reference, here are the relevant lines: https://github.com/census-instrumentation/opencensus-erlang/blob/7fb276ff73d677c00458922c9180df634f45e018/src/ocp.erl#L145-L154

Thanks, I've opened a PR, not sure if I got it right 😅

Good point on avoiding methods having two parameters of the same type. I could just return the new error instead, but it would indeed be nice if the stack trace...

I haven't tested it myself, but I also read online [1] that BLAKE2 is faster than MD5 on most (64-bit) systems. In terms of security, I think that BLAKE2 is...

I noticed there were also changes to the `gen_server` application (among others): https://github.com/erlang/otp/pull/5792 Is this something that we need to pull into Elixir as well?

@kavu thanks for the tip, but it did not work for me. I'm also using nightly. Are you on MacOS?