espdev

Results 14 issues of espdev

Hello, Thank you for your hard work. Is there any chance of getting installable Python package from PyPI for the project? For example, it might look like this for installing...

help wanted

Just try to run: ```python from dateutil.parser import parse parse('19/040400') ``` Expected: `ParserError` Actual: ``` File "dateutil/parser/_parser.py", line 1374, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "dateutil/parser/_parser.py", line 657, in parse...

Hello! I try to build the project with SuperBuild and existing ITK: `USE_SYSTEM_ITK == ON` And I get an error: ``` CMake Error at CMakeLists.txt:113 (include): include could not find...

In engineering tasks there is often a need for `diff` function (calculate the n-th discrete difference along the given axis). numpy [contains](https://docs.scipy.org/doc/numpy/reference/generated/numpy.diff.html) the function that works with n-d arrays. I...

enhancement
good first issue

Hello, I try to use the package with ONNX runtime, but the current version works very unstable and doesn't work in most cases. Also it seems [fast-sentence-transformers](https://github.com/davidberenstein1957/fast-sentence-transformers) package is outdated....

I think it would be nice to add the option to rotate ticks text for an axis. This would be convenient for small tick spacing on a top/bottom axis when...

enhancement

Hello, Currently, we cannot use `()` groups with GtLtPlugin. The following examples raise `NotImplementedError: GtLtNode` exception: ``` (year:>2001 AND year:2001 2001 year:2005 year:

Hello, The current implementation of SQLAlchemy Filter ignores `order_by` in existing filters when it is used in related fields. Here is a simple example: ```python from fastapi_filter import FilterDepends, with_prefix...

Why do you hide the error info when ConnectionError occurred? https://github.com/python-poetry/poetry/blob/b1d380ec63ef43a2b59c52d10f9733b50eca9081/poetry/publishing/uploader.py#L39-L52 The message is absolutely not informative. ``` Connection Error: We were unable to connect to the repository, ensure the...

kind/feature
status/triage

### Describe the bug Hello, I try to use embedded RocksDB data engine with ustore package in Python (3.10) and I get an error: `RuntimeError: Opening RocksDB` I try to...

bug
invalid