Alex
Alex
If you are interested, one alternative to GitHub UI might be tools like [standard-version](https://www.npmjs.com/package/standard-version) or [semantic-release](https://semantic-release.gitbook.io/semantic-release/). By using formatted git commit messages like `feat: add calculateInVacuum` or `fix: issue #12345`,...
@ianpurvis @kripken @moreirayokoyama Sorry for taking so long to get back. If you are still interested in this, then I think I have the solution. The big question is: are...
@JonLiu1993 all those changes look okay to me. It says author response is required. What more do you need from me?
@JonLiu1993 I made those changes. Thanks for helping me.
@JonLiu1993 I did run x-add-version, but I'm not sure about the `vcpkg_download_distfile function` part. That patch is a combination of 5 different patches from rquickjs. I also made a few...
@JonLiu1993 I fixed it so that linux and osx build, but the logs don't explain *why* the windows builds fail. Under `*** Test Modified Ports for x64-windows-static-md` for example, it...
@JonLiu1993 Can you please help me? I got it building on 64-bit windows, but it still errors on arm64 windows. I think I can get it working on x86 with...
@rzr any updates? I know that @abandonware is working on Noble, but that's BLE only. This is the only library that supports regular Bluetooth. To give you an idea of...
@eelcocramer The macOS Spike Prime app is what I used. More specifically, `SPIKE-PRIME_macOS_1.3.2_Global.dmg`. Extract `app.asar` and check `package.json`. It lists `@lls/node-bluetooth` (version `1.3.9`) as a dependency, which you can find...
@lucacasonato any updates?