Deleted user

Results 135311 comments of Deleted user

One of the main challenges (at least to me) is to verify `gossip_menu` IDs to be able to move those menus and options into DB. *** BTW, https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/scripts/World/npc_professions.cpp is full...

@HidenoriKobayashi Thank you for your approval! I'm checking whether my company has already signed CCLA or not. I'll let you know when signed it.

Hitting this issue right now, too: terraform v0.12.28, AWS provider v2.69.0. This prevents us from managing certain configuration blobs using Terraform. Please fix this; the arguments in favour of this...

From my experience, this error can also happen if you're inside a Conda environment where `cuda-toolkit` provides only something like `libcusolver.so.11` and not `libcusolver.so` (hard-coded in `ctypes.CDLL('libcusolver.so')`).

Hi, we may need to change also the listening host, now it's hardcoded as 127.0.0.1 that is not exposed in the docker network. a new env variable like CLIENT_HOST and...

> @cliffhall I've updated the Dockerfile ... > Admittedly, this is only a problem if you're mapping a non-default port, as `docker run --rm -p 6274:6274 -p 6277:6277 inspector` is...

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue,...

> Also needs specs to (at minimum) validate that we're now logging when exceptions are thrown. We don't need to get super deep into checking error message shape and the...