Saúl Ibarra Corretgé

Results 3609 comments of Saúl Ibarra Corretgé

A custom option to fetch would be acceptable I'd say.

On txiki you want to await the write call, can you try that?

Interesting. I'll take a look!

Can you give https://github.com/saghul/txiki.js/pull/618 a try? It's not on par with Node, but I believe it has improved things quite a bit! The use of a different way to clear...

Oh so weird! I am not getting that on macOS! Looks like an unhandled rejection happened and creating the internal PromiseRejectionEvent failed, weird! Do you have a full tracback by...

Thanks, that helps! I force-pushed with a fix. Blocking writes are only a thing on Windows when using pipes, so added an extra check. Can you test again please?

On macOS I can tell the difference, since resetting the terminal is more expensive than clearing it, so still worth doing. I'll keep this open and continue digging as time...