Jordi Ortolá Ankum

Results 14 comments of Jordi Ortolá Ankum

Hi all, I gave it my best shot in this branch: https://github.com/FasterXML/jackson-databind/compare/2.14...Tomasito665:disable-int-to-string-coercion. I'll wait two days and open the PR next Saturday for it to count towards my Hacktoberfest score...

Thanks for the feedback, both. @WojciechLuczkow I am not sure whether I can use `_findNullProvider`. It takes a `BeanProperty` as an argument, which, as far as I can tell, is...

@cowtowncoder sure! I'll see if I can include your suggestion on my PR to simplify the code tomorrow and file a separate PR for floats and booleans some time later...

I went ahead and gave it a shot. Let me know what you think!

I confirm this issue for macOS Monterey 12.5 too. It appears that mouse events take a bit of time to start coming in when using full-screen mode. When showing the...

It looks like the issue lies in the Qt framework. I set up a demo application to test this out and mouse move events will consistently take ~700ms to start...

@borgmanJeremy no, but I think that's worth testing out. I will do that later today.

I have just tried it out with Qt 6.4: same behavior... 😓

For reference, I filed a Qt bug report for this: https://bugreports.qt.io/browse/QTBUG-107202

Hi @filfreire. How does reflection fix the issue? I tried to set up some gRPC requests using server reflection. After restarting Insomnia, the bodies of all requests are empty as...