David Herman

Results 169 issues of David Herman

`kobweb run --gradle "--stacktrace --debug"` maybe?

enhancement

enhancement

See also: https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia https://www.freecodecamp.org/news/how-to-detect-a-users-preferred-color-scheme-in-javascript-ec8ee514f1ef/ (css query: `prefers-color-scheme`)

enhancement

Short version: It's possible my Gradle fu is not good. I needed a way to run a task that starts a server but then doesn't run forever (so, e.g., I...

Currently, all the assertThat methods have assertWithMessage versions. assertThrows is kind of special and I don't think we can do quite the same thing, but there should be some way...

Starting in 1.6.20, the Kotlin/JS compiler defaults to creating one JS file per module, instead of one uber JS file for the whole program. See also: https://kotlinlang.org/docs/whatsnew1620.html#separate-js-files-for-project-modules-by-default-with-ir-compiler We might want...

enhancement

As I get closer to v1.0, I'm going to start deprecating APIs instead of outright changing them. This bug represents all the `@Deprecated` annotations that should get removed at that...

enhancement

Right now, you see something like this: ``` $ kobweb export --layout static Static site layout chosen. Some Kobweb features like server routes are unavailable in this configuration. To honour...

enhancement

Right now, you get something like: ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':kobwebExport'. at ... org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:147) Caused by: java.lang.RuntimeException: Could not find chrome binary! Try setting CHROME_PATH...

enhancement

Set to 1.0 milestone not because it's urgent but because it's probably trivial to fix

bug