apodtele
apodtele
`sqrt_fx16_16_to_fx16_16( 0x61a80000 )` returns `0x81a54a`, which corresponds to `sqrt(25000) = 129.6457`. Ouch! The correct answer is **158.1139**.
The overflow in the original code is fixed by shifting all values one bit to the right, while the input bit 0 is preserved in `q`. One extra cycle is...
Launching [ftgamma](https://github.com/ubawurinna/freetype-windows-binaries/blob/master/demos/win64/ftgamma.exe) from mintty opens its window in the background without passing the keyboard focus. Cmd, on the contrary, does it properly and passes the focus. This is observed with...
Some Windows GUI applications (e.g., _calc.exe_) do not get keyboard focus when started from mintty on msys2 on windows 11. This has been [reported](https://github.com/mintty/mintty/issues/1206) [previously](https://github.com/git-for-windows/git/issues/4360) but mintty on cygwin on...
Tcommaaccent and tcommaaccent could be mapped to U+021A and U+021B since Unicode 3.0 (1999) in glyphlist.txt. There must be a reason why they are still mapped to cedillas.
### Please make sure these conditions are met - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on...
``` ERROR: Package 'batchglm' requires a different Python: 3.10.6 not in '=3.8.0' ``` This sounds awesome considering that Python 3.8 and 3.9 are in deep freeze with security fixes only...
Have you thought about adding colored layers as a ordered components (-3)? Is it possible to merge (some of) `COLR` into `glyf`?