Ianc22

Results 5 comments of Ianc22

Having the same trouble migrating from TNS5 to TNS6 and Angular 8. Even things like loading the modal also lags, 2-3 seconds at times... Any advice?

Hey @EddyVerbruggen any update to this? We also now need MS login as we're integrating MS Calendar in app. I'm sure you're aware, but here's the list of Firebase sign-in...

Yeah very frustrating ``` function initialize(passport) { const middleware = promisify(_initialize(passport)) return function passportInitialize(ctx, next) { // koa connect compatibility: const userProperty = passport._userProperty || 'user' // check ctx.req has...

@pronebird @NathanBWaters @nealoke Guys, you can disable the validation via options: import { Model } from 'redux-orm'; import { getPropTypesMixin } from 'redux-orm-proptypes'; const myPropTypesMixin = getPropTypesMixin({ validate: false, useDefaults:...

@nealoke as far as validating goes I suppose it does.... I only just came across the issue myself and will look into it myself when I get a minute.. Validation...