Tine Kondo

Results 100 comments of Tine Kondo

For anyone else having the problem on Angular Material 17+, I managed to solve it by adding this line in my custom theme.scss file: ```diff // custom theme here.... //...

Hi. Any update on this @shilman ? It would be very valuable indeed

Hi @warerebel , You mean in NodeJS? Because when I unzip the archive on MacOs, or Windows, the `execute` permission is preserved just fine on the file that has it......

Any update on that issue? It would be a huge improvement of that already-great library

Hi @AndreasTu , Thanks for the workaround :+1: (using custom `MyJUnitParamsRunner` + adding `@TestCaseName`on method). I don't get the _initialization error_ anymore, only the single method is run, but yet,...

Hi all, I was having the similar issue, I managed to workaround by using a **relative path**(`libs/path/to/lib`) and not the **import path** (`@myorg/lib`) ## Setup: My setup: two Angular libraries...

Hi @datenciadedalus Thanks for using the plugin and for your kudos! Don't hesitate to star ⭐ the project on GitHub ;-) Regarding the issue, it looks indeed like a bug,...

Hi @datencia, thanks for trying out the multi-module feature and for your PR But unfortunately, I think your proposed implementation is not correct either... There is a misconception on how...

Hi @datencia > This organization may make sense within the scope of a project that requires it, but other projects do not need to create an intermediate pom.xml. OK, granted...

Thanks for your Input @datencia I like the idea of using the `:artifactId` :-) I thought about it at the beginning, don't remember why I discarded the idea at the...