Joonwon Choi
Results
2
issues of
Joonwon Choi
``` # 회전한 이후 정면에 가보지 않은 칸이 존재하는 경우 이동 if d[nx][ny] == 0 and array[nx][ny] == 0: d[nx][ny] = 1 x = nx y = ny count +=...
### Describe the bug If I install checkbox in CLI, I encountered duplicate border-color issue. [PR#1089](https://github.com/shadcn-ui/ui/pull/1089) said that this problem has fixed... I found accurate [comment](https://github.com/shadcn-ui/ui/issues/692#issuecomment-1605357192) on related first bug...
bug