Bnaya Peretz
Bnaya Peretz
For small objects, the speed of serialize + deserialize is expected to always be faster than using that library. The overhead of writing all the logic in javascript, has it...
Thanks for the warm words @hjerabek! If you are going to use the library, I would love to hear user perspective feedback. Regarding your question, I can't speak for Node.js...
Worth noting: There's a stage 1 proposal to add fixed-shape objects to js, that will also be shareable across realms, possible in a thread-safe manner https://github.com/syg/proposal-structs
hey @trusktr! Your project looks super cool! I think that what you describe is possible, I will be happy to have a skype/zoom/whatever call about it My email is [email protected]...
Thank you for your warm and kind words @d3lm And thank you for your opensource activities
> I'm coming across this much later, but was considering opening the same kind of issue just to say thanks but saw this and figured I'd just echo the sentiment...
Just use headless chrome :)
FYI: typescript have merged their BigInt support! https://github.com/Microsoft/TypeScript/pull/25886
Hey @contra Another case i would like to see (it its makes sense) it's like case 3. but it filters the failed files from the stream. My use case: I...
I'm working with gulp4 and i understand that plumber is not needed (?) Also i read plumber's docs and i can see any reference that it will filter the files...