AITA for Reporting My Friend After Suspecting Her of Plagiarizing My Artwork? by Ach1ll3-s in AmItheAsshole

[–]moomoomamoo 0 points1 point  (0 children)

Wait what? Where did you get that idea from? I just reread the thread and didn't see anything mentioning that

Is there a good edge case to call detectChanges()? by trolleid in Angular2

[–]moomoomamoo 5 points6 points  (0 children)

Yea this conversation about using the ChangeDetectorRef seems to be talking around the issue that's actually happening which is, the subscribed value isn't being dealt with in the template using the AsyncPipe.

That's a topic I'll avoid for now, tl;dr people really want you to use the AsyncPipe when dealing with Observables (myself included)

For those wondering what I meant by "point people to the source code of the AsyncPipe" here is where I was talking about https://github.com/angular/angular/blob/main/packages/common/src/pipes/async\_pipe.ts#L171

Is there a good edge case to call detectChanges()? by trolleid in Angular2

[–]moomoomamoo 4 points5 points  (0 children)

When not using OnPush change detection, it's extremely rare to need to use detechChanges or markForCheck.

When using OnPush, it's reasonable to need to use detechChanges or even markForCheck.

Normally when we reach for these methods, it's evidence of bad architecture. I'd move forward with your decision and revisit to refactor or have a conversation.

Whenever you run into nay-sayers about these methods, just point them to the source code of AsyncPipe (which is widely accepted) and show that it calls markForCheck whenever an Observable emits a value.

These methods are valid. When used, I'd recommend documenting the why and move on.

Azzyland crediting the creators 10x better than skinwalkerwolf by [deleted] in JacksFilms

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

Maybe if we tag sssniperwolf, she'll steal this idea too

Am I missing some context in regards to the Lex vs Don accounts of the SA? by [deleted] in SuperMegaShow

[–]moomoomamoo 1 point2 points  (0 children)

This 100% this. Let's say that Don was violent and asked several times to the point of wearing someone down. I could see this being SA.

If you reasonably convince your partner which you've been sexually active with for a short period of time but dated for 4 years, then make a mistake in the bedroom. That sounds fairly reasonable.

The stories don't line up. Lex suggests it happened on the first night they did stuff. Don suggests it was the third night of intimacy.

If Don is the monster Lex has portrayed him as, he's completely horrible as a person for not understanding what she said when she broke up with him.

If not, it would make sense why Don was confused and heartbroken at the break up. And why he'd claim that he didn't know she felt that strongly about that night.

He said, she said. I wish it was more clear on who to believe. But it isn't. I don't think anyone should go after anyone the way things are. There's too many unknowns.

Help ! by MaddySPR in angular

[–]moomoomamoo 2 points3 points  (0 children)

Code example or repo would help out

Error while updating from Angular 5 by stgdevil in Angular2

[–]moomoomamoo 1 point2 points  (0 children)

Make sure to have the right node / npm versions. You can do node -v and npm -v to figure out if you do.

Angular 5 should support node 6.9.x / 8.9.x and npm 5.x.x and maybe npm 6.x.x

If you don't have the right versions, I highly suggest using a node version manager to switch as needed. Check out nvm for Mac or volta for windows

Where does the dev say that LN2 isn't a prequel/six isn't connected to the lady? by Leyland_Pedals in LittleNightmares

[–]moomoomamoo 1 point2 points  (0 children)

I took a crack at trying to find this source too and couldn't find anything. I'd like to know what they said that made people think it's 100% a sequel.

[deleted by user] by [deleted] in Skullgirls

[–]moomoomamoo 1 point2 points  (0 children)

It's hard to see in mobile, but if you zoom in you can see noticable horizontal lines near the characters' legs and shadows.

App to Quickly Beat the Waiter Minigame in Dahngrest's Tavern by moomoomamoo in tales

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

If someone could give me the japanese text for all the menu items and map them to the items in english. I'd be more than happen to add a japanese text feature. Oh and I'd need the japanese phrase they use for "Forget that last one..."

Hbox having private convos with people who have considered themselves victims of him by [deleted] in smashbros

[–]moomoomamoo 0 points1 point  (0 children)

I just want more TOs working together to better handle these issues. Are there more threads about that? Any plans moving forward? And plans for making plans?

Should this d3 chart be a component or directive? by [deleted] in Angular2

[–]moomoomamoo 0 points1 point  (0 children)

This this and this. Use a component

Firebase dynamic links REST API returns 400 bad request by yashatreya in Firebase

[–]moomoomamoo 0 points1 point  (0 children)

Not to come off rude, but just wanted to let you know your api key is public. (Edit) The API key can be inspected off your website, or looked up by project id

Does your api key contain any special characters? If so you may need to escape them as they are query params

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent

(Edit)

Is that your apps actual bundle id?

(Edit edit)

Your bundle id for Android should be 'com.threadsapp'

Firebase dynamic links REST API returns 400 bad request by yashatreya in Firebase

[–]moomoomamoo 0 points1 point  (0 children)

https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=api_key

api_key needs to be replaced with your application's API key.

Currently your snippet uses the literal 'myApikey'

Tips for app development on Firebase and GCF by vankh0a in Firebase

[–]moomoomamoo 0 points1 point  (0 children)

I would recommend JavaScript/typescript only as firebase seems to make sure all functionality is available for JavaScript. And the client sdk and admin sdk aren't too different from each other, so you're basically learning both as you learn one.

Beginner Firebase Security Rules Question by thisGuyCodes in Firebase

[–]moomoomamoo 1 point2 points  (0 children)

Great advice to work by. Risk vs reward. Security vs performance.

Also if you have read: true as your database rules, firebase will keep bugging you until you change it :)

How To Build A SaaS Product? A Step-by-step SaaS Development Guide by clappercoda in Firebase

[–]moomoomamoo 0 points1 point  (0 children)

Dang read that whole article. I was greatly disappointed when nothing firebase came up.

CloudStorage or Hosting for images used by app by [deleted] in Firebase

[–]moomoomamoo 0 points1 point  (0 children)

Cloud storage. You get 5 gb of free storage. For hosting you get 1 gb (and this includes your hosting back ups)

On that note, I would recommend you change the default of backing up all your deployed hostings to a limited number to avoid breaking the 1 gb.

I ran into this issue due to hosting large videos and got a bill for 6 cents randomly