Evan Sangaline
Evan Sangaline
This is something that we're definitely interested in and have been semi-planning for a while. In addition to the value of the user agents themselves, we put a fair bit...
Thanks, this is a really nice contribution. For future reference, we have a [Contributing Guide](https://github.com/intoli/user-agents/blob/master/CONTRIBUTING.md) and require a Contributor License Agreement (CLA) to be signed before contributions can be merged....
Agreed, I think that contributing data should be as simple as dropping in a single script tag on a site, the script should be open source and auditable, and the...
I'm trying to use jedi-vim and deoplete-jedi in parallel as @blueyed describes, but the documentation command always gives me an error like ``` No Python documentation found for 'whatever_thing'. Use...
> do you see any practical use case where you would want to send both ? A common use case is to be more accommodating in public APIs. Different request...
It's less sophisticated than sniprun, but people might also want to check out [mdeval.nvim](https://github.com/jubnzv/mdeval.nvim). It seems to have a more narrow scope focused on running code blocks in markdown or...
It's probably too late for @ceandrade, but here's a workaround for `Criterion.any()` and `Criterion.all()` that doesn't use recursion: ```python class ChainedComparatorCriterion(Criterion): def __init__( self, comparator: Comparator, terms: Iterable[Term], alias: Optional[str]...
This seems like a special case of #35, there isn't really much logic around the bot detection.
I think that adding a few notes in the README about arguments that help replicate the environment would be awesome. There are also some capabilities that are enabled by default...
I'm getting the same error with both docusaurus v3.0.1 and v3.1.1 against v3.0.0-beta.10, but I'm not using a second installation of the docs plugin. There was some discussion of this...