Wojciech Okoński

Results 8 comments of Wojciech Okoński

I'm also waiting for this and starting to think about switching library.

The problem is solved with `[email protected]` `firebase.database.DataSnapshot` again has method: ``` forEach( action: (a: firebase.database.DataSnapshot) => boolean | void ): boolean; ``` instead of ``` forEach( action: ( a: firebase.database.DataSnapshot...

@lor6 EnableGlobalMethodSecurity is deprecated in Spring Security 5.8.0, any news about updating article?

@lor6 > We'll add a new dedicated topic for the new annotation for now, but wait on updating existing articles. Where can I find this topic?

We are in the same situation. And we can't wait longer than a year. > Based on the community sentiment and adoption metrics, moving forward we are deprecating *ngIf, *ngFor,...

even `prettier-ignore` doesn't help: ``` aaa@if (false) {if} @else {else}zzz ``` becomes: ``` aaa @if (false) { if } @else { else }zzz ``` Due to this bug we can't...

Any updates about this? It seems that next year we will have to change Prettier for something else cause new control flow will be the only option and with Prettier...