spyro2000

Results 26 comments of spyro2000

Hello @bumbeishvili, thanks for your quick response. I found this library here: https://github.com/lukehorvat/computed-style-to-inline-style They even mention inline SVGs for this. So maybe I am able to solve this. If I...

Hi there, did some tests today. The library copied each css property over to the SVG in the DOM as it should: ![image](https://user-images.githubusercontent.com/8479925/165092735-ae459b11-be02-4bb7-be40-075dff8c2a0b.png) (Styles now inlined) But when calling 'exportImg()',...

Helllo @bumbeishvili, unfortunately that's not an option for me as there are quite complex (S)CSS selectors in place, regarding table structures in the nodes and so in. It seems like...

Hello @bumbeishvili, many thinks for your response. The strange thing is, even when I directly add styles by hand in the dom directly to an element via devtools, they get...

I also wasn't able to set this up for Angular 11. Get compiling errors and errors in chrome. Installed ts-nameof along with type definitions.

New Version (3.21) also broke dotzends of test cases for me (Spring Boot 2.6.7, Kotlin 1.6.20). Basically all asserts with more than one statement like ```kotlin assertThat(something) .describedAs("Some error message")...

See also https://youtrack.jetbrains.com/issue/KT-53113/Kotlin-AssertJ-tests-compile-in-1621-but-not-in-17 It's an disturbing blame game between AssertJ and Kotlin with fingerpointing on both sides but still no solution, even with Kotlin 1.7. Besides a manual downgrade to...

Still very complicated to just parse a value as a string. Instead of just using the provided constructor (Kotlin) you still have to - create a companion object - create...

Hi @dkapanidis, this sounds great. Looking forward to it.

So, any chance this can be fixed? :(