Dustin Van Tate Testa
Dustin Van Tate Testa
commonjs
I have no idea when or why this package became an esm-only project but it should definitely offer both module systems or create a separate packages as converting my entire...
WABT does not have the same API as specified here. And the readme gives no additional information not included in the index.d.ts file. I have no idea what the different...
Having a small test suite I could run after changes to verify things still work would be super useful and shouldn't be too hard to implement
https://webassembly.github.io/spec/core/syntax/instructions.html#vector-instructions
honestly I'm not sure if this makes sense to have in production... not super useful and would reduce compile time. In a perfect world it wouldn't be needed
OS: Arch Linux openapi: 3.0.3 nodejs: v21.6.1 package manager: NPM  file: included in zip because github doesn't support yaml [github.zip](https://github.com/openapi/openapi/files/14186300/fuck.github.lol.zip) 
cmake gives the following build warning: ``` CMake Warning (dev) at third_party/SQLiteCpp/CMakeLists.txt:390 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for...
I'd like to pre-populate some fields in a template that will always be the same in order to improve performance. For example: ``` Hello {{user}}, welcome to {{server}}. ``` I'd...
The macro `MICRO_SECONDS_PRE_SEC` should be `MICRO_SECONDS_PER_SEC`, also I'd make it a static constexpr member of the `Date` class but that's just my opinion.
What would be the best way to use non-standard http methods? I was thinking about adding WebDAV support to a project I'm currently using Drogon for and it adds a...