Simon Warta
Simon Warta
There is an [integer square root algorithm](https://en.wikipedia.org/wiki/Integer_square_root) that can be ported. If you prefer Rust over C, see [this implementation](https://github.com/CosmWasm/cosmwasm/blob/v1.0.0-beta2/packages/std/src/math/isqrt.rs#L22-L38). Would be good to call this API `isqrt` instead of...
> I think the right direction to take to fixing this would be to see how to handle utf-8 character sequences... The input is a JavaScript string, which is a...
@frerich Hot stuff. By adding `/Zi /[email protected]` globally to compile flags, one can easily set this up. You just have to replace nmake with [jom](https://wiki.qt.io/Jom), because nmake does not like...
To move this from bug to the missing feature state, we can pass to real compiler when one of those env variables is set.
`INCLUDE`, `LIBPATH` are set by the Visual Compiler installation. E.g. in `vcvarsamd64_x86.bat` via `vcvarsall.bat`: ``` bat @rem @rem Set Windows SDK include/lib path @rem @if not "%WindowsSdkDir%" == "" @set...
`INCLUDE` must be somehow added to the `/I` parameters, with whatever priority. I think we just need to hash `INCLUDE` into the key such that there is no hit for...
I am working on a similar test using Botan, because curl - Makefile.vc mode: cannot be build in parallel - Makefile.vc mode: Cannot use custom CC before the upcoming release...
May I reuse code from this PR for the Botan version? I am especially interested in the Python implementation of Download+unzip to keep dependencies low.
I guess this non-trivial change justifies an entry in the copyright paragraph, right? What do you think @frerich? Does this file based locking require any specific file system? Or can...
+1 for making this the default behavior (override via environment variable?) as soon as we have the file system requirements on the table.