Daniel Lewis BSc (Hons)

Results 8 issues of Daniel Lewis BSc (Hons)

I am using 2.11.16 for 2 reasons: (1) Upgrading coveralls from 2.11.16 to 3.0.0 breaks build on node 4.0.0 (2) See https://github.com/nickmerwin/node-coveralls/issues/158 and https://github.com/lemurheavy/coveralls-public/issues/939 (will not address this issue here)...

pinch-zoom is intelligent in that it restricts zoom according to the size of the image being wrapper. A larger image will allow more zooming. I am using pinch-zoom to wrap...

Setting [limitZoom]="number" does not work on ivy-pinch-pro-1.4.0 My code by necessity is complex. Here's the key parts: ` ` I want to use [limitZoom]="number" but it does nothing. As a...

Say I have two resources: /a AND /b I want to use osprey-mock-service as a validation proxy that can: * mock requests to /a * reverse proxy requests to /b...

Hi there. I am trying to dynamically set responsiveOptions as follows: ``` this.gridster .setOption('responsiveOptions', this.responsiveOptions) .reload() ``` but it does not work. It continues to use the initial responsive options....

question

**What version of async are you using?** 3.2.4 **Which environment did the issue occur in (Node/browser/Babel/Typescript version)** Node **What did you do? Please include a minimal reproducible case illustrating issue.**...

queue

getCurrentQuality() allows us to get the current quality. It would be good if we had a setCurrentQuality() method too. This would allow us to programatically change the quality. Many thanks...

I understand most libraries use: /users/:id but Swagger, the no1 lib for defining API contracts and mocking, uses: /users/{id} I need to parse the Swagger-style syntax. This is a request...

help wanted