Danil Flores

Results 8 comments of Danil Flores

Apollo GraphQL handles this nicely with [Redis](https://www.apollographql.com/blog/graphql-subscriptions-with-redis-pub-sub-f636fc84a0c4/) as the backplane. Is there no equivalent to that for dotnet? Without something like that, subscriptions have no practical use in production applications.

> "use reflection to extract the names of the fields from its generic type": are there any concerns around performance here? Yeah, with reflection there definitely comes a performance cost....

One idea for formatting a multi-value gauge in something that only supports single-values is to convert it automatically to one gauge per field. For example, if we had a gauge...

Sounds good. Given that we have a plan for the TSDBs that don't support multi-value gauges. Should I go ahead and start on the changes? Any other concerns I should...

+1 Running into this limitation as well. We have several libraries that are being published to internally hosted git repos and unfortunately due to the sizes of the teams we...

Getting this bug as well after upgrading to NX/Angular 16 with a dedicated NX library for component tests. It seems to be duplicating the path if we set an absolute...

Let me see if I can reproduce it in an NX app from scratch.

I'm running into this as well. Also, I have no intent to bring in bootstrap. I'm already using Angular Material and do not want to add another UI framework. Do...