Alexey Makhrov

Results 74 comments of Alexey Makhrov

Looks like it will ultimately be solved with the new control flow syntax: https://github.com/angular/angular/discussions/50719 > The new syntax for template control flow has several major goals: > ... > 3....

Similar to https://github.com/integrations/slack/issues/1024

This looks like a shortcoming of Typescript. A type guard function (used internally by *ngIf for type checking) doesn't narrow down a type of an expression with optional chaining: ```...

wondering if it's the same as https://github.com/angular/angular/issues/37619

After using `NODE_EXTRA_CA_CERTS`, I'm getting another error: > Error: self-signed certificate in certificate chain

Adding another container works  if you have div-based markup. In my cases i need to  display table data and benefit from automatic column sizing - so i use ``. What's...

In which version of jquery `removeClass(undefined)` removes all the element classes? I was not able to reproduce it with 1.10.2, 1.11.3

`String.prototype.match` exists in IE8 (and I believe in earlier versions too). There issue must be with something else.

@gabrielp16 I assume you're talking about the `scheduler` attribute. Is it a real nested model (an instance of BB.Model with attributes date and type) or just a plain object (POJO)?