Bobbe
Bobbe
### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion https://forum.freecadweb.org/viewtopic.php?f=22&t=71391 ### Version 0.20 (Release) ### Full version info ```shell OS:...
Improved version of #5881 (Extend system stats with unixtime), originally proposed by @denis-efimov: > For the moment, it is not possible to make macros based on the host's system time,...
Hey! Would it be possible to get a bootloader that doesn't trigger the beeper, similar to the one that exists for the [MKS-Robin](https://github.com/makerbase-mks/MKS-Robin-E3-E3D/issues/35)?
### Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find a similar feature request ### Problem statement With PUI now being...
DigiKey search is somewhat broken right now, the following things need fixing: - [x] DigiKey Part Number search doesn't work - [ ] Parts with multiple packages only return pricing...
**Describe the bug** A simple `probe-rs erase --chip nrf52840_xxAA` always fails with `ERROR probe_rs::architecture::arm::core::armv7m: The core is in locked up status as a result of an unrecoverable exception`. **Desktop:** -...
Proof of Concept to fix #3702 and #3846. Relies on [scm-record #62](https://github.com/arxanas/scm-record/pull/62). This is pretty ugly, especially the `unreachable!()` stuff, but it seems to mostly work fine. Fixing this properly...
The `Configuration` class gets imported from `setuptools_scm.integration` for some reason. This causes issues with `setuptools_scm>=8`, because it's not available in that module anymore. `Configuration` is defined in `setuptools_scm._config` (`setuptools_scm.config` in...
Formatter input: ``` [ '' foo bar '' ] ``` Expected output (with `indentation = "FourSpaces"`): ``` [ '' foo bar '' ] ``` Actual output (with `indentation = "FourSpaces"`):...
These are the exact changes from #6010, I just recompiled them into a new PR with a cleaner history and more proper commit messages according to the contributing guidelines. It's...