Roman Inflianskas

Results 100 issues of Roman Inflianskas

## Summary This change is RFC and WIP (please read whole change message). Commit message is basically the same ATM, no need to read it for now. Add `MypyTypeInferenceProvider` as...

CLA Signed

# About this change - What it does Fix broken Sphinx GitHub Action. # Why this way See commit messages for more information. Replaces: https://github.com/Aiven-Open/pghoard/pull/597

Preparation for #646 * Remove `ignore_missing_imports = true` from mypy configuration. * Run mypy in the same environment instead of separate to check types in dependencies like fastapi. * Move...

enhancement

The latest `mypy` catches more bugs and is three times faster on my PC when running on the whole code base without caches than the current version (9 seconds vs....

`quetz start` allows to omit `path` argument and fallbacks to the current directory: https://github.com/mamba-org/quetz/blob/a189de84b5bf2628f13a4fb1aa014b8cbfb28bd0/quetz/cli.py#L538-L542 However it's not the case for other commands. For example, `quetz make-migrations` without `path` fails with...

I've used Vincent (in IPython notebook) several months ago. To refresh my memory I've opened Quick Start, saw `import` and `Line` usage, remembered (almost) everything about this library, wrote this...

That's not _real_ issue. I needed to draw some pandas' `DataFrame` in my PyQt5 application. I wrote _quick and dirty_ method that displays vincent's plot on `QWebView` and packaged it....

Starting from 1.0.0 nimporter supports building wheels (see README). I guess that it could be possible to combine this functionality with instructions on how to build non pure Python projects...

enhancement

I propose change address: ``` http://:YOUR_ACCESS_TOKEN@localhost:8888/vk.rss ``` to: ``` http://localhost:8888/vk.rss ``` because of: - Some browsers (Firefox in Linux, for example) don't understand that this is an address and google...

It's not hard to install one another python module. But I don't use twitter, I use only vk. Is it difficult to make twitter optional dependency?