Ali Akhtarzada

Results 27 comments of Ali Akhtarzada

Could an option be to handle it lazily? I.e. wrap in try/catch and do the decoding only if there's an exception? Or writefln it? (since it seems like writeln deals...

Slight alteration with bug description body: It's anything (including) _and over_ \x80.

Same here. How could this start happening with no code changes or dep changes? Is there some funny config somewhere? I can see `is-npm` in my package lock file. -...

FYI @bkendall : Changed github action to use node 16 instead of 14 and it all good 🤷

> I would not want to see EVERY promise required to be awaited Agreed > I would be open to accept code as valid that has a floating promise with...

>If this code errors, your process will die. Correct. Which is IMO better than an empty catch handler that does nothing without any forethought (which will be what will happen...

Hi! Thanks for the report. Been a minute since I’ve used D now 😅. I will try and find time to look into this. Off the top of my head...