David Hirtle
David Hirtle
Called drag_indicator in official material design: https://material.io/tools/icons/?icon=drag_indicator&style=baseline
With the default 1000px viewport, `window.matchMedia('(max-width: 511px)')` returns `matches: true`, which is clearly wrong. (You can put any width there - it will always match.) In the console after the...
This threw me off too.
Sounds like a great approach.
This lack of docs tripped me up as well.
I was wondering the same.
@etajima it appears to be unsupported. The usage 'S' is unique and not included in the supported attributes as far as I can see: ``` rank: { usage: 'S', type:...
I also encountered this bug.
Here's a concrete example. Current behaviour: ``` curl https://api.github.com/search/issues?q=author:wachunga+type:pr+created:2015-10-01..2015-10-31 ``` vs Pacific time (-07:00): ``` curl https://api.github.com/search/issues?q=author:wachunga+type:pr+created:2015-10-01T00:00:00-07:00..2015-10-31T23:59:59-07:00 ```
I think the keys become too small on older phones: Perhaps the best approach would be another ResizeObserver for the keyboard container?