Carlos Pereira Atencio
Carlos Pereira Atencio
This PR: - https://github.com/mu-editor/mu/pull/2371 Has merged to the Mu build scripts the usage of a pup fork to resolve these two issues: - https://github.com/mu-editor/mu/issues/2368 - https://github.com/mu-editor/mu/issues/2318 This is just a...
Only done for testing purposes to illustrate how this would work. @ntoll this is the test code I mentioned on gitter.
Right now Mu is installed in a user-specific location and not available to all users. Previous Mu installers had the option to be installed globally (in program files I believe?),...
Mostly wondering if somebody might have looked into this, have any insights, or might know about things we could try to get better performance writing to disk with the `pi2`/`pi3`configuration?...
In the spirit of PR https://github.com/astral-sh/uv/pull/669, it'd be nice if some of the error messages when trying to install a wheel without specifiying the package name were a bit more...
First of all, thanks for creating this great wrapper around clang-format, it makes running it locally and on CI much more easy and useful! Now that clang-format is packaged in...
As some projects are failing to build, I thought it might be good addition to the CI to build all projects in a workflow matrix to be able to see...
It looks like these methos are only used in the AVR ports, and even then they indicate that they should not be used. [ArduinoCore-avr/libraries/SPI/src/SPI.h#L306-L310](https://github.com/arduino/ArduinoCore-avr/blob/42fa4a1ea1b1b11d1cc0a60298e529d37f9d14bd/libraries/SPI/src/SPI.h#L306-L310) [ArduinoCore-megaavr/libraries/SPI/src/SPI.h#L183-L187](https://github.com/arduino/ArduinoCore-megaavr/blob/01b56951ed2a8acfa7a4efc4e9a2687f626641d1/libraries/SPI/src/SPI.h#L183-L187) ```cpp // These undocumented functions...
First of all, thanks for creating these macOS installers, it's been useful to have this easy way to install Meld. The latest release v3.21.1 was published on the 2022-01-07: -...
That's what I understood from this blog post: https://github.blog/2022-11-02-github-partners-with-arm-to-revolutionize-internet-of-things-software-development-with-github-actions/ > We’re excited to share that we have partnered with Arm to revolutionize IoT software development by making Arm Development tools...