Björn Svensson

Results 78 comments of Björn Svensson

Just let me know if there are anything I should change.

Hi! a late response, but there is now a new version [v0.61.1](https://github.com/erlang/erlide_eclipse/releases/tag/v0.61.1) that let erlide run on OTP25. Maybe this would fix the problem you had?

I have not seen any info of an attack like this either, but this would be a proactive step to prevent it. I believe the important part is to investigate...

> Also will we get notifications when a vuln is identified for a particular commit? I'm not sure. I've seen recommendations to use dependabot when pinning to a commit, so...

> Are you saying that disabling the event engine experiments improves the CPU graph for you on more recent versions? Yes, when we upgraded to v1.60 some time ago we...

One thing to keep in mind is that CMake is actively developed and new features are coming every now and then. In general this is good, but its a bit...

I have re-done some parts of the PR and investigated a bit more. I used `mem_copy_word` in portable/pprintint.h as suggested, and found that the stack allocated buffer used in monster_test.c...

> * i would prefer to stop the adding of specific cmake options for things that can be provided at generation time. Sounds reasonable. The problem I faced was how...

Unfortunately, it is a bit inconvenient to configure the user/password in the Async API. Instead of using `redisClusterAsyncConnect` you can do the following steps: https://github.com/Nordix/hiredis-cluster/blob/eca5a06c6766d134c15489497a92aae10412a952/tests/ct_connection.c#L345-L357 This flaw has been addressed...

> Have you moved to using valkey? Will you still maintain and update this library? We are focusing on valkey and libvalkey onwards, but we will maintain this library. [libvalkey](https://github.com/valkey-io/libvalkey)...