Alex

Results 16 issues of Alex

Hey team, GoPro Quik (official Android GoPro app) does not work properly when blockada is enabled. I spent a few hours figuring out why I could not 'control my camera...

type-F

Using compiled regex and changed from a blocklist to an allowlist. Solves error: `TypeError: __new__() missing 3 required positional arguments: 'string_frequency', 'total_frequency', and 'idf'` That can occur with certain inputs...

Device: WSA Android version: 12.1 Magisk version name: 25203 Magisk version code: 25203 Update: [Issue](https://github.com/LSPosed/LSPosed/issues/2081) on WSA with busybox copy not being completed seems to be due to the [getattr...

needs investigation

Bug fix - max_length parameter was not being propagated to AutoModel tokenizers. This was causing OOM for my system on large document inputs.

Uncompressed model from FastText is faster and more accurate, this change adds the option to choose between the two models.

Running Thai verbatim through the pipeline gives an error "ModuleNotFoundError: No module named 'thai_segmenter'. Does this need to be specified explicitly in setup.py? Thanks!

Instead of generating an exception when a language is not supported, this will simply output a 'None' type for those translations, and the rest of the supported languages will still...

Includes count of each language in output

We have some Python integration tests that are only able to run when they have environment variables from the cluster available. When using B2K and running a Python app normally...

enhancement