Marvin Villanueva

Results 10 comments of Marvin Villanueva

Hi, @marcojferreirac What is the name of the upload package that you used? I have similar upload/import requirement but all the data in the excel file should be parsed inside...

Actually, I have a [demo](https://github.com/Ajaxsoap/meteor-sample-csv-importer) repo based on this article but with a little bit of tweaking, with the help of Ryan Glover of The Meteor Chef, but the thing...

We have different approach, mine is direct importing of csv file to the client, then it will automatically save it on the collection. I think your approach is more intuitive....

yes @netanelgilad exactly, my use case is, if possible to import excel or csv file from the client then the data will store it in the collection but the problem...

plus 1 for custom user templates and extending user schema.

Hi @alexcorre, I had this similar problem not long time ago, what I did was use the `update` method [here](https://bootstrap-datepicker.readthedocs.io/en/latest/methods.html#update) like this: ``` $( 'input[name=picker2]' ).datepicker( 'update', new Date( value...

+1 I would love this feature to be added soon, as I am desperate to have a simple filtering solution.

Hi @KyleKing , Thank you very much for huge effort! Forgive me for my delayed response as I am pre-occupied finding solutions to my other challenges. Your solution looks promising,...

Hello there! Thanks @rwatts3 for the effort in putting scorpius! 👍 I would like to ask what is the status of the documentation regarding migration? I have currently an orion...

Hi @rwatts3 , Thanks for this initiative! I know that a lot of work to be done here. I would like to ask, how would you attack the front-end side...