Andy Stewart

Results 145 comments of Andy Stewart

Reasons against: [Passkeys: a shattered dream](https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/) [Passkey implementation: pitfalls, misconceptions, unknowns](https://www.corbado.com/blog/passkey-implementation-pitfalls-misconceptions-unknowns)

The `` element doesn't have any hard-coded width initially: https://github.com/airblade/stimulus-datepicker/blob/b672a0da67f28520cd1fc7a3375f44632122a595/src/datepicker.js#L216 It's being set by the auto-resizing function: https://github.com/airblade/stimulus-datepicker/blob/b672a0da67f28520cd1fc7a3375f44632122a595/src/datepicker.js#L263-L274 By the way, which is the class that is not in the...

Thanks for the clarification. So `max-width: 100%` fixes the calendar width for you but doesn't help with the dropdowns' widths? In order to fix this I'll have to try to...

> Up to here everything is flex, so should this, yes? Yes, that's what I'm aiming for. > Will write-up a jsfdille later, as lucidity is required with all the...

Thanks for the JS fiddle. I'll be able to take a proper look tomorrow. You're right about the years: they range from 10 before the selected date to 10 after:...

Re the JS fiddle: I'm really after the starting HTML for your date input and a link to the Zurb CSS you're using.

I know this is 4 years old but I would love to see this (or similar) merged.

@justinmk Thanks for the info – yes, I know about `'[` and `']` but I feel `gcd{motion}` et al is neater than yanking, pasting, and commenting as three separate activities....

Works for me (vim-gitgutter author)!