Dmitry Zakharov
Dmitry Zakharov
@snjeza yes, I prepare repo for it: https://github.com/pumano/vscode-mapstruct-tests just check via `gradle clean test` and then try to run via vscode. You got `java.lang.ExceptionInInitializerError` which Caused by: `java.lang.ClassNotFoundException: Cannot find...
@snjeza wow! Works like a charm! Would be good to have it out of the box if possible. Ok for this simple project problem solved, but for multimodule gradle project...
> > Ok for this simple project problem solved, but for multimodule gradle project - same problem. > > @pumano could you attach a multimodule project? Ok I will prepare...
@ad798 It's good, but how to solve this via gradle...
@msafi could you help with @Splaktar suggestion? or maybe other maintainers can help?
@uNmAnNeR have you plans to fix that error in unit testing or provide possibility to import default imask factory for example from "angular-imask/testing" entry point?
I just drop my 5 cents to it. Why important to have vendor chunk? It's about how browser consume chunks. When I use vendor chunk (webpack) I have ~ 7...
@evanw any news about this feature? Do you have plans to implement it? 57 likes (votes) here. Also it's very important to have vendor chunk when using http/1.1. due to...
Amazing feature not going to production just by personal opinions on how to name it brotli or general word "compression".
Looks like I can mock imask using angular way: Mocked service: ``` @Injectable() export class MockIMaskFactory implements IMaskFactory { create(el: any, opts: any): any { return new MockedInputMask(); } }...