Herve Jegou

Results 8 comments of Herve Jegou

If servertime uses localforage too, then Meteor may in fact bundle it in both packages and that would explain the significant size? Have you considered a single package (integrate servertime...

I will check if I can find out more, but I am a bit new to NPM and Meteor packages. It seems that Meteor bundles each Meteor package separately in...

Hi Nathan: same issue here: when importing any react-toolbox module in an app component, if there is no parent 'client' folder (can be any level up), I get the standard...

Hi Nathan: Thanks and all the best solving this issue. I am really liking react-toolbox with css modules, it is a great setup for Meteor and react. I was also...

@nicooprat thanks for helping and finding the root of the problem... I will wait for @Lepozepo review over weekend

@jondubois We have moved to a deployment using GitHub actions. So every PR triggers a test image build and if it passes, the PR can be merged and on merge...

@sudhanshu16 Looking forward to this feature for our project. When do you expect this to be released ? Also will it work in Virtualized list or only in Flat list...

I just read the Presence validator documentation: http://validatejs.org/#validators-presence It seems you have to explicitly disallow empty strings ? Maybe something like: ``` used_car_car_condition: {presence: {allowEmpty: false, message: "Please select car...