pggh
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 =...
### 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 =...
### 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...
### 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...
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...
Restoring to a directory structure with the same nesting as the backup source should be much simpler
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...