Ivan Petkov

Results 124 comments of Ivan Petkov

> Do you have any link at hand where I could read about what is actually going on here? Did a quick search but I couldn't find a well documented...

Hmm thanks for the report @ngerstle-cognite! Do you have a minimal repro of the error? I don't mind reverting the tarpaulin change, but I'm really curious why setting a `--release`...

@ngerstle-cognite were you able to get a minimal repro of this? I'm probably going to tag another release sometime this week, but we can always revert the tarpaulin change later...

Closing due to inactivity and because I haven't been able to reproduce this. Feel free to reopen if you have more info!

Worth noting that with #4823 we have fallible spawn methods on `task::Builder`. #4850 is tracking its stabilization

@paulyoung random question, but is there a reason you are targeting `wasm32-unknown-unknown` instead of `wasm32-wasi`? My understanding is that sqlite expects to do I/O internally and the `wasm32-unknown-unknown` target might...

@paulyoung ah I see! Unfortunately I'm not very familiar with `libsqlite3-sys`'s internals, specifically around how it compiles the sqlite source to wasm when the `bundled` feature is enabled. Are you...

@paulyoung I just saw [this comment](https://github.com/rusqlite/rusqlite/pull/1010#issuecomment-1248918907) and taking it's advice to set `AR` in the build expression appears to build the project for me! Could you give that a try...

@paulyoung one thing I noticed is your flake is trying to build on darwin. In my experience the Apple/system toolchains present in nixpkgs tend to be a bit behind the...

@dpc Nix's cross compiling utilities (via `pkgsCross`) set up a bunch of stuff which is normally super painful to configure in the C/C++ world (things like putting cross compilers in...