Michael Bylstra
Michael Bylstra
Hi, I've implemented the Dock in elm-navigator, so I thought I'd have a go at putting the Sidekick in a dock. I noticed you'd already made a branch for this...
I love it how a clickable link shows up in the SideKick to open the documentation from the Elm Package website. It'd be great if there was a keybinding to...
As far as I can tell there is no longer a function named `tween`, as is reported by my typescript compiler, and from looking at the source code. I am...
Due to elm-lang/virtual-dom#107, the date text element will drop characters if you type really fast. This is particularly problematic in automated tests (where text is entered extremely quickly).
This is an example of running `examples/simple` in elm-datepicker 7.2.2:  Version: `Safari Version 10.1.1 (12603.2.4), OSX 10.12.5` It appears to be a Safari bug, not a elm-datepicker bug, and...
I got this error: ``` schema docs/endpoints/schemas/get-employee.json is invalid error: nullable value must be ["boolean"] ``` but unlike the other schema validation error messages, there is no hint as to...
Currently for any html attributes that take bools or ints, such as `` or ``, the generic `Html.Attribute.attribute` function is used for the conversion. For example, `tabindex=2` will be converted...
Currently, rather than using the `style` function, the `attribute` function is being used for style attributes. currently ``` html ``` outputs as ``` div [ attribute "style" "background-color: red;" ]...
### If it's a discussion, please start one [here](https://github.com/cultureamp/kaizen-design-system/discussions). - [ ] Before opening this issue, I've searched open and closed issues for a fix. ## Expected Behavior header and...
I've tested this against pyrax==1.9.5, and it seems to only allow FQDNs, not URLs.