Results 167 comments of Bojan Tomić

Currently, by using pulseaudio's module-switch-on-connect. I think the same used to happen when I was just switching by changing the .asoundrc, but I'm not 100% sure as I now use...

Jackson unfortunately can't handle this case, because it targets Java

It is possible to recover annotations on fields/methods, yes, but TYPE_USE annotations are not preserved in Jackson's `JavaType` (class it uses to capture generic types etc). As a result, contextual...

Btw, feel free to close the issue if you don't really want it open for a hibernating project or don't want the feature in general. And thanks for the responses!

This is intentional. Using the server's default timezone will often be of no value (and potentially very confusing!) to the client, as the client could be in a different time...

If I get you right, the _microservice_ you mention is where you're using SPQR. You'll have to do some configuration then... You can either tune Jackson's deserialization logic, or the...

Ah, it seems those are unrelated arguments that both got the generic name `arg0`. This happens when you neither have the `-parameters` compiler option (so Java doesn't keep parameter names)...

Most importantly, I can't really help you without any code samples as I have to idea what you're trying to achieve.

Ok, I'll experiment with this a bit to see what is happening. I wanted to create a separate module for Joda types anyway, so I might as well do it...

`@GraphQLIgnore` was until my last commit only usable as a meta-annotation for ignorable arguments. To filter specific methods, you could add a filter to the `ResolverBuilder`, e.g. ```java ResolverBuilder skipping...