Alexey Makhrov

Results 74 comments of Alexey Makhrov

In this case you can use converters, like that: ```` binder.bind(model, el, { scheduler: [ { selector: '.date', converter: (dir, value) => { if (dir === ModelBinder.Constants.ModelToView) return value.date; else...

@platinumazure I haven't tried it since then, however I don't see any related changes in ModelBinder that would solve that.

@jmorrell any chance to get this fixed? PR from @samwgoldman seems to be a good solution.

In the action output, it indicates that the files are actually gzipped before upload: > The raw size of all the files that were specified for upload is **27 460...

In 2021 it's not that easy to execute custom code in a framework like React or Angular - even if the `{{ }}` are not escaped. On the other hand,...

Related older PR from Renovate (abandoned): https://github.com/dotansimha/graphql-code-generator-community/pull/609 Is there a way to proceed with either of the PRs?

@daiscog that's true. it's also tracked in a separate issue: https://github.com/angular/angular/issues/37622

It's been discussed before: https://github.com/angular/angular/issues/16982#issuecomment-769471368 The resolution was: too hard to migrate (existing internal usages in google) to justify the change.

In our project we consider migrating to [`ngrxPush` pipe](https://ngrx.io/guide/component/push), that conveniently defaults to `undefined`

Is there a reason not to ALWAYS generate erasable syntax, without extra configuration and complexity in the templates?