Sven Widén

Results 7 issues of Sven Widén

When specifying default values in input arguments they aren't rendered in the sdl, using `Absinthe.Schema.to_sdl`

Right now I can't find a way for entity resolvers to return both partial responses and the errors to the entities that wasn't resolved. So either I get ``` {...

When adding a new type e.g: ``` object Name extends Subtype[String] { override def assertion = assert { hasLength(greaterThanOrEqualTo(1)) } ``` It would be nice to be able to set...

This makes it possible to run NodeJSToolProcesses as interactive processes. Would be nice if we could setup aliases for each package manager instead perhaps as described [here](https://github.com/nodejs/corepack?tab=readme-ov-file#corepack-enable--name). Do you have...

Should hopefully fix https://github.com/pantsbuild/pants/issues/20723

backend: Go
category:bugfix

This adds heartbeating for SSE subscriptions. With the new zio-http version these heartbeats are now sent as SSE comments (ignored by the client but keeps the connection up) making sure...