Ville Kr
Ville Kr
**Is your feature request related to a problem? Please describe.** Dataprep's dask dependency version is really old. This causes problems when using dataprep together with dask. One is required to...
https://asgi.readthedocs.io/en/latest/specs/www.html#websocket-connection-scope "subprotocols" key should be built from Sec-WebSocket-Protocol header value. Currently it's always empty. ``` scope = { "type": "websocket", "headers": flatten_headers(headers), "path": path, "query_string": query_string_bytes, "root_path": "", "scheme": "http",...
This is a process issue. We have made a decision to rely on this library and even invested efforts to test and improve the library. Now the situation is such...
Enhancement issue based on original discussion topic: https://github.com/mobilityhouse/ocpp/discussions/165. Main motivation for this is to: - Allow ocpp library usage without tight decoupling with websocket - Introduce ASGI compliant interface for...
In issue https://github.com/mobilityhouse/ocpp/issues/71 "Hertz" was added as valid unit. However it should also be allowed within StopTransaction's transactionData.
This is not a bug report. I was wondering if there's some straightforward way to export schema entity types and their properties once the metadata has been retrieved from the...
According to documentation Cache should support tags. But it appears that cache.keys(tag="tag") returns empty iterator. DiskCache behaviour is as expected. python 3.12.1 cache3 0.4.3 ``` from cache3 import Cache, DiskCache...