Glenn Lewis
Glenn Lewis
Hmmm... that's an excellent question, @ojizero - and honestly, since I wrote that PR, I've been learning more about nats.io and am wondering if I should change my current systems...
I'm running into the same issue with Vue3 and `[email protected]` but if I change line 2649 of `node_modules/vue-router/dist/vue-router.cjs.js` from: ``` let removeHistoryListener; ``` to: ``` let removeHistoryListener = () =>...
Oh, I didn't understand you were asking me to try building it. 😁 I had installed from the release tarball. I'll try and get back to you when I'm back...
@radu-matei - here's what I get: ```bash $ RUSTFLAGS="-C target-feature=+crt-static" cargo build --release error: cannot produce proc-macro for `async-stream-impl v0.3.3` as the target `x86_64-unknown-linux-gnu` does not support these crate types...
> Also, @gmlewis, could you please try out our canary binary from https://github.com/fermyon/spin/releases/tag/canary? > Just trying to make sure it's still an issue on main. Sorry, it appears to still...
Can you use MUSL to generate a statically-linked binary executable in Rust? https://stackoverflow.com/questions/31770604/how-to-generate-statically-linked-executables
> I can static build spin this way: Following this recipe and replacing `aarch64-unknown-linux-musl` with `x86_64-unknown-linux-musl` (from [here](https://doc.rust-lang.org/nightly/rustc/platform-support.html) ), I was also able to successfully build a statically linked executable:...
Same situation for Linux Mint Cinnamon 20.3, by the way. ```bash $ cat /etc/os-release NAME="Linux Mint" VERSION="20.3 (Una)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20.3" VERSION_ID="20.3" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=una UBUNTU_CODENAME=focal...
Ah, very interesting, @jibbers42 - I'm not sure how to get VSCode to handle this either. I'll leave this issue open in case anyone else has any ideas on how...
Please provide a complete test case including what imports you are using.