Morgan Davies
Morgan Davies
> Limits and Pagination > You can set how many results you want using /?limit. > For example, https://api.open5e.com/monsters/?limit=100 will return a paginated set of results with the page size...
Ah ok, thanks for clarifying
Looks like that issue got closed, they updated their pywin32 to 304 which is supported by Python 3.10 in https://github.com/docker/docker-py/pull/3004
That failed but I think I found the issue as it gave me a hint: ``` [7/07/22 19:53:19]➜ ~ docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix debian ls -lhaR /tmp/ Unable...
Occurred on a nightly build https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows_xl/191/ Exclude PR https://github.com/AdoptOpenJDK/openjdk-tests/pull/1740
Still occurring for me ``` PS C:\Tools\Recon\ScoutSuite\docker> docker-compose up --build WARNING: The VCS_REF variable is not set. Defaulting to a blank string. WARNING: The VCS_URL variable is not set. Defaulting...
Theoretically, this extra addition isn't needed? It's [already declared higher up in the file](https://github.com/nccgroup/ScoutSuite/blob/4300fc0440db766fafb0db81de7c954534b0349c/docker/docker-compose.yaml#L5-L6) and the [documentation](https://docs.docker.com/compose/environment-variables/#the-env_file-configuration-option) seems to suggest that's where it needs to be anyways.
I would also like to know the answer to this
Hi. What is the current status of this?
Hi @paharvey . After discussions in [Slack](https://adoptopenjdk.slack.com/archives/C09NW3L2J/p1589880654206100), we found that we are using Freetype `2.9.1` for JDK11+ builds since we do not set the freetype version in our windows [setup...