Talha Altınel

Results 10 issues of Talha Altınel

Signed-off-by: F. Talha Altinel changed Go version to accurate one for the example ## Description docs was pointing out to 1.15 but the template uses 1.18 version ## Motivation and...

new-contributor

Signed-off-by: F. Talha Altinel ## Description I have run golangci-lint v1.49.0 and used this config to eliminate false positives ``` linters-settings: govet: check-shadowing: true settings: printf: funcs: - (github.com/golangci/golangci-lint/pkg/logutils.Log).Infof -...

new-contributor

![image](https://user-images.githubusercontent.com/22800416/194644695-fd5a8a71-0d79-4849-a79b-5acc03887575.png) /test folder actually builds with `make build` but Go file complains but GDExtensions? could this be an issue? I was just trying it out so I am not sure...

usability

the aim of this PR is to remove support for versions below 1.18 and complete existing TODO which encourages the use of any over interface{} ~~also Diff and Equal methods...

## My actions before raising this issue - [X] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [X] Read/searched [the docs](https://docs.openfaas.com/) - [X] Searched [past issues](/issues) ## Why do you need this? I...

ideally, helm charts that have sensitive information uses secretKeyRef to decode base64 k8s secret and takes the name of the secret, this improves the usage of helm charts in public...

currently wkt.UnmarhsalPolygon works with ``` POLYGON (( -0.982 51.941, -0.982 52.078, -1.05 52.078, -1.05 51.941, -0.982 51.941 )) ``` but if the file is read and passed as it is,...

take it or leave it, I don't mind but please test(a principle in software engineering called [test](https://www.geeksforgeeks.org/types-software-testing)) TF before publishing a module and making it available to public

# Description - removed `go get URL` information for installation as it is no longer used after [1.16](https://tip.golang.org/doc/go1.16#modules) - added `go install URL` note - corrected the first usage example...

README.md should probably mention this package is no longer needed after [Go 1.25 (Aug 2025) release](https://go.dev/doc/go1.25#container-aware-gomaxprocs).