David Herman
David Herman
See also: https://developers.google.com/fonts/docs/material_icons#using_the_icons_in_html Relevant code can be found in kobweb-silk-icons-mdi/build.gradle.kts
As those have moved to `.kobweb-template.yaml` and the old code is only around for legacy projects.
From the Discord server (identities anonymized to protect the innocent!): A: @BitSpittle I know that is not your "type" of personallity, but for me as a noob, it would be...
We currently create a fat jar for the server API routes, which runs about 4MB without dead code elimination. We should detect if we're in release mode and, if so,...
See also https://andrejgajdos.com/how-to-create-a-link-preview/ And look into open graph. It might be interesting allowing `@Page` annotations to support this as well, but after implementing for Markdown we can make that decision?
The relevant location: - [x] README - [ ] Code comments - [ ] Website docs (https://kobweb.varabyte.com)
This code in my blog side: https://github.com/bitspittle/bitspittle.dev/blob/813d119123719329094f530d8527885fcd770766/src/jsMain/kotlin/dev/bitspittle/site/components/widgets/code/CodeBlock.kt Combines with work to include highlight.js: https://github.com/bitspittle/bitspittle.dev/blob/813d119123719329094f530d8527885fcd770766/build.gradle.kts#L33 https://github.com/bitspittle/bitspittle.dev/blob/813d119123719329094f530d8527885fcd770766/build.gradle.kts#L45 https://github.com/bitspittle/bitspittle.dev/blob/813d119123719329094f530d8527885fcd770766/src/jsMain/kotlin/dev/bitspittle/site/components/layouts/BlogLayout.kt#L19 That said, I think there may be a different highlight library that lets you...
I'm using Compose HTML, and it seems like the most recent version of Compose added a *ton* of resource accessor tasks which I don't need. This seems to have been...
We should use responsive styles that feel good on a mobile device instead of it looking like a super tiny desktop mode See also this reddit comment: https://www.reddit.com/r/Kotlin/comments/r94xg3/comment/hnascvf/?utm_source=share&utm_medium=web2x&context=3
Button colors pop and don't transition smoothly on hover. This used to work but I broke it at some point when messing with styles.