Results 62 issues of Patrick Hemmer

I was looking to use this gem for talking to the [Docker API](http://docs.docker.io/en/latest/api/docker_remote_api_v1.8/#brief-introduction), but Docker listens on a named unix socket which the gem does not support. Unfortunately this means...

FeatureRequest

When attempting to connect, if the `nonblock_io` option is not passed, it does not connect, and ends up hanging instead. The code by default sets [`@read_byte_size = 9600`](https://github.com/shokai/arduino_firmata/blob/bf83d3331a0f5a7db858cd06cefc6127f023d9b3/lib/arduino_firmata/arduino.rb#L12), then in...

Whenever my process which is using ArduinoFirmata tries to exit gracefully, it never exits because ArduinoFirmata is stuck. When I do a CTRL+C, the last few lines of the trace...

I have an Arduino Mega 2560 and whenever using this library, I have to wait 10 seconds after connecting before sending any commands. I've been testing with a simple LED...

### Summary Using the `scoped` keyword on a block causes ansible to try to evaluate variables from `defaults` that are not used. This is the exact same as issue #41675....

module
support:core
bug
traceback
P3
affects_2.13

**Relevant system information:** - OS: Debian 10 - PostgreSQL version (output of `postgres --version`): postgres (PostgreSQL) 13.4 (Debian 13.4-1.pgdg100+1) - TimescaleDB version (output of `\dx` in `psql`): 2.5.0 - Installation...

need-more-info
multinode
segfault
2.5.0

### Relevant telegraf.conf: ```toml [[inputs.postgresql_extensible]] [[inputs.postgresql_extensible.query]] sqlquery = "select * from foo" ``` ### System info: ba1484c ### Docker ### Steps to reproduce: 1. Create a table (`foo`) with many...

bug
help wanted
area/postgresql
size/s

### Relevant telegraf.conf: ```toml [[inputs.postgresql_extensible]] address = "database=foo" databases = ["foo"] [[inputs.postgresql_extensible.query]] sqlquery = "select 1" ``` ### System info: ba1484c ### Docker ### Steps to reproduce: 1. Run the...

bug
help wanted
size/m

This PR provides a PostgreSQL output plugin. This is a continuation of #3428 but massively reworked. There are a lot of breaking changes to address issues/limitations, as well as performance...

new plugin
area/postgresql
plugin/output

### Relevant telegraf.conf: ```toml [[inputs.procstat]] pid_file = "/foo.pid" ``` ### System info: Telegraf v1.18.1 Linux ### Docker ### Steps to reproduce: 1. Run telegraf 2. View metrics ### Expected behavior:...

bug
help wanted
area/procstat
upstream
size/m