Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

I have not been able to get it to work properly with scrollable-tab-view

No. My idea was to process scroll events but our dev team is not succeeding. I took them off this.

Let me know if u come up w something. We simply didn't have the time

It would be nice to be able to detect when the parallax animation has completed its open and close cycle. With that we can enable / disable scrolling on child...

@RobinBuschmann I would be perfectly willing to make the adjustments necessary to bring this in line with the main, but so far, only other other contributors have indicated interest. I'm...

Hmm, have an issue with this: ``` return currentItemDb.reload({ include: VotingAnalist.getInclude(), }); ``` ``` VotingAnalist.getInclude = () => [ { model: sequelize.models.VotingSelection, include: sequelize.models.VotingSelection.getInclude(), as: 'selections', order: [ [ {...

I'm using `yup` for validation and I'm running into this issue: ``` selections: array() .of(string().required(required)) .min(5, min) .max(5, max), ``` When the array doesn't have exactly 5 items, I get...

@timbrownsf Yeah, Easy: add console.log of the error at the error the erronous error occurs so you can see what the actual error is Harder but better. Use server side...

I'm also having problems, but your config structure looks wrong. The key db should be development, production or test and dialect and host should be in root. I think. Can't...

Hmm, getting it to work seems to have been a fluke. Back to the same error. This was not the solution