Rafal Zajac
Rafal Zajac
Currently when you call Read with byte slice longer then number of bytes in fileData.data slice the passed buffer is filled properly but no io.EOF error is returned. This is...
https://github.com/gorilla/schema/blob/8285576f31afd6804df356a38883f4fa05014373/encoder.go#L167-L173 The `f` should be checked for `nil` before it is used in closure.
In example below there is not way to get to $retVal without providing $output which I'm not interested in. ```php function run($cmd) { exec($cmd, $output, $retVal); return $retVal; } ```
Give user ability to provide custom imports sorter function. https://github.com/dave/jennifer/blob/be82eb6738040b1b5934f0c463273c37d5fd5fd9/jen/jen.go#L132 Also it would be nice to have ability to put empty lines to achieve imports like this: ```go import (...
Hello, A beginner to C and ESP SDK here :) I would like to see debug messages which can be helpful while getting to know how exactly TCP stack works....
**Describe the bug** When building image from Dockerfile using private Docker repo I get en error: ``` req := tc.ContainerRequest{ FromDockerfile: tc.FromDockerfile{ Context: "/my/path", Dockerfile: "Dockerfile", PrintBuildLog: true, }, dp,...