Adam Biggs

Results 19 issues of Adam Biggs

I have a main.styl file with a bunch of @imported dependancy files. These files need to be combined in Stylus using @import or else variables, mixins, @extends, etc can't be...

The main Docco project now supports [Literate CoffeeScript](http://coffeescript.org/#literate) which is a perfect fit for such a project. Would be a really nice addition to Docker.

Our app currently consists of 3 main containers. In production, these containers get deployed to AWS Elastic Beanstalk, so they talk to each other via standard REST interfaces (no container...

When calling `synchronize()` on a dataset after all records have been removed, none of the callbacks are called and the operation hangs.

Even with sourcemaps, debugging the minified `dist/amazon-cognito.min.js` file during development can be a real pain. Please include an un-minified version in the `dist/` directory.

I'm using Cognito Events to trigger a Lambda function which validates and removes invalid records in the dataset (as described [here](http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-events.html)). When the Lambda function removes a record from the...

Trying to get this action working, but I'm seeing "Resource not accessible by integration" errors on every build. Neither of the fixes mentioned in #39 and #66 worked for me....

### Version 29.0.1 ### Steps to reproduce 1. Run `tsc --noEmit` ### Expected behavior Should work without type errors. ### Actual behavior Type error. ### Debug log ``` node_modules/ts-jest/dist/types.d.ts:61:28 -...

Bug Report
Needs Triage

Thought this might be useful in case you haven't come across it yet: http://www.deadmarshes.com/Blog/20110413023355.html

I still need to investigate the cause, but after updating to v1.3.0 my unit tests are now failing: ```sh PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR SyntaxError: Unexpected token ')'...