Axel Kittenberger
Axel Kittenberger
I have a dejavu, i had this error once, but can't remember the workaround. I think it had something to do with not installed openssl dev package (for which the...
It is the same with 'let'. Interestingly, it works as expected with 'var'. (where on the other hand in case 1 I wouldn't inline it, since "e" could be visible...
Certainly not the most efficient way, but you do know that 2D FFT is just a FFT over all the rows and of this intermediate result all the cols? (or...
FYI: I experimented a little with typed arrays. fft.js gets ~25% slower simply from using them as dropin replacement for plain Arrays. (node v18.14.0). I don't understand why, has to...
Short version: Can you point at the freetype API you are referring too? I don't think it can do something like this and I don't think opentype.js should. Mid: Can...
ILOVEPIE, I asked you to link the specific API function calls of freetype you are referring to. I'm not aware it can do what you claim it does and a...
You are right, however I just tried it out, it looks like it simply does a stroke() a long with a fill() with correcting the baseline (aka the start positon)....
However, one could argue that caching glyphs is task of the next layer. I don't think opentype (the binary version) caches glyphs either, but that is left to pango. I'm...
They did provide a MRE, albeit terribly formated and obviously a coding error, a catch all that returns false and an error before. rdns is now considered private and you...
As far I can tell it is just nslcd doing its core job of authenticating a user against the LDAP socket. I downgraded node back to v18.14.0 (what I used...