A2va
A2va
The variable `separator_list` in config.py is not used anywhere. https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/config.py#L45-L48 Wouldn't it be better to initialize this variable to the config value? https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/easyocr.py#L95
The [cpptools](https://github.com/microsoft/vscode-cpptools) extension provide an [API](https://www.npmjs.com/package/vscode-cpptools) to consume a custom configuration provider. For example the [cmake-tools](https://github.com/microsoft/vscode-cmake-tools/blob/main/src/cpptools.ts) extension take advantage of that to have C++ completion without compile_commands file. Could be...
Closes #4637 TODO: - [x] Add to PATH - [x] Add xpack components - [x] Submit package to xmake-repo There are two drawbacks: * From what I have learned with...
### Version v1.26.2 ### Describe the bug After clicking on the commit generation button, the text entry for the commit message is filled with `Error: Failed to get git output.`...
I noticed that the target packages were not installed, like other so file, so I added that. In addition, apart from the target file, no files are deleted in the...
**Describe the bug** I get a stack overflow with a model imported from onnx when loading the record. ``` thread 'main' has overflowed its stack error: process didn't exit successfully:...
I'm not sure if this is the right place for this question, but since this is where the browser support page redirects to... The preview in Firefox for Solid Start...
I need to perform some file watching, and some function around this usage was missing.
### Contact Details [email protected] ### What happened? If `windowsesque.h` is included in a cpp file it fails to find the `_Atomic` type declaration. Repro code: https://github.com/A2va/cosmocc-windowsesque ### Version cosmocc v4.0.2...
## What exactly are you trying to do? Automating some packages installation on Windows and detect them with `lookPath` template function ## What have you tried so far? I'm using...