Robert Wlodarczyk
Robert Wlodarczyk
**Description** I've ripped many of my CDs into a single continuous MP3 and stored CUE sheets along with the MP3. I'd love it if when I select an album to...
Python: `Python 3.7.3` (on Linux), `Python 3.9.6` (on Mac) Version: `joblib==1.0.1` Pandas: `pandas==1.3.0` Numpy: `numpy==1.21.0` Dask: `dask==2021.6.2`, `distributed==2021.6.2` I have the following code, which works fine when there's only 1...
Addresses the inconsistency of how the `run` API behaves from the `docker run` behavior. Signed-off-by: Robert Wlodarczyk
Looking through the whole codebase, this is the only place (not in tests) that a host of `127.0.0.1` is assigned: https://github.com/dask/distributed/blob/3551d1574c9cd72d60197cc84dd75702ebcfec54/distributed/comm/inproc.py#L43 Under certain circumstances, this OSError will throw and the...
Other codegen tools support circular references. See https://github.com/swagger-api/swagger-codegen/issues/728. I this this issue with the following yml: ``` yaml Node: description: Generic node. type: object properties: type: description: Type or label...
https://pypi.python.org/pypi/json-spec The above package seems to do the majority of what validators and parser does. Instead of continuing to maintain these two, consider moving to the above package for robustness.
Currently vagrant-persistent-storage only supports Virtualbox. Please consider adding support for the VMWare vagrant provider.
- cleanup of script based on shellcheck.net - general reformatting - updated alpine version - addressed issues: - top-level script name is not picked up - jq parsing errors if...
I have a discord bot that is supposed to send a message to discord after receiving an MQTT message. There is very little activity, so typically there is hours or...
It's a bit pointless to set `-h` in a config file or in an environment variable. This parameter should explicitly be banned (e.g. prevented from being read) from being set...