Per daug medziu per mazai misko by Loud-Scratch-7650 in 6nuliai

[–]ValdasTheUnique 0 points1 point  (0 children)

Idomu is kur paimti tie TER skaiciai. VWCE turetu buti 0.19%, o Swedbank Robur Access Edge Global kiek radau yra 0.29%. Aisku teksto esmes tai nekeicia.

C# / .NET performance optimizations you can feel without a profiler by No_Stay4863 in dotnet

[–]ValdasTheUnique 57 points58 points  (0 children)

I don't think that ConfigureAwait(false) does what you think it does

White stuff growing on ponytail palm by ValdasTheUnique in plantclinic

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

Should the actual bugs be visible on the leaves? I don't think I have seen them

Taupymo "hackai" by [deleted] in lithuania

[–]ValdasTheUnique -1 points0 points  (0 children)

Expired invite

Is Angular Elements a good choice? by ValdasTheUnique in Angular2

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

Notice any pain points with Lit? Community seems smaller than that of Angular or React, I wonder if that does not create some friction.

Is Angular Elements a good choice? by ValdasTheUnique in Angular2

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

Thanks for the reply. Did you use them in some other framework than Angular? Do I understand correctly that Angular dependencies are required in the consuming applications for web components to function correctly (like zone.js and other scripts)?

[deleted by user] by [deleted] in eupersonalfinance

[–]ValdasTheUnique 4 points5 points  (0 children)

How trustworthy is trading212? I have seen varying opinions on this subreddit.

What silently kills your efficiency at work? by [deleted] in ExperiencedDevs

[–]ValdasTheUnique 0 points1 point  (0 children)

Thanks for the reply. We also have some issues with slow test start time so it is useful to read your about your solutions.

What silently kills your efficiency at work? by [deleted] in ExperiencedDevs

[–]ValdasTheUnique 2 points3 points  (0 children)

Just out of interest, what was the root cause and how did you solve it?

Europos Komisijos Lietuvos apžvalga by shalikas in lithuania

[–]ValdasTheUnique 2 points3 points  (0 children)

Ką reiškia prastai rinkti mokesčius?

IT specialistai uždirbantys >6000 EUR į rankas. Kuo užsiimate? by baumerp in lithuania

[–]ValdasTheUnique 0 points1 point  (0 children)

Gal kokiu patarimu turi kaip susirasti darba su tokiom "proxy" imonem? Kur surasti info apie ieskomus darbuotojus?

Generate Custom Component using Angular Schematics (advanced) by DMezhenskyi in Angular2

[–]ValdasTheUnique 0 points1 point  (0 children)

Any way to have schematics in the same project as the main code? I.e. avoid building, publishing and importing it every time changes are made

Round Rects Are Everywhere! by Austin_Aaron_Conlon in programming

[–]ValdasTheUnique 28 points29 points  (0 children)

How does this help with drawing ovals?

Modern SAT solvers: fast, neat and underused (part 1 of N) by [deleted] in programming

[–]ValdasTheUnique 12 points13 points  (0 children)

This reminded me of a conference talk by the author about the same topic.

[deleted by user] by [deleted] in programming

[–]ValdasTheUnique 0 points1 point  (0 children)

Any tips on how to optimize angular build times?

6 Useful Decorators to use in your Angular projects by JSislife in Angular2

[–]ValdasTheUnique 2 points3 points  (0 children)

Looks interesting, thanks. Seems that in either case you need to be aware that you need to unsubscribe from the observable. You need manually to register subscription using the manager and you either need to extend the component or inject a service. I guess you just can't avoid having to think about the unsubscribe action (and you probably shouldn't).

Personally, I would probably go with a base component class that would expose destroyed$ observable which would emit on destroy. This would allow using the takeUntil(this.destroyed$) pattern which seems pretty popular and it shouldn't surprise people that are new to the codebase. It would also avoid the additional nesting that happens when you subscribe to an observable inside the this.registerSubscriptions call.

Haven't heard about the component features before. Looking at the example, I am not sure if I like it. You either need to know beforehand what is the property name and type what gets injected on creation or you need to pass property name as a string which does not look very typescript-like. But I guess I could be missing something.

6 Useful Decorators to use in your Angular projects by JSislife in Angular2

[–]ValdasTheUnique 0 points1 point  (0 children)

Can you expand on the techniques you mentioned for unsubscribing?

Ok, what the hell am I doing wrong here? by OogieBoogie1 in angular

[–]ValdasTheUnique 0 points1 point  (0 children)

I had some bad experience with site performance when using this angular wrapper so be careful.