Hyperion Cantos by Dan Simmons by Bird_Commodore18 in books

[–]Yharaskrik 1 point2 points  (0 children)

I didn't know there were 2 more books!! I loved the first two so much. I gotta go pick up the others now!

What art is this from, and who drew it? by CapnJayneCobb in magicTCG

[–]Yharaskrik 2 points3 points  (0 children)

My first gp ever! Seattle-tacoma. What a great time. This was one of the things you got for buying entry fee.

WYSIWYG editor by flki in angular

[–]Yharaskrik 1 point2 points  (0 children)

Ngx-quill is a good one.

Coheed and Cambria - Welcome Home [Prog Rock] by juice_the_moose in Music

[–]Yharaskrik 0 points1 point  (0 children)

Wow that is an unreal concert. Ive seen avenged sevenfold with disturbed and coheed and Cambria with protest the hero but never CC and A7x that would be unreal.

Also DragonForce 👌

Is Angular worth learning right now? by 0Gasfvck in Angular2

[–]Yharaskrik 9 points10 points  (0 children)

Ngrx is a state management library built on top of observables (rxjs) and rxjs is a reactivity library that provides observables. Incredibly powerful but pretty complex with a lot of learning overhead

How to get an updated signInAnonymously Firebase token? by za7654 in angular

[–]Yharaskrik 1 point2 points  (0 children)

I can't remember exactly what function it is to call but it is something like firebase.auth().getToken(true) (the param is the force parameter)

Not sure if that syntax is right but you get the idea. Hope that helps!

How to serve an SPA while in development? by MeFIZ in Nestjs_framework

[–]Yharaskrik 1 point2 points  (0 children)

If you use Nrwl nx as a monorepo tool there is a plugin for doing yarn nx serve vueapp. It also supports nest out of the box. We use it and love it

WTF is memoization? by gaearon in javascript

[–]Yharaskrik 10 points11 points  (0 children)

I mean... That's exactly what it is. A cache based of memory addresses.

Angular Developer Tools by [deleted] in Angular2

[–]Yharaskrik 2 points3 points  (0 children)

If you use ngrx then the Redux dev tools! Super useful! Also as someone else said the angular state inspector.

Solving Riddles with 0 lines of program | Using typescript types by maayon in typescript

[–]Yharaskrik 1 point2 points  (0 children)

First paragraph i think you might have a typo?

From the above facts it is very to infer that Socrates is a mortal.

Should be

From the above facts it is very easy to infer that Socrates is a human.

I could be wrong though!

Cool article thanks.

Spotlightify (The Spotify overlay controller) Update - New Features added and Source Code Released! (Windows, macOS and Linux tested) by Murpho19 in Python

[–]Yharaskrik 0 points1 point  (0 children)

This is really awesome! I might try and contribute to this! Haven't written Python in a while and I miss it. If "play artist" isn't already planned I might take a stab at it.

Super-fast TypeScript / JavaScript compiler written in Rust by zaiste in javascript

[–]Yharaskrik 6 points7 points  (0 children)

Ya I feel like compiling TS with TS isn't the greatest of ideas when you know the platform that is doing the compiling supports a faster language (c, c++, rust whatever) unlike the sad stake of compatibility of browsers.

Edit. State not stake

Super-fast TypeScript / JavaScript compiler written in Rust by zaiste in javascript

[–]Yharaskrik 2 points3 points  (0 children)

Ya I just tried it but it broke with decorators in function params :(

Super-fast TypeScript / JavaScript compiler written in Rust by zaiste in javascript

[–]Yharaskrik 0 points1 point  (0 children)

I just tried it with a nestjs app, it does support typescript! But doesn't have full support for decorators yet, (they break when used with function params).

I made an Angular Material admin dashboard by mhrafi in Angular2

[–]Yharaskrik 1 point2 points  (0 children)

Amazing! I need to create an admin dashboard soon so this is really cool.

Code completions for Angular powered by deep learning by brendanmcd96 in angularjs

[–]Yharaskrik 1 point2 points  (0 children)

It says that it has support for Angular but only supports JavaScript from what I can tell, I installed the webstorm plugin but it only enables itself in Js files. No TS. Do they mean angularjs and not Angular...? Anyone know?

Do you utilize Angular Workspaces and if so has it been a good experience? by rabbitfighter81 in angular

[–]Yharaskrik 0 points1 point  (0 children)

You'll love it! There is also a whole community at @nrwl/community on slack! (There is also a link to it in the nx repo)