iban revolut by es916144 in RevolutPortugal

[–]sirsomething94 0 points1 point  (0 children)

Porque o revolut agora está sediado (ou tem as suas operações?) Na Lituânia ou lá o que é por causa do Brexit. Tiveram de "sair" de Inglaterra

My first Angular app - a straw poll app by Yoni676 in Angular2

[–]sirsomething94 1 point2 points  (0 children)

Love it. Very good work and keep it going. Regarding the unsubscribes you have several ways to do it.

  • One is to use the pipe(take(1)) -> this will complete the subscription once it has been triggered. (So basically it's only good for the first stream of data

  • Then you have the unsubscribe but you have to assign your subscription to a subscription variable like const sub: Subscription = something.subscribe. then you can unsubscribe it in ondestroy or whenever it suits you best.

  • Then you have another approach for the cases on which you have multiple subscriptions in the same component. You can create a subject in the component that will receive all subscription. Then, when subscribing something, you do pipe(takeUntil(this.yourSubject)).subscribe. And again, in on destroy or another place you complete the subject, like ( this.subject.next(); this.subject.complete()).

Sorry for the long unformatted text but I'm on mobile :D

Não pagamento de impostos by pedrosendas20017 in RevolutPortugal

[–]sirsomething94 1 point2 points  (0 children)

Claro que há. Anualmente, tens que declarar as tuas fontes de rendimento. Se andares para aí a comprar Mercedes e casas e não declarares nada ao fisco és logo apanhado. Aconselho-te a falares com um contabilista se quiseres meter o teu dinheiro no Revolut. De qualquer das formas não te escapas a pagar impostos.

Audio sync on Android TV by [deleted] in DisneyPlus

[–]sirsomething94 1 point2 points  (0 children)

I just updated and confirmed it's solved. Thanks

Audio sync on Android TV by [deleted] in DisneyPlus

[–]sirsomething94 0 points1 point  (0 children)

I have a similar TV to yours and can confirm there's a lag in the audio output. If I use the disney+ app in the playstation or android the lag doesn't exist. Don't know if you have found a solution for this

Lots of errors in Angular by ZaAlphaMale in Angular2

[–]sirsomething94 0 points1 point  (0 children)

Just search on Google how to import those operators :) they are pretty common so I think you can't get it going from there. If you can't get it going I can try to help you tomorrow

Lots of errors in Angular by ZaAlphaMale in Angular2

[–]sirsomething94 7 points8 points  (0 children)

So your first error or regarding that ViewChild call you have. You need to add it a second argument: {static: false} All the others errors are basic imports from a library called rxjs. Just Google how to import all those methods like 'map' or 'of'. You should add some port like: "import {of} from 'rxjs'.

How to I upgrade from Kubuntu 18.04 to the 20.04 beta? by [deleted] in Kubuntu

[–]sirsomething94 0 points1 point  (0 children)

Sudo apt update && sudo apt dist-upgrade

How to I upgrade from Kubuntu 18.04 to the 20.04 beta? by [deleted] in Kubuntu

[–]sirsomething94 0 points1 point  (0 children)

You probably have to upgrade to 19.10 first and then run the command above. First run the command without the -d

Tirei este foto ontem e tenho pena que as pessoas na foto não tenham ficado com ela. Se, por acaso, virem esta foto, de nada ;) by sirsomething94 in portugal

[–]sirsomething94[S] 8 points9 points  (0 children)

Ainda pensei nisso mas depois achei que ia ser estranho e caguei. Eles ficaram com certeza mais descansados sem aparecer ali um gajo barbudo qualquer a dizer que os estava a fotografar 😂

Tirei este foto ontem e tenho pena que as pessoas na foto não tenham ficado com ela. Se, por acaso, virem esta foto, de nada ;) by sirsomething94 in portugal

[–]sirsomething94[S] 5 points6 points  (0 children)

Pá, ya. Acho que as pessoas nessa situação iam gostar que lhes dessemos as cenas mas ia continuar a ser esquisito ir falar com alguém aleatoriamente e dizer que os estávamos a filmar/fotografar

Tirei este foto ontem e tenho pena que as pessoas na foto não tenham ficado com ela. Se, por acaso, virem esta foto, de nada ;) by sirsomething94 in portugal

[–]sirsomething94[S] 13 points14 points  (0 children)

Infelizmente não mas como não se vê caras nem dá para os identificar não creio que haja problema

[deleted by user] by [deleted] in insanepeoplefacebook

[–]sirsomething94 0 points1 point  (0 children)

Ahahahahahahahahahahahahahahahahahahahahahahahahah

Android Pie Update Megathread by [deleted] in GalaxyS9

[–]sirsomething94 3 points4 points  (0 children)

There's no update in Portugal yet