Harry Adel

Results 76 comments of Harry Adel

Thanks for highlighting this @jankapunkt I also thought of it and what the best practices are. What about these links for literature? @dr-dimitru - https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html - https://stackoverflow.com/questions/26836243/manage-security-on-file-upload-to-nodejs

@clarketm Hi, I hope you can checkout my PR, thanks!

> Request your support to exclude inside tables in the excel. Uhh, could you please elaborate on what you mean by that? I don't get you!

Is this still up for the taking? @eric-burel

Same issue here. It has to do with cssloader.

You might try enabling `SimpleSchema.debug` option. https://github.com/Meteor-Community-Packages/meteor-collection2#problems

@mokaid Can you please provide code example of what you're trying to achieve?

~~I believe the culprit is [this line](https://github.com/aldeed/simple-schema-js/blob/94b9ef77e7b96dff7cfaa7c2b218db8adf60d24d/package/lib/clean.js#L53) in [simpl-schema](https://github.com/aldeed/simple-schema-js) where it cleans $pop operator fields and thus changes 1 to a date.~~ So, I did a little more digging and...

>Coming from Mongoose I was expecting defaultValue to be always applied. It is not. Contract broken. How's it not applied? How's it not applied? Please provide a clear code example...