Martin Hotmann

Results 140 comments of Martin Hotmann

@ncw thanks for actually looking into it. @albertony thank you aswell! Not many servers support it - that is true. Yet I think this is a gamechanger if you want...

Hi and thanks for the answer! I have set: ``` SFTPExtensions +checkFile +copyFile +homeDirectory ``` But when I connection via SFTP (through a normal Linux CLI) I dont see any...

@gaby is there an ETA for this? :) Most middlewares are flexible and work with both version, current stable (`fiber v2`) and next (`fiber v3`), but this swagger middleware explicitly...

I would like to add my 2 cents to this thread: I use this package in one of my little hobby projects which I made in my free time and...

Here also snippets from my code, so people who read that, have some context: Code Snippet ```go // ProductRequest represents the product form data type ProductRequest struct { Name string...

I added "Aquire" and defer "Release" to the functions, now the benchmarks look like this: ```go goos: linux goarch: amd64 pkg: go_pgxv5_bench/internal/database cpu: AMD EPYC 7702P 64-Core Processor BenchmarkGetCustomerLocations-10 6226...

@jackc thanks for you clear and valuable response! > That is taking 147 microseconds, much less than 1 millisecond. The other read benchmarks seem similarly fast. I'm not sure how...

I have a different opinion on this. 1. my question about performance/overhead on the actual application was not answered. 2. Since I anyway on all changes need to re-generate, I...

Since I don’t know much about the benchmarks of templ - and therefore whether the unnecessary `ctx` affects performance, or if the compiler might even optimize it out - I...

@joerdav can you also please run: ``` go run github.com/go-critic/go-critic/cmd/gocritic@latest check -enableAll ./... ``` On your repo - thanks :)