Valentin Morlock

Results 16 issues of Valentin Morlock

Hello, is it possible to programmatically invalidate the cache for a specific query? This could be helpful for example when properties in that query are changed by a mutation. Thanks!

Hi, I'm trying to deploy my Colmena config (which works perfectly fine when deploying from another nixos machine) but I couldn't get either --build-on-target nor nixos remote builds to work....

Is there any way to export the schema SDL during build, e.g. using a build script?

question

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

Hi! this model ```json "VendingItemState": { "oneOf": [ { "type": "object", "required": [ "type" ], "properties": { "type": { "type": "string", "enum": [ "Pending" ] } } }, { "type":...

When using the Vanilla client ("@rspc/client": "0.1.3",) to call this mutation on the currently published server (rspc = { version = "0.1.3", features = ["axum"] } specta = { version...

Hi, i was playing around with the vanilla client and it seems like currently, requests will never resolve when they are performed against a websocket client and the client is...

Hi, When i defined subscriptions as follows, ```rs .subscription("...", |t| { t(move |_, _: ()| { async_stream::stream! { ... } }) }) ``` the generated bindings.ts looks like that: ```ts...

When using QBlocker, one cannot simply use ctrl+cmd+Q to enable screen lock on a mac