l

Results 763 comments of l

I am also looking at our dependencies now and out of 569 dependencies only 14 don't have "repository" set. I am trying to ensure that crates are reproducible from the...

It was supposed to be squashed O_O

> the point of the dynamic require/import is that we can present the errors (when native module is not found) to the user in a dialog without crashing the whole...

We can also drop second commit, but seems easier to remove this code, I don't think anyone wants to try making async dynamic import work.

First commit is merged as #3795 already, so let's close this for now.

Turns out `timeout_func_only=true` does not work with `timeout_method = thread`, but when changed timeout method to default (on Linux), the suggestion to use `timeout_func_only=true` worked: https://github.com/deltachat/deltachat-core-rust/pull/3064

Here is some report of this happening: https://github.com/deltachat/deltachat-core-rust/pull/4066 It likely does not pause the process with Unix signals and such, but does not allocate CPU time to the VM on...

> On Wed 01 Nov 2023 at 14:06 -0700, link2xt wrote: Here is some report of this happening: [deltachat/deltachat-core-rust#4066](https://github.com/deltachat/deltachat-core-rust/pull/4066) > Did you share the right link? I don't see any...

I have reported the same issue: #104. But in my case the tests pass on GitHub Actions and for other developers who run Node.js 16. Your example runs v16.20.0 but...

Maybe this should be reported to `@testing-library/jest-dom` as well.