Sung Po-Han
Sung Po-Han
Hi, I have the same issue recently. It was working on version 1.6.3 (tag name), container keeps on after closing the page. However, when I use newer commits, say 07ad8beeb7fe,...
I also found that after that commit, I need to specifically run docker with environment variable `TERM` set, i.e., `-e TERM=xterm`. Or else, `lnav`, program I ran under ttyd, will...
Hi @memsharded Thank you for the detailed explanation. I appreciate you taking the time to clarify the expected behavior and the rationale behind it. To provide some context, our project...
Hi @memsharded Thank you for the comprehensive explanation. If the documentation is improved with more clarity around multi-config scenarios, it would be beneficial for users like myself. I have no...
This question can be closed
Status update: - [x] Custom buffer size: Implemented in https://github.com/SpartanJ/efsw/pull/162 - [ ] Error handling: Although https://github.com/SpartanJ/efsw/pull/164 refreshes watches when they overflowed, but users are not noticed and some events...
In the current implementation, it seems impossible to determine whether the `ReadDirectoryChangesW()` call has failed or not. Is it possible to provide users with information about any failures, so they...
Sure! I'll do it later.
I also found this issue in #35 where lock file is not closed before unlink, so the file still exists and is locked.
Root cause should be this: ``` Traceback (most recent call last): File "C:\Users\pika1\code\OrangeDrive\ci-tools\ctcache\clang-tidy-cache", line 490, in update_stats hits, misses = self.read_stats() ^^^^^^^^^^^^^^^^^ File "C:\Users\pika1\code\OrangeDrive\ci-tools\ctcache\clang-tidy-cache", line 477, in read_stats with FileLock(self.stats_file()...