David Herman
David Herman
See also: https://nextjs.org/docs/pages/api-reference/next-config-js/trailingSlash And see also: https://github.com/varabyte/kobweb/blob/f74a1b9b6302ddcce0477c126ed75096fb60fb18/frontend/kobweb-core/src/jsMain/kotlin/com/varabyte/kobweb/navigation/Router.kt#L376 Up until now, we've sidestepped this by being pretty loose with trailing slashes in Kobweb. In other words, if a user registers "/example-route",...
One dev using Truthish pointed out you can write a test like this: ```kotlin class Blah { override fun toString(): String = ".base-style" } @Test fun test() { val blah...
External comment from a dev: --- Assertion frameworks often provide a way to combine multiple assertions into a single one. For example, with Kotest: ```kotlin assertSoftly(Person("foo", 12)) { name shouldBe...
Something like "View this page in GitHub" For example, if you're on https://kobweb.varabyte.com/docs/concepts/foundation/markdown, the link should take you to https://github.com/varabyte/kobweb-site/blob/main/site/src/jsMain/resources/markdown/docs/concepts/foundation/Markdown.md Technically this should be a fairly easy feature. However, perhaps...
Note we already have this comment detailing how one might do it: https://github.com/varabyte/kobweb/blob/a694950e0301f6f42f130ac4ccef3acd3e9c7c0d/tools/gradle-plugins/application/src/main/kotlin/com/varabyte/kobweb/gradle/application/util/site/ProjectExtensions.kt#L17 What I don't know is if sitemaps are pretty standard or generally very custom per site. If...
One Kobweb user requested support for https://lucide.dev/icons/ Basically give it the ol' [font awesome](https://github.com/varabyte/kobweb/tree/main/frontend/silk-icons-fa) treatment.
See also: https://dequeuniversity.com/rules/axe/4.8/label and https://github.com/varabyte/kobweb/pull/538 > [!IMPORTANT] > Be sure to give user [carlosgub](https://github.com/carlosgub) credit for when this goes in.
This is a specific issue subordinated to #584 Started looking into container queries today. I can get *something* in but I'm not sure it's great. Container queries should support targetting...
(Apologies for lack of repro project, as I'm reporting this bug on behalf of one of my users. I'm the author of https://github.com/varabyte/kobweb, which recently updated to using Google KSP2.)...