tstoco

Results 6 comments of tstoco

hi @godofredoninja, Thanks for the update. However, I decided to completely remove the lines below from `default.hbs`: ``` var sitePrismJs = '{{asset "scripts/prismjs.js"}}'; var sitePrismJscomponents = '/assets/scripts/components/'; ``` And use...

Hi @timriker, Did you fix the issue? What's the version of your `cwebp` package? ------------------ I am having a similar error as seen below. ``` 22:54:15] [Dynmap Render Thread/INFO]: [Dynmap]...

Hi guys, I am having exactly the same issue. The same tests performed by @llastowski have been done. ```python # Python Libraries from datetime import datetime from typing import List,...

> What happens when you set `index` to `False` for the `listing_date` and maybe `search_position`? It seems that empty results are less frequent. However, it still sometimes returns 0 items...

> Is this a code running against a single instance of redis or a cluster? It is a single instance running as a docker container.

I found the issue on my server. It was the `java` version in use. Make sure you are using a version compatible with dynmap 😄