Patrick

Results 10 comments of Patrick

The site is a great, and this doesn't ruin it for me, but I did just test it out and see that it's still broken for hex.

Is someone actively working on the type definitions? I would consider contributing, but I don't want to step on anyone's toes to do it.

I don't need any manual layout coordinates, but hiding some types would be great. Any ideas on achieving just that?

This is definitely a common concern for modern use cases. Users are more and more frequently coming to expect websites and apps to have a dark mode option that they...

@veeral-patel I haven't looked into it at all myself, so I don't know how it could possible work from the Ant side. A simple class at the highest level, like...

I know this issue is ancient, but I didn't easily find a newer version of it. This is still a problem, not just with documentation, but with functionality. When UsersPermissions...

I went ahead and did a `patch-package` to get me through. I would put in a PR, but I didn't test thoroughly enough yet. ```diff --git a/node_modules/@narando/nest-xray/dist/clients/http/http-tracing.module.js b/node_modules/@narando/nest-xray/dist/clients/http/http-tracing.module.js index 63d8d9d..4be8c41...

Unfortunately, even after this, I wasn't able to get traces to actually show up in XRay, so I've moved to OpenTelemetry's libraries to see if I can make that work...

> @peisenmann hey, how are things going with XRay? Please lemme know what is your solution to the whole xray in nest.js problem? Will be very grateful! @vhavronsky Apologies that...

> @peisenmann We've actually made XRay work just fine. You have to: > > * explicitly set the `AWS_XRAY_DAEMON_ADDRESS` to `172.17.0.1:2000` > > * and set up the Daemon. We...