Christian Steffens
Christian Steffens
Hi, I'm using CommonCrypto in combination with several others - including Starscream. Both frameworks - Starscream and CommonCrypto - are using the **system** CommonCrypto framework. This results in a duplication...
I'm currently evaluating several FFT implementations and I tried out your implementation (of the vDSP algorithm collection). After some reading there're two things I don't fully understand and I hope...
We need to specify the DispatchQueue for the Debouncer's underlying Repeater / Timer. And yes it's possible to customise the DispatchQueue directly in the Debouncer's callback, but the proposed changes...
I noticed a strange behaviour that caused us quiet some headaches: The very first child ViewController of the Page(Boy)ViewController gets 'presented' before the 'parent' controller has appeared on screen. I...
I added the property `isMandatory` to `Point2DRepresentable`. This allows to mark certain points as mandatory - so that regardless of the simplification process, they're always included in the result. I'm...
Hi, I noticed a problem (bug?) in the `db.rename_ecu` [method](https://github.com/ebroecker/canmatrix/blob/ef38e9403598c6a667cbb39f980b92e6258eac6d/src/canmatrix/canmatrix.py#L2079) and specifically the usage of the `frame.update_receiver()` [method](https://github.com/ebroecker/canmatrix/blob/ef38e9403598c6a667cbb39f980b92e6258eac6d/src/canmatrix/canmatrix.py#L1286). The method should cover a rename attempt of an existing ECU throughout...
Would you mind publishing a new release on GitHub and provide a new docker image as well?
I might be mistaken, but isn't this integer conversion unnecessary? It causes an error during ARXML export, considering that the signal values are already stored as integers. https://github.com/ebroecker/canmatrix/blob/8ca6d787e5c3faceac273fb00f35204fd6ad300f/src/canmatrix/formats/arxml.py#L802 ``` canmatrix\formats\arxml.py",...