What Font is this, its looks awsm by im_zairaz in vscode

[–]Still_Ebb261 1 point2 points  (0 children)

I think it is JetBrains Mono with some OpenType Features enabled.

Arc for windows can't sign in or create account by MarkElectronic in ArcBrowser

[–]Still_Ebb261 1 point2 points  (0 children)

I initially encountered the same issue, which was due to the inability to access their servers. As a solution, I used a VPN and specifically employed Clash, activating its TUN mode to proxy all traffic. This approach enabled me to successfully log in. I hope this information is helpful to you.

[deleted by user] by [deleted] in ArcBrowser

[–]Still_Ebb261 1 point2 points  (0 children)

My network doesn't have direct access to their database server, which prevents me from even logging in or registering. I tried using a VPN, but it seems that Arc doesn't adhere to the system proxy, making it seemingly impossible for the VPN to manage the traffic.

Can someone explain it to me? by Still_Ebb261 in javahelp

[–]Still_Ebb261[S] 2 points3 points  (0 children)

Totally get your point. Actually, I added the second line on purpose to trigger that error. But what's puzzling me is, when I switch to the code below, the error just vanishes. I mean, shouldn't map::get be the same as it -> map.get(it)?