Calvin Moore

Results 7 issues of Calvin Moore

I have a large set of slides (currently ~200 slides) and I am using rn-carousel-buffered to mitigate the effect of loading all these slides. If I try to slide to...

### Description We are working in a Flex instance that currently has 25 plugins. We have archived 5 of them to get around the 25 plugin limit, but where still...

bug
acknowledged

When attempting to access a collection that does not exist, PHP throws an uncaught error shown below: ``` Fatal error: Uncaught exception 'UnQLite\Exception' with message 'unable to init UnQLite\Doc' in...

Pretty self-explanatory. It would be nice to publish this package to `npm`. There already seems to be a `package.json` available, so it shouldn't be too hard. Here's the [steps to...

Currently parameters are listed like the following: ```` /** * Function description. * @param {Type} paramName Description */ ```` However, my company uses the following format: ```` /** * Function...

Addresses issue #40. The implementation is to my current understanding of the `angular-http-batcher` interactions with Angular's `$http` and `$httpBackend` services. The implementation may need to be updated based on the...

As far as I have been able to find, [batch-request](https://www.npmjs.com/package/batch-request) is one of the most full-featured batch request libraries available for Node.js. The format for the request looks like ```javascript...