Paul Bakker

Results 16 issues of Paul Bakker

Our build is failing after upgrading to 10.2.0: ``` Execution failed for task ':loadKtlintReporters'. > A failure occurred while executing org.jlleitschuh.gradle.ktlint.worker.LoadReportersWorkAction > com.pinterest.ktlint.reporter.plain.PlainReporterProvider * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for...

bug

Netflix open sourced their [DGS Framework](https://github.com/Netflix/dgs-framework) earlier this year (I'm one of the maintainers). Because the `js-graphql-intellij-plugin` is pretty much the de-facto standard GraphQL for Intellij, it would be really...

## What are you missing in the docs Related question: https://github.com/Netflix/dgs-framework/discussions/872 This isn't documented clearly and should be added here: https://netflix.github.io/dgs/data-loaders/

documentation
stale

The handshake between client/server in the Websocket subscription client happens in a `Mono.defer`. Because of this, there is a small gap in when the subscription returns, and when the subscription...

bug

The "observables" package is contained both by rx itself and rx-joins. This causes a [split package](http://wiki.osgi.org/wiki/Split_Packages) which is specially problematic when using OSGi. The best solution to avoid this would...

At several places in Asgard there are hard coded assumptions about what environment variables are available (countries, dev phase, partners etc.). These variables make sense for Netflix, but not for...

enhancement

The instructions to generate OSGi Export-Package headers are not correct yet. The bundles don't resolve in an OSGi framework. This pull request fixes that.

The DGS and Spring-GraphQL teams are super excited to introduce deep integration between the DGS framework and Spring-GraphQL. This will bring the community together, and we can continue building the...