swwind

Results 5 issues of swwind

maybe fix #1184 #928 After some tests, I found that there are two situations cause the vanishment of the title bar. One of the situation is that the `renderable` of...

When I try to open a large pdf file(800+ pages) in Droppy, my RAM usage suddenly increased rapidly just like what happened in #387. Tested on archlinux with Google Chrome...

### Is your feature request related to a problem? I'm using MongoDB and every request contains one or more `ObjectId` class object which can not be serialized. And I'm lazy...

enhancement
triage

原因は node.childNodes を forEach するの同時に、その DOM を変更しているからだ。node.childNodes はライブ配列で、DOM が変更されるたびにその値が変更されます。したがって、これをループする前にコピーを作成することがお勧めします。 ビフォー ![image_2024-05-05_11-07-38](https://github.com/Arnie97/katakana-terminator/assets/26316494/9619f695-ce62-424a-a646-5265e7ff2181) アフター ![image_2024-05-05_11-08-05](https://github.com/Arnie97/katakana-terminator/assets/26316494/36bb468e-e363-4c3c-8fed-4042563c9b75)

### Feature Use Case Take a look at this case. ```ts class A { } if (a instanceof A) { console.log('this never runs') } ``` We notice that the class...

t³ ✨ enhancement
t⁸ ⋅ triage