Mick Lawitzke

Results 148 issues of Mick Lawitzke

The following files are scraped fine: - game (track 1).bin - game (track 2).bin - game.cue It will generate one entry for game.cue and skip the bin files. The exact...

Any chance of a TypeScript conversion? I would have made some pull requests then, adding a manual rerender functionality and showing a message when signing out of borders. But this...

On touch devices, when drawing with 2 or more fingers at the same time, the lines are connected. Instead, multi-touch-drawing should be prevented. ![img_0129](https://cloud.githubusercontent.com/assets/5103210/13746146/2ba10a10-e9f2-11e5-914d-019b204fd1fa.PNG)

Hey, im working on a PDF-Viewer and successfully integrated jSignature into it. Thanks for this plugin by the way, its awesome! I noticed that done signatures are rerendered when resizing...

Updated to 1.2.1. Having exactly same import as in readme: ``` import {RoundProgressConfig, RoundProgressModule} from 'angular-svg-round-progressbar'; ``` I get: ``` ERROR in Metadata version mismatch for module ./node_modules/angular-svg-round-progressbar/dist/index.d.ts, found version...

When `[current]` changes the animation starts again from the beginning(0%). Instead it should just move to new current (e.g. 10% to 12%). Version: 1.1.1 (since 1.2 is not working on...

> error listing buckets: Get "https://localhost:4572/": dial tcp 127.0.0.1:4572: connect: connection refused With: ``` s3-manager: image: mastertinner/s3manager ports: - 8002:8080 environment: - ACCESS_KEY_ID=abc - SECRET_ACCESS_KEY=def - REGION=eu-central-1 - ENDPOINT=localhost:4572 -...

Currently the whole grid system is made for text with left or right align but what about centered text? E.g. just an image with text centered below it. That is...

Using [RxJS](https://github.com/ReactiveX/rxjs) instead of writing: ``` socket.on('connection', () => { ... }) ``` it was possible to create an observable like so: ``` const connection$ = fromEvent(socket, 'connection'); ``` This...

bug

In Redis there is a numsub function that returns the number of subscribers. This is important if I want to wait for a response of each subscriber. But how to...