Martin Koppehel

Results 25 issues of Martin Koppehel

Is there an easy way to port this library to the Cortex M0+ (or ARMv6-M in general)?

For a project of mine, I needed more error handling and management when using the CAN bus, this is more a proposal than a bug. CAN in the STM32 series...

enhancement

We've been running nexus in several workloads for a long time now and the missing observability always drove us crazy. Therefore I'm proposing to add metrics support to nexus. This...

When I write \r to a view, the line is discarded, which is actually wrong, since the only thing a \r should do is to set the cursor, so either...

### Terraform Version: 1.2.3 registry.terraform.io/hashicorp/vault v3.7.0 ### Affected Resource(s) - vault_pki_secret_backend_role ### Terraform Configuration Files ```hcl resource "vault_pki_secret_backend_role" "example_role" { backend = vault_mount.ca.path name = "example_signer" allow_any_name = true allow_ip_sans...

CANOpen spec requires the ObjFlags field to be a 32bit unsigned integer. I changed this and some leftover trailing whitespaces.

This yields the possibility to access the otherwise omitted 'details' argument The details argument contains important information e.g. the publishers authid. It is useful when subscribing to a wildcard topic...

This adds support to query devices forwarded to docker containers. It is useful to process device nodes such as webcams, usb-serial adapters and so on.

enhancement

First of all this is a great extension. Would it be possible to expand the search to opened tabs in browsers such as Chromium and Firefox? The background is, if...

This fixes a minor documentation bug in README.md (the test command won't work) Additionally the start.sh script is updated to the current image version (fixes #8)