Daniel Höpfl
Daniel Höpfl
I implemented some enhancements to the MSC (mass storage class) implementation. Some changes are inspired by [this article](https://medium.com/@ly.lee/stm32-blue-pill-usb-bootloader-how-i-fixed-the-usb-storage-serial-dfu-and-webusb-interfaces-36d7fe245b5c). I hope it is okay to have several changes in one pull...
In addition to the environment variable FILTER_BRANCH_SQUELCH_WARNING, the git config filter-branch.squelchWarning is checked to see if the usage warning should be squelched. Thanks for taking the time to contribute to...
Here’s a problem I ran into when I tried to implement an USB MSC: I’m using the STM32F103 based “black pill”. I used the stm32f4-discovery/usb_msc example as base but I...
Date’s `description` function uses a fixed size buffer (26 bytes, [see here]( https://github.com/apple/swift-foundation/blob/fec24b0db1f427a5eaa63ef24480981ec162cc37/Sources/FoundationEssentials/Date.swift#L242)). This buffer is given to `strftime`. Both, dates before “-999-01-01 00:00:00 +0000” and starting at “10000-01-01 00:00:00...
**Is your feature request related to a problem? Please describe.** Some footprints I use result in the parts being placed rotated and with a offset in the JLCPCB placement preview....
### Guidelines - [X] I understand that [if I fail to adhere to contribution guidelines and/or fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md). ###...
**Describe the bug** Saving a correction entry with an regex that already exists in the list of corrections results in duplicate entries in the list. Pressing “Delete” deletes all entries....
The disk seek latency is calculated in [getSeek](https://github.com/chubin/late.nz/blob/f5bab6da9d3b8cf51333d1b4ffb54377002d2216/lib/data.py#L120). The result is right now printed as “1.7677660000000002ms” which is too specific. It should be rounded, e.g. to “1.77ms”.
Changed CPL generation to move components with offset correction relative to component orientation.
Components that have a offset configured in the corrections dialog were always moved based on the PCB coordinate system (left-right/top-bottom). This is correct for components that are placed in the...
The title says it all: If the unregister of logging_handler1 raises an exception, the logging_handler2 is not unregistered.