Matej Aleksandrov

Results 10 issues of Matej Aleksandrov

Today's release of `fs==2.4.16` introduced an code-breaking change that isn't really documented in the release notes and might be a bug. Here is the code sample that works for `fs

bug

A QGIS Python environment doesn't have all dependencies of `sentinelhub-py` and some are too complicated to be shipped with the plugin. Therefore, this solution handles missing dependencies with a warning...

A fix for issue https://github.com/PyFilesystem/s3fs/issues/76, co-authored with a colleague with whom we investigated the issue. I also tried running tests but if I understand correctly this requires access to a...

Hi @SvanBoxel, Thanks for this great action. The only problem is that the action doesn't fail in case if anything doesn't work in the process of interacting with Gitlab. I'm...

This is the way to make the plugin use `sentinelhub-py` package as its dependency. This PR depends on https://github.com/sentinel-hub/sentinelhub-py/pull/315

Hi, Thanks for creating this nice package, I think it is exactly what I need for my project. However the package seems to work only with `apispec>> import flask_restplus_marshmallow Traceback...

### Description This PR updates a GitHub URL link that was previously broken. ### Checklist - did you ... - [x] Add an entry in `CHANGES.md` if necessary? - [x]...

skip news

**Describe the bug** There is a clash between the process of reflowing multi-line strings and the rule that prevents formatting lines with `# type: ignore` pragma at the end. Here...

T: bug
F: strings
C: preview style

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description This PR prevents a crash described in #2628....

Needs review 🔍
Crash 💥

Here is an example that causes Pylint to crash because Astroid raises an unexpected error: ```python import dataclasses from typing import TypeVar, Protocol BaseT = TypeVar("BaseT") T = TypeVar("T", bound=BaseT)...

Crash 💥