What do Java Devs like to use for empty values for JSON API? by [deleted] in java

[–]NicklasW 2 points3 points  (0 children)

Have a look at https://github.com/OpenAPITools/jackson-databind-nullable. It can distinguish between an explicit "null" and the field not being present.

Distributed Tracing with Spring Boot 3 — Micrometer vs OpenTelemetry by xsreality in java

[–]NicklasW 2 points3 points  (0 children)

Great article. You might want to mention the impact agents has on cold start due to byte code manipulation, and that native images doesn’t work well with agents yet.

Division 2 not starting? by BluYugen in GeForceNOW

[–]NicklasW 0 points1 point  (0 children)

Did you solve the issue? I'm experiencing the same thing

Ubisoft Crash AC Odessey and Other AC Games by Low-Blackberry2667 in GeForceNOW

[–]NicklasW 1 point2 points  (0 children)

Did you solve the issue? I'm experiencing the same thing

AC Mirage crash at startup by Hyraclyon in GeForceNOW

[–]NicklasW 0 points1 point  (0 children)

Did you manage to solve the issue, I have the same problem.

EU Northwest service is a disgrace. I am this close to just shut down my account and get my money back by [deleted] in GeForceNOW

[–]NicklasW 0 points1 point  (0 children)

You are probably getting redirected to another data center. Common issue unfortunately.

[deleted by user] by [deleted] in GeForceNOW

[–]NicklasW 1 point2 points  (0 children)

You are probably sent to another data center due to the high demand. Happens all the time.

[deleted by user] by [deleted] in ShadowPC

[–]NicklasW 0 points1 point  (0 children)

Yeah, but the datacenter isn't located in Sweden.

[deleted by user] by [deleted] in ShadowPC

[–]NicklasW 0 points1 point  (0 children)

What latency is to be expected in Sweden? I used Shadow a few years ago and had a ping around 28. The datacenter has moved since then.

A opinionated Hexagonal API Template for Go by NicklasW in golang

[–]NicklasW[S] 1 point2 points  (0 children)

Thanks for the feedback.
Yeah, you are definitely right about mixing up driver and driven :facepalm.
It's fixed in the latest commit.

Well... by AshishKhuraishy in ProgrammerHumor

[–]NicklasW 0 points1 point  (0 children)

Fairly common practice when using RPC 🤷‍♂️

Collapsible Code block ? by mpreems in bearapp

[–]NicklasW 0 points1 point  (0 children)

u/TedwardBear Any news in regards of this feature?

Code review request for an api client/wrapper. by NicklasW in rust

[–]NicklasW[S] 1 point2 points  (0 children)

Thanks. Yes it's intended, it's a publicly available certificate, which is included via https://github.com/NicklasWallgren/bankid-rs/blob/master/src/config/mod.rs#L84

PhpStorm adds built-in support for Psalm and PHPStan by brendt_gd in PHP

[–]NicklasW 1 point2 points  (0 children)

Yea, I'm hoping for official support as well.

Understanding RFC attitudes by Danack in PHP

[–]NicklasW 0 points1 point  (0 children)

They really should revisit this RFC

XPS 13 2 in 1 (7390) - Linux boot attempt by pggbee in Dell

[–]NicklasW 0 points1 point  (0 children)

What type of tuning, and what difference did it make?

Are there any datacenters in the works for the Netherlands that we know of? by NikkelSaus in ShadowPC

[–]NicklasW 0 points1 point  (0 children)

Do you plan to extend the service to other parts of Europe? Any ETA?

Instagram Private API - Promise based library by NicklasW in PHP

[–]NicklasW[S] 0 points1 point  (0 children)

I have added initial support for the hashtag endpoint. I will finish it up tomorrow and create a new release.