David Caro

Results 12 issues of David Caro

The README point to an article about why you moved from gopass to ripasso: http://lundborg.io/blog/Gopass-is-dead-long-live-Ripasso/ Unfortunately the link is broken and its contents are lost forever, please repost it somewhere...

Currently there is no way to know what changed between versions except to download both versions from pypi and check the differences in the source code, this makes very risky...

Right now, when using this library in any project which uses mypy, it gives the following error: ``` error: Skipping analyzing "m3u8": module is installed, but missing library stubs or...

In #541 I introduced a test suite based on VCR.py cassettes, however over time I've learned that the Google Trends API returns different data for what should be already consolidated...

# Bug In the page about [Custom field types](https://art049.github.io/odmantic/fields/#custom-field-types) we can see the following phrase at the start: > Sometimes, it might be required to customize as well the field...

bug

### Did you check the docs and existing issues? - [X] I have read the docs - [X] I have searched the existing issues ### Neovim version (nvim -v) NVIM...

bug
question
P0

Now the rust hooks can use the parameter `additional_dependencies` to receive build-time features for the crate. The features must start with the string "--feature=" following the name of the feature;...

### search you tried in the issue tracker rust features ### describe your actual problem The rust hooks execute `cargo install --bins --root ` (taken from [here](https://github.com/pre-commit/pre-commit/blob/main/pre_commit/languages/rust.py#L156)) to install the...

I've readed the problem with stylua prebuilt binaries in #240 and #407 , however AFAIK this error isn't expected in the stylua compiled by pre-commit using the repo's file Cargo.toml....

The [documentation states](https://docs.basedpyright.com/#/configuration?id=pyright-configuration) the following ways to configure basedpyright: * a "pyrightconfig.json" file located in the root of the project. * the section `[tool.basedpyright]` in the "pyproject.toml" file, also in...

config