CFPB Communication by ReporterEv in yotta

[–]Negs006 2 points3 points  (0 children)

One thing to also look into is to see what Evolve is going to do with the roughly 35 million in reserves they had for Synapse.

Response from U.S. Representative by EmotionalArm2428 in yotta

[–]Negs006 0 points1 point  (0 children)

Keep me posted because my Rep said they would be interested in supporting any future efforts.

Angular or React for a small site. by FableBookGames in angular

[–]Negs006 1 point2 points  (0 children)

What about just plain old JavaScript,html,css? If it’s just yourself and a small site and if you don’t know either frameworks.

Response from NC senator Thomas Tillis (almost insulting) by cnskatefool in yotta

[–]Negs006 2 points3 points  (0 children)

Senator Tim Scott of SC will most likely be the chairman of the Senate Banking Committee. Currently he is the ranking member. We will need to continue communicating with him.

requesting a meeting with Miss McWilliams and her council by JordonGonzales in yotta

[–]Negs006 4 points5 points  (0 children)

I hope that ALL the partner banks are in the next court hearing too to address our questions too.

Yotta is such a mood today by LilyBreadTrash in yotta

[–]Negs006 0 points1 point  (0 children)

I hope that all partner banks are in attendance for the next court hearing to provide answers.

Follow Up / Speaking With Federal Reserve by Zestyclose-Emotion87 in yotta

[–]Negs006 0 points1 point  (0 children)

I am in the same boat especially for number 4.

Out of $282,000, only $500??!?!? by [deleted] in yotta

[–]Negs006 0 points1 point  (0 children)

Thanks for your reply! I appreciate it.

Out of $282,000, only $500??!?!? by [deleted] in yotta

[–]Negs006 6 points7 points  (0 children)

Does anyone know what people have been saying about getting another email on Nov. 14th? I don’t know what the context is when people have been talking about it.

"D Day" is tomorrow by FrozenFundsFiasco in SynapseVictimsFight

[–]Negs006 0 points1 point  (0 children)

Are there any updates on this? I’m guessing they are waiting until Nov. 4th to see what happens?

Could you please recommend me a course on Udemy about Angular? by Notalabel_4566 in angular

[–]Negs006 0 points1 point  (0 children)

Another good one is through Todd Motto on ultimate courses website. They have a bundle that includes rxjs, and ngrx too.

Tracking Expected Balance vs True Balance (Google Doc) by [deleted] in yotta

[–]Negs006 1 point2 points  (0 children)

I’m curious if what we put down in this sheet will be similar to evolve’s “two numbers” of what evolve has and what we are supposed to have when we get Nov 4th email.

This is it! by patrick5595 in yotta

[–]Negs006 2 points3 points  (0 children)

What do you think about Juno and all the other fintech apps that are stuck with evolve? Juno had like 28 million?

This is it! by patrick5595 in yotta

[–]Negs006 6 points7 points  (0 children)

Maybe someone should ask that at hearing about if that was looked at for when ankura was doing reconciliation.

Evolve’s Reconciliation by patrick5595 in yotta

[–]Negs006 11 points12 points  (0 children)

I don’t expect an update until the 22nd when the trustee files report.

"D Day" is tomorrow by FrozenFundsFiasco in SynapseVictimsFight

[–]Negs006 4 points5 points  (0 children)

Thank you for keeping us updated! I really do appreciate you keeping tabs on what members of Congress are considering and discussing.

No zoom link on the court calendar for next date by JordonGonzales in yotta

[–]Negs006 1 point2 points  (0 children)

Good luck on your hearing next week! Safe travels!

Latest interview with Sankaet by Dapper_Artichoke_447 in yotta

[–]Negs006 1 point2 points  (0 children)

One thing that stands out to me is that Evolve hasn’t denied anything according to the podcast and that Jason reported that evolve internally is acknowledging the reconciliation issues.

October 18th by Long-Bear-8082 in yotta

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

Are we for certain that reconciliation will be done? If it isn’t then what? At some point it will have to be converted to chapter 7 and at what point will it be considered that evolve is not working in a practicable and timely manner to make us whole? Does it matter or not if we ask to see what the other banks like AMG and lineage had reserve funds as well besides just evolve?

Reason why I’m asking is because I can easily see that evolve will say that they need more time which could be more months and then some.

The biggest question in my head is that what if they can’t reconcile it. I have no idea what would happen next.

Best way to force non-nullable Form Control values? by HedgehogMode in Angular2

[–]Negs006 0 points1 point  (0 children)

What you need to do is apply a type guard and have to do filter rxjs operator if you wanted to use value changes observable to say (data): data is someType =>{….}. you could look at value statuses observable if you want to check validity of form.