Results 106 issues of Kishan B

Given go lang now has full generics support. This package can benefit greatly from it by removing all reflection code.

enhancement

The url pointed in README returns a 404 error. https://giorgis.io/cgo-examples

Assume i have an open api json/yaml spec, i want a lambda function to return the swagger ui as a response via api gateway i.e. ``` User ---> API Gateway...

It would be great to have a section on terraform workspaces

new-feature

Discussion: https://github.com/jeroenrinzema/psql-wire/discussions/44

Coping the content from https://github.com/jeroenrinzema/psql-wire/issues/40#issuecomment-1320869471 here for better visibility I am getting the error `got no result from the query` even though the query actually wrote a result set (screenshot...

bug

As you might already know [lib/pq](https://github.com/lib/pq/) is now in [maintenance mode](https://github.com/lib/pq/#status) and psql-wire has a [direct dependency](https://github.com/jeroenrinzema/psql-wire/blob/2ae2acafc0a5776463ae757a7b8691840b1acb71/go.mod#L9) on it. From what is see the library is mainly being used for...

enhancement

### Context When i run sql scripts through [vscode sql tools](https://vscode-sqltools.mteixeira.dev/en/home/). The received query string in SimpleQueryFn is of the form ```sql select * from employee limit 10;\nselect count(*) from...

bug
help wanted

Thank you for taking the time to port node js version of netlify-cms-oauth-provider to go lang :-) When trying to integrate this with my [blog](https://kishaningithub.github.io/) i faced several huddles. Have...