Ranieri Althoff
Ranieri Althoff
That idea is very nice.
Lua performance is generally not an issue. Please do consider the effort of recompiling everytime and the extra issues of lower level programming of C++ when choosing not to use...
Still happens on 8.0
Is there any point in making it optional? One can just ignore corepack if they don't want to use it. Everything else will still work as always.
@rt-joe makes perfect sense. In this case, keeping it behind an input boolean should be enough
Screencast from RL, fleeing sheep will always look in the direction it's fleeing, never looks back at player: [Screencast from 2024-09-16 01-34-01.webm](https://github.com/user-attachments/assets/7b15c09a-5945-40bc-ad59-fbf87ca04d7d) However, if the creature is fleeing AND decides...
@bnoordhuis would `kdf` and `kdfSync`, doing the obvious work, be a good option instead? I'm fine with either. How about returning a Promise? It seems to be the new standard,...
> I wouldn't be surprised if there were some KDFs implemented through OpenSSL providers at some point If I understand it correctly, that's already how they are implemented. #50353 uses...
This may be more interesting/consistent now that [`crypto.hash` is a thing](https://nodejs.org/api/crypto.html#cryptohashalgorithm-data-outputencoding)