Fabian Baier
Fabian Baier
Hi, When trying to upload a `1.87`GB csv file with a few million rows through `pgfutter`, around 40% in of the upload it fails without much information: ``` 756.80 MB...
Hi, I am getting ```nsenter: cannot open /proc/1/ns/cgroup: No such file or directory``` when following your steps. Any idea why?
This introduces support for the `QuoteEndpoint` Example ``` ac := av.NewClient(APIKey) quoteValue, err := ac.StockQuote(symbolKey) if err != nil { log.Debugf("Error StockQuote response: %+v", err) } ``` e.g. for symbolKey...
Hi, cant access tail.sh ping tail.sh PING tail.sh (54.247.66.32): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout for icmp_seq 2 Request timeout for...
Hi, First thanks for putting this together! When plugging my `SDS011` I found the device is mounted under `/dev/tty.usbserial-1410` I get ```go run go/cmd/sds011/main.go -port_path=/dev/tty.usbserial-1410 2018/12/07 15:39:47 ERROR: sensor.Get: bad...