David Herman

Results 169 issues of David Herman

``` center(WIDTH, string) ``` so center(10, "Hi") would generate (assume X's are spaces): ``` XXXXHiXXXX ``` and you could use it like `textLine(center(WIDTH, "message"))`

enhancement
maybe

Now that we have a consistent set of rules, namely Terminal depends on Runtime Foundation depends on Terminal + Runtime it would be best to break things up into three...

cleanup
maybe

For a CLI, these ideas may be overkill, but writing them down as food for thought. Bounce vs. loop (i.e. A, B, C, D, C, B, A, B, ...) Custom...

enhancement
maybe

Read class docs with fresh eyes, and make sure every public method is documented, except for the most obvious. Also, trim unused methods and audit internal vs public vs private

cleanup

Thanks a ton to a user on my discord: ``` Whenever you pass in a modifier directly to a composable, like ParentComposable(text: String) { ChildComposable( Modifier... ) } I've noticed...

bug

In order to avoid everyone creating one off bugs for the same package manager, this bug will act as a home to collect all such requests received so far. (Of...

enhancement
process

See also: https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/Arrangement#spacedBy(androidx.compose.ui.unit.Dp,androidx.compose.ui.Alignment.Horizontal) How would this get done in an html world?

enhancement

Like Font Awesome icons, we could publish a library with Material Design icons. See also: * https://fonts.google.com/icons?selected=Material+Icons+Round * https://materialdesignicons.com/ Marking this as good first issue since it's (hopefully) somewhat straightforward...

enhancement
good first issue

If you need more than four columns, please leave an emoji reaction on this bug. Also feel free to leave a comment saying how many columns you wish were supported...

enhancement
maybe

Right now, Kobweb is opinionated about paths -- it only lets you navigate to "clean URL" paths (which may or may not have anything to do with how html is...

enhancement