D
D
The idea of doing this is nice: ```html ``` But it doesn't really work due to .mat-button having more precedence on color and causing various other issues, which comes from...
this sounds related: https://github.com/sequelize/sequelize/issues/8378 I'm assuming that Sequelize doesn't use returning: true on instance updates so you end up with literals and unincremented fields in the responses.
Was just checking source-map-explorer where it says ng-bootstrap-js.pre-build-optimizer.js (47.13KB) but looking into the JS file I'm seeing references to: - ngbDateAdapter - ngbTimeAdapter - ngbAccordion - ngbAlert - ngbButton -...
Same thing with NgbTooltipModule and referencing NgbTooltip in App + Lazy: - Without lazy: 12.16kb - With: 58.56kb Not sure if there's any better way to look into the bundles...
Just saw this comment from @angular/material https://github.com/angular/material2/releases/tag/8.0.0-beta.2 > Importing directly from the root @angular/material entry-point is deprecated. You should instead import from specific entry-points, e.g. @angular/material/button. This aligns with @angular/cdk,...
@rodic is that Paysafecard payment callbacks by any chance? having the same issue The header being sent to me is: ``` Content-Type: application/x-www-form-urlencoded; charset=ISO-8859-1 ``` I believe you're saying there...
I think event/action are wrong in the GTM adapter. For every other adapter the "action" is basically the abstraction for identifier/event-name. I've got something like this throughout my codebase: ```ts...
Would definitely love Slack or Gitter :) Going to https://gitter.im/birkir/prime was the first thing I tried
It looks like the original field but with 3 extra buttons depending on situation: `[ Add to list ]` `[ Update entry ]` `[ Cancel editing ]` Each of the...
S3 is super easy to setup and doesn't require you to go all-in on AWS. Looks something like this: https://medium.com/@shamnad.p.s/how-to-create-an-s3-bucket-and-aws-access-key-id-and-secret-access-key-for-accessing-it-5653b6e54337 I ended up putting `aws-sdk: *` as a dependency. I'm...