Andreas Sonnleitner
Andreas Sonnleitner
Any progress on this?
@yuri-tceretian This is a duplicate of an existing pull request, https://github.com/prometheus/alertmanager/pull/3560, which has been pending review since October 16, 2023, nearing four months. Several maintainers have been tagged for attention....
> > @yuri-tceretian This is a duplicate of an existing pull request, #3638, which has been pending review since October 16, 2023, nearing four months. Several maintainers have been tagged...
Hi @gotjosh, just checking in on the status of this PR. Looking forward to any updates, as it seems quite useful. Thanks!
@grobinson-grafana, why are your PRs getting reviewed and merged almost instantly, while this one has been languishing here for three months?
@michaelbromley Could this PR also include changing the name of `connection` to `dataSource` and all related items, such as renaming `dbConnectionOptions` to `dataSourceOptions`, etc.? As mentioned here: https://github.com/typeorm/typeorm/blob/83567f533482d0170c35e2f99e627962b8f99a08/src/data-source/DataSource.ts#L47-L54 Additionally, considering...
Sure! Can do, will create a PR straight away on Monday
@dulnan I believe I had some issues with the GraphQL files when using fragment imports. I had them stored at both the root level and the project level, but the...
@dulnan That sounds awesome! 🔥
@dulnan Here is something I worked in the past https://github.com/dulnan/nuxt-graphql-middleware/pull/33, which removes `@graphql-fragment-import/lib` and use a typescript module I wrote, it is also more performant and uses new newer JS...