Marco Marche
Marco Marche
@ju5t how did you test it? which versioning scheme did you use for testing? when using AcceptHeaderVersioning scheme, you have to set version in Accept http header to get a...
@ju5t not with the current template, unless you specify a version keyword argument in url
any news on this? as a temporary workaround to be able to run concatjs devserver on m1, could it be feasible to use x64 binary through rosetta2? it's just a...
> no news, no one has had time, sorry maybe i could help? i can see from your pr that the `on-release.js` script has to be completed to update computed...
i think i've completed the binaries generation and i added some lines of code to the on-release script to fill binaries sha in bazel file.. [https://github.com/trik/rules_nodejs/commit/296d2eec20962af504f8aa7154041b3a8499d19a](https://github.com/trik/rules_nodejs/commit/296d2eec20962af504f8aa7154041b3a8499d19a ) it's still not...
@Taym95 i think this code needs to be refactored. it's working good with a custom implementation but it's throwing a LateInitializationError when using the default one (reactive_ble_mobile). ```dart try {...
Probably has been fixed on mbed https://github.com/ARMmbed/mbed-os/commit/65f45cd38351f5356d9c2f6e2b775f814a7a3f9a will give a try building on mbed master branch and will you some feedback
apparently the issue has been fixed by that commit, [here](https://github.com/thearendev/ArduinoCore-mbed-custom/releases/download/4.0.2/ArduinoCore-mbed-4.0.2.tar.gz) you can find the core built on latest mbed master https://github.com/ARMmbed/mbed-os/commit/d0ca14e4fe58c6e7096392d70edc9fd2a0d320ae i keep the issue open just for reference, but...