Jarri Abidi

Results 6 issues of Jarri Abidi

Fixes issue: https://github.com/Jeffail/gabs/issues/108 Credit to [2manyvcos](https://github.com/2manyvcos) for fix.

This func actually returns context.DeadlineExceeded or context.Canceled, not ErrJobTimedOut.

**command being run:** ``` docker run --rm --interactive \ --volume $PWD:/app \ --volume /etc/passwd:/etc/passwd:ro \ --volume /etc/group:/etc/group:ro \ --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \ --user $(id -u):$(id -g) \ composer:1.8 install $@ ```...

windows

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...

bug

**Description** when i pass in a slice of []int64 to a query with IN clause i.e. `select id from t where id in ($1);`, it returns the following error: ```...

bug

Solution for https://github.com/sqlc-dev/sqlc/issues/3187 no support for pgx sorry if the code looks messy at all - open to feedback