HarryPeach / kia

🦕 Simple terminal spinners for Deno
MIT License
50 stars 9 forks source link

Uncaught (in promise) TypeError: Deno.writeAllSync is not a function #32

Open willem-haring opened 1 month ago

willem-haring commented 1 month ago

With the update to Deno 2.0, Deno.writeAllSync is deprecated, and the spinner is throwing an errror

GunnerGuyven commented 2 weeks ago

@willem-haring I have addressed this in my fork of this library https://github.com/GunnerGuyven/kia

Comments and usage welcome.

I have also submitted my changes to the one maintaining the jsr version of this library ( https://github.com/fathym-deno/kia/pull/1 )