Simon Schmidt
Simon Schmidt
json2csv uses a lot of CPU, but only one core. json.Unmarshal seems to be taking up most of the time so I made a forked version that launches a whole...
### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...
Some arm processors expose [bit-banding](https://developer.arm.com/documentation/ddi0337/h/programmers-model/bit-banding) to read/write bits of peripheral registers. This provides more efficient access when reading/writing a single bit in a register It would be convenient to expose...
Handle cases where `` is declared inside `` rather than as a direct child of `` For example the stm32f103 SVD has registers like this: https://www.st.com/resource/en/svd/stm32f1_svd.zip ``` ... RCC CR...
The BoundingBox docstring uses some latex style `\in`, but python sees the `\i` as an invalid escape and issues a SyntaxWarning: ``` $ python -Werror -c 'import textractor' Traceback (most...