Thomas Kriechbaumer

Results 17 issues of Thomas Kriechbaumer

Feature request to add UART driver for the RP2040. ChibiOS seems to be already ready for it to a large degree. ## Feature Request Type - [x] Core functionality -...

enhancement
help wanted

Here a list of things this PR addresses: - update and fix gem dependencies - use `fail` instead of `raise` for asserting - use `tidy` executable in current `$PATH` if...

As a client using the browse API, I receive a list of IPv6 address in the ServiceEntry. An IPv6 link-local address is only useful when the corresponding interface (e.g., `eth1`)...

Calling `Fetch` on a remote that has a changed / overwritten commit will cause a `object not found` error. Reproduction steps: ``` git clone --depth 1 --no-single-branch --no-checkout https://github.com/python-hyper/wsproto /tmp/local-repo...

**Problem:** Mounting a directory with SSHFS requires the user to jump into a Terminal window and type out the commands to create a mount point, and then mount with SSHFS....

This PR removes the `md_info` and `md_info_detail` collector scripts because their functionality is now included in node_exporter since v1.0.0. closes #24 closes #25 closes #48 closes #92 For remaining problems,...

https://github.com/zarr-developers/zarr/blob/3c8e9291e96e090e20caf6950da69a3cc180652f/zarr/storage.py#L864-L871 This code does not account for subfolders created by this example: ```python store = zarr.TempStore(dir='/tmpfs') for name, values in data.items(): zarr.array(values, store=store, path=name, compressor=compressor, filters=filter) total_size = store.getsize() ```...

bug
help wanted

This is is extracted from https://github.com/python-hyper/hyper-h2/pull/240#issuecomment-225855358. IMHO changing the behaviour with a feature flag is a good addition to the already merged #240.

Enhancement

Due to small type inconsistencies one might fall into a trap where incompatible objects might still be auto-mangled into something that fits, but isn't right. One example of such a...

Enhancement

copied from https://github.com/mitmproxy/mitmproxy/issues/4622 We should IDNA-encode the Host header during the WS handshake in https://github.com/python-hyper/wsproto/blob/master/src/wsproto/handshake.py#L327