Tadeas Kriz

Results 40 issues of Tadeas Kriz

We should add a support for configuring Cuckoo generator with YAML file (using [Yams](https://github.com/jpsim/Yams)). This will make it easier to configure and run the generator as well as adding new...

And update other dependencies in line

- [ ] Bump Gradle version - [ ] Replace old `buildscript` plugin configuration with `plugin { }` block using the `libs.plugins` from version catalog.

Styles either shouldn't be static, or they should receive `Configuration` as input to allow easy styling. We should also look at https://github.com/inloop/Styles to see if it might be integrated.

I have quite a large stylesheet file (2048 lines) and I found out that InterfaCSS takes awful lot of RAM. I run profiling and found out that InterfaCSS keeps allocated...

It would be great if there was a way to style an NSAttributedString somehow. I know this might be a bit out of scope of this project, but I would...

It would be nice if there was a support for a shorthand versions of these files like there is in CSS. For example: `point(10, 10)` => `point(10)` `insets(10, 10, 10,...

`redacted-compiler-plugin-gradle` and `redacted-compiler-plugin` currently bring in `kotlin-stdlib` dependency, because it's added by default by the Kotlin Gradle Plugin. Instead, those modules should have `kotlin.stdlib.default.dependency=false` in their `gradle.properties` along with `compileOnly(kotlin("stdlib"))`...