l
l
createStore() from 'solid-js/store' fails in tests with Node.js 20 when vite-plugin-solid is enabled
Seems to be fixed after updating to 2.8.2. Updating past 2.8.2 is impossible due to https://github.com/solidjs/vite-plugin-solid/issues/141
My package contains a binary that is portable to basically any Linux because it is statically linked to musl libc. Same can be said about Go binaries. I then start...
> What could be a temporary workaround ? Run ``` SETUPTOOLS_SCM_PRETEND_VERSION="$(python3 setup.py --version)" pip install . ``` This is the essence of workaround used in https://github.com/deltachat/deltachat-core-rust/blob/8ab3415c5803c7826245d3eca085b873ece38895/python/tests/package_wheels.py
> Did something that was fixed already break again for this? > > I have a debian buster vagrant machine that throws the "unable to detect version" now and it...
free.fr settings: https://assistance.free.fr/articles/609 But I can't find a way to get a testing account there.
> Does this configuration make deltachat detect this? That would be cool as this has annoyed me in the past. I'm not very familiar with how the provider db works...
> So what is the implication of an exception? Trusting that it's "always" safe to send a password to migadu.com servers and that they won't try and steal it if...
> > Yes, because your ISP can hijack MX record request and say that any provider not in the provider database is handled by migadu, then you will try to...
Replaced with #308 which has fixed syntax and port 587.
Linking is done by node-gyp against `libdeltachat.a`, this is where LTO should be enabled. For cargo LTO is already enabled in release profile, but it does not matter because cargo...