BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Stuff to do before the code jam ends: #84

Closed SharpBit closed 3 years ago

SharpBit commented 3 years ago
BoraxTheClean commented 3 years ago
  • [ ] do any TODO comments
➜  adaptable-antelopes git:(main) grep todo src -i -r

Should we make this done?

ntdkhiem commented 3 years ago
  • [ ] make sure everything works on every OS

App works for me (Windows).

SharpBit commented 3 years ago
  • [ ] make sure everything works on every OS

App works for me (Windows).

image does this still occur to you? @ntdkhiem

ntdkhiem commented 3 years ago
  • [ ] make sure everything works on every OS

App works for me (Windows).

image does this still occur to you? @ntdkhiem

yeah...

rishigian commented 3 years ago
  • [ ] make sure everything works on every OS

App works for me (Windows).

image does this still occur to you? @ntdkhiem

yeah...

What text did you write? I would like to see if it messes up my text to.

rishigian commented 3 years ago

Btw the app seems to work fine for me (mac)

ntdkhiem commented 3 years ago
  • [ ] make sure everything works on every OS

App works for me (Windows).

image does this still occur to you? @ntdkhiem

yeah...

Actually, if you add a single space at the beginning of that line, everything somehow fixed.

SharpBit commented 3 years ago

Which line? It still doesn't work for me

image

ntdkhiem commented 3 years ago

Which line? It still doesn't work for me

image

try using powershell instead

BoraxTheClean commented 3 years ago

What is the emoji bug? Should I try to fix it in the next hour?

SharpBit commented 3 years ago

image looks like this. it messes up the text around it

SharpBit commented 3 years ago

I think it only happens on windows, not sure tho

ntdkhiem commented 3 years ago

try adding a space at the beginning of the line that has messed up text.

BoraxTheClean commented 3 years ago

Is it only happening on terminals that don't support unicode? Or does your terminal support unicode but it is just still broken?

ntdkhiem commented 3 years ago

Mine has emoji but the same messed up text. You can fix it somehow by adding any character at the beginning of the text.

ntdkhiem commented 3 years ago

Ah I see the problem with emoji now. I used Windows Terminal which has emoji unicode, but CMD and Powershell don't.