Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

In general within my styleguide, I'd like to make links to external sites automatically open in new tabs. If `target=_blank` were automatically added to any markdown links with an absolute...

enhancement

I have a chapter in my styleguide that's a large markdown document, and I'd like to be able to make links within the document that link to other headings within...

enhancement
good first issue

Happens in: - MacOS, Firefox 95.0.2 - Linux, Firefox 96.0 Steps to reproduce: - In the docs/demo https://elm-book-in-elm-book.netlify.app : - Click in the search field - Type "Mark" - Click...

bug

PR for https://github.com/abadi199/datetimepicker/issues/26 API: - This adds an `earliestDate` option UI: - Dates outside of the range are greyed out, have no hover state, and cannot be clicked on Future...

API addition

(Split from #25) This is mainly a problem because Elm core does not properly support timezones or even give a way to determine the timezone of a Date value. Specifically,...

API change

(Split off from #25) We need to disable selection of dates in the past. - Style disabled dates differently, and remove the hover highlight and cursor: pointer - Prevent clicking...

If no time is set, hovering over the analog time panel is active, letting you click to the select the hour, then minute, then AM/PM. But after a time is...

People don't understand what the `Int` parameter means. My explanation answering a slack thread: > it’s the index of which request in the queue for that method/URL to handle, so...

good first issue
documentation
patch

Bug introduced in 3.6.2. ```html A A ``` ```elm ProgramTest.clickButton "A" ``` TODO: - [ ] Add a failing test in `tests/ProgramTestTests/UserInput/ClickButtonTest.elm` - [ ] grab the current error message...

bug
patch

The current name "SimulatedEffect" have been confusing to some users because the `simulateEffects` function you provide when creating a ProgramTest doesn't actually simulate the effects at the moment that it's...

discussion
major