Results 43 issues of eblis

This is another attempt for pull request https://github.com/python-poetry/poetry/pull/5171 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. From what I can tell the relevant code...

When deleting temporary directories on Windows try a few times so we get around a Windows error, see issue #1031 for more details. # Pull Request Check List Resolves: #1031,...

# Python version ``` ('python=3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 ' 'bit (AMD64)]') 'os=Windows-10-10.0.19044-SP0' 'numpy=1.23.3' 'asammdf=7.1.1' ``` # Code ## MDF version 4.00 ## Code snippet I...

I'm trying to install `faust-streaming-rocksdb` package on Windows and I'm getting various errors. 1. First error was related to `pkg-config` missing, for which I installed this [lite version](https://sourceforge.net/projects/pkgconfiglite/) 2. Now...

documentation
enhancement
help wanted

There's seems to be a missing argument in the `reset` method definition for `tqdm.rich` module: ```python def reset(self, total=None): """ Resets to 0 iterations for repeated use. Parameters ---------- total...

**Describe the bug** Sometimes when I press PrintScreen hotkey to take a screenshot it takes a looong time for the Greenshot window to appear, and when that happens Greenshot freezes...

bug

I'd like to use `zeep` with a websockets endpoint but currently it's not supported by the `requests` library. Was wondering if you're planning on adding websockets support or if there's...

It would be nice if a "pretty" exception was raised when a particular json cannot be mapped to a @dataclass-json object, instead of raising `KeyError` exceptions. Right now if the...

We have a company proxy that only allows Google Chrome and Microsoft Edge browsers. Most traffic goes through these proxies so my Windows machine is configured to use a proxy...

This pull request is a little rough around the edges as I'm not very confident with C# and Visual Studio. Unfortunately I wasn't able to update MonoAndroid to a version...