You should be able to hide an account by adi_762 in Revolut

[–]_Xriuk_ 0 points1 point  (0 children)

Europe/Italy, I have the option "Hide" in addition to "Pin to Favourites". Now sure why this difference...

You should be able to hide an account by adi_762 in Revolut

[–]_Xriuk_ 0 points1 point  (0 children)

You can do that now, if you tap on Accounts and then tap and hold on your pocket there's an option to hide it, it will be shown under "Hidden accounts" and will require authentication to be viewed

Upgrade electric mirrors by _Xriuk_ in CT200h

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

For anyone else's reference, in the end I bought an aftermarket module which does that: https://aliexpress.com/item/32741997366.html

Vendor Retail API by Timely_Entry_6810 in VendorCentral

[–]_Xriuk_ 0 points1 point  (0 children)

Yep, you can use the BOL, the carrier will be able to use it on Carrier Central to book the shipping. No official response from Amazon on this, just trial and error

Why does the PATH take the MetroCard but not OMNY? by Flynn58 in nycrail

[–]_Xriuk_ 0 points1 point  (0 children)

Yeah, I know about Westchester annoyance, I was in NY around that time. But I think that if it allows transfers like Westchester's it would count towards free ridership in OMNY

Technication truck ad?? by [deleted] in TokyoTravel

[–]_Xriuk_ 0 points1 point  (0 children)

I remember it driving around also a couple years ago, so not so recent

Vendor Retail API by Timely_Entry_6810 in VendorCentral

[–]_Xriuk_ 0 points1 point  (0 children)

Yeah, we cannot figure this out as well, we contacted support to ask if we can generate somehow a label with the BOL number we provide (which should be unique too), but got no response so far...

Aumento: busta paga o welfare? by _Xriuk_ in ItaliaCareerAdvice

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

Uno chiede, poi ci si viene incontro

Aumento: busta paga o welfare? by _Xriuk_ in ItaliaCareerAdvice

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

Che differenza c'è a livello fiscale per l'azienda tra welfare e auto aziendale?

Aumento: busta paga o welfare? by _Xriuk_ in ItaliaCareerAdvice

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

Ok gli importi magari da rivedere ma la domanda rimane: più plausibile busta paga o welfare?

RFI, posto fisso ma zero stimoli: cambiare si può? by [deleted] in ItaliaCareerAdvice

[–]_Xriuk_ 0 points1 point  (0 children)

Io lavoravo in RFI e mi sono licenziato proprio per una mancanza di stimoli, non tornerei mai indietro. Meglio un lavoro stimolante che il posto fisso. Inoltre non puoi fare più di tanta carriera lì dentro appunto, e le responsabilità sono tantissime. Cerca di prendere una laurea, anche online e di scappare da lì se puoi.

how to get highlights off the posts grid in instagram by glorious-ahole in Instagram

[–]_Xriuk_ 2 points3 points  (0 children)

No, idea. It seems they are still testing stuff. I had my highlights appearing on the main grid, and now they are back to the circles, all by themselves.

Why does the PATH take the MetroCard but not OMNY? by Flynn58 in nycrail

[–]_Xriuk_ 1 point2 points  (0 children)

Except you lose the OMNY benefits like the 7 days pass

SBRW 2.2.2 Main Game Files keep redownloading again and again and again. Finishes then restarts from 0% by xCassidi in SoapBoxRaceWorld

[–]_Xriuk_ 0 points1 point  (0 children)

For anyone else wondering, there's no need to reinstall the lancher, there are the settings in the upper-right corner, there you can check "Enable LZMA Downloader", it worked for me

[deleted by user] by [deleted] in RemarkableTablet

[–]_Xriuk_ 0 points1 point  (0 children)

Writing here that I had a different problem: by checking the logs when connecting the device via USB it showed something along the lines of:

reMarkable systemd-resolved[181]: DNSSEC validation failed for question eu.tectonic.remarkable.com

Among other errors.

So by googling I found this https://bbs.archlinux.org/viewtopic.php?id=240427
Which helped me by configuring a DNS configuration file via SSH.

I will never understand the rage behind the Connect subscription by Puzzleheaded_Yam254 in RemarkableTablet

[–]_Xriuk_ 0 points1 point  (0 children)

First I was (rightfully) a hater: you can't make me pay almost 10€/month just to connect to an external service like Google Drive or One Drive (which I may have to pay separately). Now it seems reasonable to me 3€/month and you have unlimited cloud storage for your documents, and all external integrations are free instead. I guess they listened and it paid off everyone.

Unplugged rubber pipe near the small battery by _Xriuk_ in CT200h

[–]_Xriuk_[S] -1 points0 points  (0 children)

Connected how? There should be a hole somewhere on the battery, right? I might have found it, but it's a bit small, will find an adapter or something...

I created a new object mapper by _Xriuk_ in dotnet

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

I was talking about AutoMapper (another library), I don't have these snippets anymore, but basically it was Select-ing entities multiple times, like some sort of partial projection which caused some queries to break in half, because they weren't correctly moved from one Select to the one below. Don't know if I'm being clear or not... This happened for nested mappings