Vladimir López Salvador

Results 29 comments of Vladimir López Salvador

> They also have some warnings **but with this package** as long as you follow the recommendations you should never have performance problems You mean theirs or yours? Talking about...

Thanks for your time @Goluis , I speak spanish as well so if you are willing to create a README_ES and explain it better I definitely will read it 🥇

Is this solved yet? I **can't** use the SDK to upload bigger files just because of this errors: ``` Refused to set unsafe header "accept-encoding" Refused to set unsafe header...

@greg-db , I followed an example posted on #80 to upload big files using sessions, and got the above errors. The docs barely explain the simplest upload use case, so...

Something similar happens to me when logging out on my app: ``` TypeError: Cannot read property 'props' of null at Object.ReactElement.js.m.cloneElement (44c44d30d32601e20aa98f13c405a7f1b9076b49.js?meteor_js_resource=true:17) at eval (/node_modules/react-event-timeline/dist/Timeline.js:1) at u (44c44d30d32601e20aa98f13c405a7f1b9076b49.js?meteor_js_resource=true:17) at o...

@theworkflow, Any empty meteor project who uses meteor-webpack package has this error. You can try with any of [thereactivestack](http://github.com/thereactivestack/) starter projects. The package who causes trouble is [here](http://github.com/thereactivestack/meteor-webpack). To reproduce...

Hello @jackboberg, the package is `webpack:css`. Today I uploaded the same source code to modulus, the only change I made was upgrading meteor version to 1.4.1, it _almost_ worked, but...

Did you at least read the error? Pretty obvious to me: ``` meteor remove ecmascript ``` That's a prerequisite to work with `webpack:webpack` package. Anyway, I am wondering why you...

Yes, create a webpack project from scratch involves generating some files manually, like your missing index.js. I recommended using a kickstart project because the problem is common for every one...

It would be awesome to find a solution to this error, since we are migrating several meteor projects to use webpack and don't want to switch to galaxy yet.