LegenDUST
LegenDUST
tried ```python stdscr.addstr(0, 0, "가나다") ``` result  ...And I tested with other full-width character, like full-width English, and same thing happened.
```python import edifice as ed from edifice import Label, TextInput, View, Button METER_TO_FEET = 3.28084 def str_to_float(s:str): try: return float(s) except ValueError: return 0.0 class ConversionWidget(ed.Component): @ed.register_props def __init__(self, from_unit,...
```python from watchdog.observers.fsevents import FSEventsObserver ``` gives me ``` Traceback (most recent call last): File "", line 2, in File "/home/vscode/.local/lib/python3.11/site-packages/watchdog/observers/fsevents.py", line 32, in import _watchdog_fsevents as _fsevents # type:...
수정 및 재사용이 가능하다고 되어있어 Nerd Font 패치를 하기로 하였습니다만... Nerd Font 패치를 할 때 쓰는 FontForge던, 30일 무료 체험판을 쓸 수 있는 FontLab 7이던 수정 없이 바로 Export해도 ...
I forgot to use sudo to edit file, I searched for how to save in super user permission, and told to use `:w !sudo tee %`. I tried, and when...
Link: https://franpapers.com/en/algorithmic/2018-introduction-to-fountain-codes-lt-codes-with-python/ Name in document: "Python: Build your own error-correction fountain code with Luby Transform Codes" Link dead.