MoFtZ

Results 21 issues of MoFtZ

Implements a simple pathspec matching on trees, without returning the list of matches. A custom marshaler for `git_strarray` has also been added to assist the marshaling.

Backported #1230 to v1.5.x branch.

enhancement
feature

### BACKGROUND My HA setup is using HomeKit Bridge to expose an Alarm to HomeKit. The HA logs contain the following errors: ``` Logger: pyhap.characteristic Source: components/homekit/type_security_systems.py:125 First occurred: 21:12:49...

Dependabot appears to have missed some in #1303.

Fixes regression identified in https://github.com/m4rs-mt/ILGPU/issues/1323.

bug

Fixes #1328 and #1331. The implementation of `XMath.Pow(double)` calls `XMath.Exp(double)`. And the implementation of `XMath.Exp(double)` on Cuda uses a custom implementation in ILGPU, using the CORDIC algorithm. Within the implementation...

bug

Fixes #1309. Looking at the documentation, it should be a `float` operation rather than `double`. However @m4rs-mt, I do not understand the last section of the implementation notes. Do we...

bug