sinclairzx81
sinclairzx81
@samevision Hi. Thanks. Yeah, I'd actually like to keep this project up to date with rolling releases of Blender (so, 3.2 and beyond). But unfortunately, the way in which this...
@rickerp Hi, can you double check you're pulling the latest version? You should see an overload for the `register()` function. ```bash npm install [email protected] --save-dev ```
@rickerp Have updated the library with better support for async on `0.8.15`. All of the following should now work. Example [here](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAMQIYGcbAGYE8A0cDeiq62AKlmAKYBCEAHgJIB2aSTAxpXsmpls6w6U4AXzgYoEEHADkGYnwC0MCpQBG9GQFgAUKEixxC7AGUA7kgDmlylHGTpc41kUoL129p272EFvHlebDgAXiIgrAAKAEpdXVQsDnEAVw50P3EYAH0EjkjgfzZOAC5wkixyKlpGQqE8CDB0llLCXyYMYEtSpmSQNVtRaIJdOFG4AHpxuAA6WbHdETidDFT2JsyslET2fNqSsr5KmnoBGCKuOAamlBa4No6uuB6+gZE8ABM-SlKEVaah-AjMaTGazBZLXLsFJpYAZbKQ3aCfY8cqnc71Rqw5oEO5+B7dXr9OxvOCfJjfRB-LEAoGjEGzabg7zMlYwuGbbaIs5CH7ONF1S6Yvw3HH3ToEl7Ej5fH5Uvw0nRjCZTBlM3SBcrTKCUSzANC2SIYeFbDh4Vp48VwACMg3Vzi1Or1MANRo5ptFFseNpEsWW9u1uv1UEixu2Ztx7Ut3t9Gr4DsDzuD2RN7HDYq9tr9EXjTpdznMVhsUDNPqWSyAA) ```typescript import Fastify, { FastifyTypeBoxInstance, FastifyInstance } from 'fastify-typebox'...
@thiagodp Hi, Yeah, maybe. But bear in mind that Hammer is mostly a thin automation layer over the top of `esbuild`. There isn't really too much to measure performance wise...
Hey @moltar, thanks for the quick response. > Does ajv fit into the criteria outlined here? https://github.com/moltar/typescript-runtime-type-benchmarks#criteria Ah I didn't see the criteria section. Thanks for linking that. - These...
@moltar Hey, awesome, that would be great ! :) Will keep an eye out for #497, I'm very curious to see how the AJV validation stacks up against specialized TS...
@emoon Thanks for all your hard work on minifb, love this crate! Looking forward to the 1.0 release! :D > Should it be possible to specific RGB(0) ordering of the...
@ansarizafar Hi. This project is not dead, but it has been in a rather lengthy pending state while I've waited on a few web specifications to iron themselves out (and...
@vsantosu did you find a solution to this?
@vsantosu thanks for the insights :) i might take a deeper dive into this and see if i can figure something out. But yeah, this project is pretty great, the...