Christian Vilen

Results 2 issues of Christian Vilen

How can I style the *add to calendar* links, currently they just look like generic HTML links. Adding a class to tex. the `` component doesn't help. I have also...

Like used in this bit of code: val dotenv: Dotenv = dotenv{ filename = ".env" } dotenv.entries(Dotenv.Filter.DECLARED_IN_ENV_FILE).forEach { println(it) }