Spencer Ahn
Spencer Ahn
NPM run start -> app launch 이후에 다음 에러 출력 ``` ERROR in /home/[Username]/KiwiTalk/src/components/chat/utils/RoomInfoExtractor.tsx [start:webpack] ./src/components/chat/utils/RoomInfoExtractor.tsx 24:17-29 [start:webpack] [tsl] ERROR in /home/[Username]/KiwiTalk/src/components/chat/utils/RoomInfoExtractor.tsx(24,18) [start:webpack] TS2532: Object is possibly 'undefined'. [start:webpack] @...
Asyncssh 2.14.1 Linux mint 21.3 (ubuntu jammy) Python 3.12.0 The issue is reproducable using the following code ``` import asyncio from traceback import print_exc from typing import TypedDict import asyncssh...
Currently the way to mutate an array element by index would be something like this ` with id = $id update Object filter .id = id set { some_array :=...
#### Code https://github.com/Textualize/textual/blob/db3fda928ba3f4807f01ae24ecee260ce6206b1b/src/textual/widgets/_data_table.py#L197 This defaults all floats to be in 2-digit scale. I think it would be better to change this to simple float-to-str conversion, so that the user can...