masklinn
masklinn
Thanks for the check work @meven. The "gains" when they appear at all seem mostly irrelevant and insignificant, making the original suggestion irrelevant. I won't close the issue as @jonhoo...
And I guess overriding that would be a pain in the ass... Though maybe the date could be parsed from the title? It seems to be fairly regular.
I would also recommend taking a gander at this suggestion: while I don't have a direct comparison the port of `FilteredRE2` in [ua-parser/uap-rust](https://github.com/ua-parser/uap-rust) is about on par with `FilteredRE2` (with...
> graalpy (if we can upload graalpy wheels to pypi, need to check that) Aren't cffi wheels implementation independent? So maybe that could just be based on the binding kind?...
> @masklinn Both PyPy and GraalPy are supported, see > > * [Support rust extensions for PyPy via cpyext pyo3#393](https://github.com/PyO3/pyo3/pull/393) > * [Basic GraalPy Support pyo3#3247](https://github.com/PyO3/pyo3/pull/3247) Thanks for the correction,...
> Since that pr, we've added lru caching to the library, which makes frequently seen user agents parse almost instantly. Is the performance with that really a problem? While that...
Beware, as the name indicates `getentropy(2)` is a source of _entropy_ not a direct source of randomness. `getentropy(2)` data should be fed into a PRNG, not used directly as randomness...
Also used trusted publishing in #232 and was able to test it on https://test.pypi.org/project/ua-parser-builtins/#history Worked flawlessly, so definitely a very strong incentive to enable it here as well.
Hello, thank you for the report! Unbundling the set of precompiled regexes from ua-parser was one of the changes that went into 1.0 (#232). The precompiled regexes are now part...
Looks like the owner let the domain lapse in 2019~2020 and (as is often the case) some scammy / scummy individual took it over: https://web.archive.org/web/20190201000000*/http://user-agents.me Options are to either: -...