Alexandr Marchenko
Alexandr Marchenko
I'm playing around with Angular and your library, trying to build jira dashboard page It has kind of paginated api to fetch issues, and it is slow, so I'm going...
From time to time we have non English texts in our work and if font does not support it, it looks really weird Will be so nice if there will...
In case if we do not want to have all 100+ schemas listed in the subjects section of the plugin configuration Will be so nice if the plugin will just...
fixes #1914 for downloading schemas there is a "download them all" way by providing output directory and regex for schema names but for registering them we need to type each...
Have prepared small video (i do belive that it is better see once rather than read many times) [](https://www.youtube.com/watch?v=Cdzo7HU_r-c) # Code First Federation - [ ] directives - [ ]...
Seems like quickstart is not really so quick, we need to do so many things, especially those about docker registries and so on Will be so nice to have something...
If we rename `service` to something like `gateway.service` [here](https://github.com/apollographql/federation/blob/main/gateway-js/src/executeQueryPlan.ts#L264) ```js return tracer.startActiveSpan(OpenTelemetrySpanNames.FETCH, {attributes:{service:fetch.serviceName}}, async span => { ``` we may use this attribute in span metrics processors of collectors to...
Swap editor and preview panels - so my preview will be on left side and editor on right
motivation: hunting for indices with `number_of_replicas` being set to zero, which might cause data loss in certain scenarios, need this metric to configure alert output will be: ``` # HELP...
Hunting for indices with `number_of_replicas` being set to zero They might cause data loss in case of node crash, so want to alert on such indices From what have I...