pggh

Results 7 issues of pggh

### Steps to reproduce ``` using System; using Npgsql; class Test1 { static int Main(string[] args) { try { var connectionString = new NpgsqlConnectionStringBuilder { Host = "hostname.that.does.not.exist", //Host =...

enhancement

### Steps to reproduce ``` using System; using System.Threading; using Npgsql; class Test2 { static int Main(string[] args) { var connectionString = new NpgsqlConnectionStringBuilder { Host = "test-server", Database =...

up for grabs

### Is your feature request related to a problem? The esp_wifi_scan_start is difficult to use when multiple independent software parts/packages is using it. There is only one radio and only...

Type: Feature Request
Status: Opened

### Is your feature request related to a problem? Certain uses cases require a complex test signal to be sent to a DAC and read a 'distorted' analog signal back...

Type: Feature Request
Status: Opened

What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- restic should have a global flag like --current-directory that sets the current (working) directory before doing...

Output of `restic version` -------------------------- restic 0.18.1 compiled with go1.25.1 on windows/amd64 What backend/service did you use to store the repository? --------------------------------------------------------- local directory Problem description / Steps to reproduce...

type: feature enhancement
help: wanted
category: backup

Output of `restic version` -------------------------- restic 0.18.1 compiled with go1.25.1 on windows/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Restoring to a directory...

category: restore
type: feature suggestion