David Herman
David Herman
Right now, we hope that users will have their console tab open when something goes wrong, but if they don't check it, it can just look like their page doesn't...
If you use `ComponentStyle` + breakpoints in your Kobweb project, you should get a clean responsive design when you open your page either using mobile or desktop. Instead, if you...
* Libraries should include a "kobweb.json" in their metadata * Libraries should be able to configure their "public" resource folder (like apps) * Libraries should be able to declare a...
We expose this feature, but we rarely test it. We should make sure you can actually... 1. set the value to something (e.g. `jsTargetName="asdf"`) 2. update the .kobweb/conf.yaml file 3....
After Compose 1.4.1, JB changed where the development executable ended up, from "build/developmentExecutable" to "build/js/developmentExecutable". In order not to totally screw our users over who migrate up, we have some...
We don't need parity, but we should reference https://chakra-ui.com/docs/components/icon for inspiration
Right now you can only use markdown to create pages, but I found a few places where I would have liked to use them for sections in a page (for...
"There are some scripts, such as bootstrap popper, that need to be added to the body, not the head. Where would this be added?" Right now, in your project's build...
See also: https://piccalil.li/quick-tip/use-transparent-borders-and-outlines-to-assist-with-high-contrast-mode/
Compose HTML has a bunch of stylepropertyenum implementations that are missing global values, so I guess we have to port them over into `compose-html-ext`... Also, we should change `FlexWrap.Nowrap` to...