Nick Grealy ⚡️
Nick Grealy ⚡️
**Actual behaviour:** If I run the following code... ```js this._toast.show('Message One', 1000) // wait 500ms this._toast.show('Message Two', 5000) ``` The second message text will replace the first, however the toaster...
Created a docker container, so that fasthttploader can be run from any environment supporting docker.
I have an almost identical test case to https://github.com/visionmedia/supertest/issues/566 , except in my test I'm iterating over the `await request().get().expect()` 1000 times, to test the performance of the endpoint. 80%...
**Is your feature request related to a problem? Please describe.** I'm trying to pixelate an image with a transparency. Instead of blending the transparency with the edges, the edges become...
Tested and confirmed working: ``` bower install ionic-nifty-modal --save ``` I imagine it wouldn't be a stretch to just replace `moment` with `ionic-nifty-modal` e.g. [from here](http://momentjs.com/)... but I don't have...
## Current Behavior Locally, when I run `lerna version patch`, everything works as expected. When run on a build server, it fails with the following error: ``` lerna verb version...
Allow setting the `ssl.strict` flag on the underlying [`npm-registry-client`](https://github.com/npm/npm-registry-client#configuration), to allow publishing to repositories with self-signed certificates. This is facilitated, by setting the environment variable `NCL_SSL_STRICT` to `false`. **e.g.** ```shell...
Hi, great plugin, thanks for creating it! I wanted to use it on a Jenkins plugin I've been working on, which requires **JDK6** support. Unfortunately I get the following error:...