Simon Oulevay

Results 9 comments of Simon Oulevay

Hi, Thank you for investigating! And my apologies for not answering sooner. I observed a somewhat different behavior on my machine. Running CryFS with `-s` and `-o debug` also makes...

@pedrovagner I just tried and it has no effect, the problem still occurs. No directory is synchronized in this use case, just one file. ``` $> rsync -aP --omit-dir-times foo.txt...

FYI, I have reproduced the problem on a more recent MacBook Pro (Retina, 2017): * 3.1 GHz Intel Core i7 * 16 GB 2133 MHz LPDDR3 * Radeon Pro 560...

Hi, I'm having a similar issue in my project when running my test suite: ``` 09:48:20.132 [error] Process #PID raised an exception ** (ArgumentError) argument error :erlang.load_nif(:erlang, :apply) (argon2_elixir 2.3.0)...

Thanks @riverrun, @hl & @josevalim. `mix deps.compile argon2_elixir --force` did not solve the issue. It just happened again after 5 runs of my test suite. I will try the new...

I have verified that the issue appears to be fixed in my project with OTP 23.0.3. I can no longer reproduce the error.

I'm absolutely not sure of this, but it looks a lot like and may be related to https://github.com/riverrun/argon2_elixir/issues/39. If so, it may be fixed by the next Erlang/OTP release as...

Also happens to me with `OrderList` in version 17.17.0. `(keydown.space)="$event.stopPropagation()"` indeed solves the issue. Seems related to https://github.com/primefaces/primeng/issues/14531 and https://github.com/primefaces/primeng/issues/14377. The fix mentioned in the second issue also works, i.e....

@vkarpov15 Sorry, I had not read the changelog for v5 closely enough so I missed the changes regarding casting logic. Thanks for the explanation. The reason I want to validate...