Mick Lawitzke

Results 142 comments of Mick Lawitzke

I cant use this module, too. I only have single numbers, not points.

I would like to use it without a `@Inject()` decorator: `constructor(private logger: WinstonLogger) { }` and especially have no uppercase. Both would be more like a code style preference and...

@ibrcko Could you please point out what you mean by unexpected effects?

What I dont understand is why Nest.JS logs have a context but we cant set the context? @ibrcko Could you please point out what exactly the problem is? > info...

Cant you leave it open? Maybe someone else picks it up.

I wanted to contribute. Btw you dont have to write by use of definition files.

There is definitely a rerender-function needed. A second bug is: When resizing the active signature-field the strokes are not drawn correctly anymore.

For me it is also resizing only ONE pad. i tried: ``` $('.websignature-field').each(function(index) { $(this).resize(); }); ``` But only one field is resized. If i repeat the each function, the...

I was just about to request the same feature. The following code is duplicate code in most of my components: ``` @Component() export class PaymentMethodsLogosComponent implements OnDestroy { destroy$ =...