xenago

Results 22 comments of xenago

That is a good point. I tested on Windows 10 with an Nvidia GPU. In the NVCP, `Vertical sync` is set to `Use the 3D application setting` and I have...

Thanks for your efforts, @Dexus! Unfortunately I'm unable to start up `deineagenturug/gvm:latest-full` and `deineagenturug/gvm:latest-data-full` (versions published today) on top of my existing install. I will continue to use `securecompliance/gvm:debian-master-data-full` in...

Ok thanks for the info regarding the DB upgrade, I appreciate it! > When you get this message? I see the repo errors in the docker logs when running the...

I think like most other tools (SSMS, DBeaver, etc) all of the connection's accessible databases should be usable, with the user able to select which one from the active connection...

Yeah using an API key doesn't work with this package. After fixing the broken syntax in the example, I see the same error with `jellyfin_apiclient_python/connection_manager.py:88`. Plain requests works fine though!

I am experiencing this issue as well via librclone. For instance if calling `rc/error` to test error handling, the output in the terminal looks like this: `2023/07/17 03:37:32 ERROR :...

I have this issue. It goes to 0KB/s after a few hours and I have to toggle it for it to work again.

Sentinel support here would be a great feature, currently unable to use Async queries due to this limitation.

IMO it seems like a bug, since Sentinel is otherwise supported with Superset. It took a bit of digging for me to realize that plain redis is hard-coded in the...

> I assume we could just replace `GLOBAL_ASYNC_QUERIES_REDIS_CONFIG` with an instance of whichever backend the deployment wishes to use (`redis.Redis` for most cases). I don't know if my understanding is...