Yash

Results 10 comments of Yash

Same problem, using AFFINE windows client.

My bad 😢 I was thinking Palindromes and Anagrams are same

Well, for me only the auto deploy notifications are working and the backup notifications every night at 0000 hours My apps are deployed from the github app source, just to...

Closing this issue because the problem somehow magically stopped, thank you everyone :pray:

I was able to get this to work via USB, I set the interface to `interface: "/dev/usb/lp1", // Printer interface` I got to know the interface from `ls /dev/usb/lp*` this...

it will be different for windows, it will be start with `COM`. you may find it in your device manager or something like that.

Are you sure? Because when I used to connect my Arduino to windows laptop, it was mounted at COM7 or something like that, can you verify once?

@amrutakawale can you please send your repo/code on my mail, I will try to reproduce it. [email protected]

Till this issue is not fixed, we can use this method, it produces similar results ```ts {"yourverylongnumberstring".split("").map((line, index) => ( {line} ))} ``` Result: