Tony BenBrahim

Results 6 comments of Tony BenBrahim

2 and half years later and still running into that problem. With a Lambda with an event source mapping in a SAM template. simply adding a layer to the lambda...

2024, and still facing the problem with a controller throwing an exception in an application where whitelabel error pages are disabled. Adding `@EnableAutoConfiguration(exclude= ErrorMvcAutoConfiguration.class)` resolves the issue, but this really...

I have a fork that supports font and background color (among other things), and borders are already supported, so you should be able to accomplish this. https://github.com/tbenbrahim/xlsx.js

You would need more than that to support even IE10 running in compatiblity mode (IE7!) This is what I ended up using, in a separate file, ecma5-compat.js: ``` if (!Date.prototype.toISOString)...

with changes, can be used from npm. Once pulled, `npm install https://github.com/sandbochs/angular-dropzone --save`, until then `npm install https://github.com/tbenbrahim/angular-dropzone --save`, although it might be more discoverable in the npm registry...

This is really needed for developers working on teams, where we need separate SAM templates to prevent overwriting each other, yet an organized way to deploy all of templates that...