Nicolas Froidure
Nicolas Froidure
Anything is streamable, in fact, the question is do we buffer it or not. I think it could be a framework/sdk option to threat contents as streams or buffer or...
I do not use your software ;). You asked ideas, i gave some. DWTFYW
Maybe we should consider using this https://github.com/Pomax/bezierjs ?
I think that the point of that `additionalQueryParameters: true` proposition is to keep both possible and tell users : 'I designed that API in a closed/open worl point of view....
Would be a nice way to solve that long lasting issue : https://github.com/OAI/OpenAPI-Specification/issues/883 🤞
This is working at least with the node engine, here is the kind of file i use to achieve this: https://github.com/nfroidure/blog/blob/master/assets/icons/u0020-space.svg The fontforge behavior described here https://github.com/sapegin/grunt-webfont/issues/184 could explain why...
@watson poking just in case you missed it. wdyt ?
@stavalfi nope, just not using it atm. That said, one could just do `process.env = myEnv` but find it ugly and error prone.
`$fatalError` is now a singleton and a separate file in the codebase https://github.com/nfroidure/knifecycle/blob/main/src/fatalError.ts#L56
@sjx233 to be honest, I wrote that lib to check out if I could create a `.kar` player and I'm still surprised of how it became widely used. Your issue...