Nick Stakenburg

Results 7 issues of Nick Stakenburg

Datepicker offsets are not calculated the same across methods. This causes incorrect positioning when a datepicker is attached to a bordered element within a position:fixed container after the page is...

Bug
Comp: Datepicker

### Bug description Using `min` breaks keyboard selection after selecting the first date of a range. This seems to be caused by the initial date of the range ending up...

Bug
To Investigate

I think the readability of item combinations can be improved. You can't read combinations quickly right now since you have to look back up to the item you are hovering...

Thanks for making this! Here's a couple suggestions to make things play nicer with Sass. I ended up switching the `.icon-` prefix to `.entypo-` so the libary can be used...

### Description Docker Desktop 4.32.0 is stuck on `Starting the Docker Engine...`. Manual restart shows `Docker Engine stopped` with an error message: ``` Unable to calculate image disk size ```...

status/triage
area/WSL2
version/4.32.0

In v8, `useDayPicker` returned `classNames`, `styles` and `components` among other things. This allowed for easy recomposition for more complex layouts in custom components. This no longer works in v9. ##...

## Code This worked in v8: ```tsx import { DateRange, isMatch } from 'react-day-picker'; const day = new Date(2022, 5, 19); const matcher: DateRange = { from: new Date(2022, 5,...