smbape
smbape
I had the same problem after reinstalling wsl. Deleting the folder `%USERPROFILE%\AppData\Local\LuaRocks\Cache` resolved the issue.
I had the same problem after reinstalling wsl. Deleting the folder `%USERPROFILE%\AppData\Local\LuaRocks\Cache` resolved the issue.
Hello, according to bash 4.4.12, it is a bug. ```sh shopt -s extglob touch a.js a.js.gz a.json a.json.gz a.gz ls !(*.js|*.json) # a.gz a.js.gz a.json.gz ``` extglob will only match...
Hi, thanks for the comments. Indeed it is hard without negative lookbehinds. The `contains` option seems to be an alternative but matches things I really don't want to match. ```js...
The issue is also on Windows It is also not limited to face landmarker. Some timestamps are skipped or duplicated. The issue seems to be more reproducible if the concurrency...