Gregori Piñeres

Results 8 comments of Gregori Piñeres

I'm working with a script like: ```bash #!/usr/bin/env bash set -o errexit set -o nounset docker exec my-container-name vendor/bin/phpunit "$@" ``` In the config ```js { // ... "phpunit.executable": "./phpunit",...

So it is exactly. I was inspired by making this little proxy script based on docker support from https://github.com/calebporzio/better-phpunit#features I think two things should be taken into account. 1. The...

> Perhaps a more flexible filter with "Includes trashed" Awesome, this will work.

I'm working on it, multiple `where` conditions is not supported right now 😞

Hi @sevenhere you can see the [NEXT.md file](https://github.com/gregorip02/restql/blob/stable/NEXT.md) Also you can read the docs https://github.com/gregorip02/restql/wiki

For now, pagination is not supported. I'm working on it right now, see https://github.com/gregorip02/restql/blob/stable/NEXT.md for more details.

I have the same problem, it happens only with the version `^1.2.1`, i'm also building a vite typescript react app. i'll go back to `1.1.1` temporarily.