Rene Kaufmann

Results 25 comments of Rene Kaufmann

I found this example: https://github.com/hashicorp/vault-examples/blob/main/go/2_renew-token.go

I think you could try to put your remco.toml and template data into one of the supported backends (could be a yaml file on github or any other url) and...

Yeah, that's basically what I had in mind. At the moment I don't have an functional example, but maybe I'll come up with one at the weekend. If you're faster,...

You need to run the command as the store-server user: upspin-audit -config ~/upspin/deploy//config scan-store Am So., 10. Juni 2018 um 13:29 Uhr schrieb boreq : > If someone also can't...

Hallo auch! I've added a test to demonstrate the issue. Without this PR I get this error: //read_test.go:52: couldn't create pdf context: Read: xRefTable failed: pdfcpu: can't find last xref...

My usecase: i have an http.Filesystem that serves Files directly from ZIP Files. I Split the Files into Pages/chunks of 4MB each to Support seeking (for example in Videos). Without...

From the Io.Reader documentation: Read reads up to len(p) bytes into p. It returns the number of bytes read (0

I have an http handler that returns the page Labels for a given PDF. The handler has Access to the http Filesystem. I wasnt able to give the http.file to...

> In my opinion the filling of the read buffer is the responsibility of the reader. I don't think that this is the case. Each consumer of a reader must...