Matt Bower
Matt Bower
https://github.com/MattWilcox/Adaptive-Images/blob/master/adaptive-images.php#L37 Mozilla Hacks recommends the following (from https://hacks.mozilla.org/2013/09/user-agent-detection-history-and-checklist/): > The most current case of user agent detection is to know if the device is a mobile to redirect the browser...
In my JS files that are under heavy development, I get a lot of alerts for "Mixed Spaces and Tabs" because I have a lot of code commented out but...
Because `List` and `ListItem` are text-centric components (even though `ul`/`ol`/`li` can be used for other things), they should probably support type-related props used on the `Text` and `Title` components. Add...
I'm using the `ImageServicePicture` component (integrating it into the `SwiperGallery`) and I'm discovering that due to the new crop URLs, the cache is very cold for the crops which is...
The custom prop type warning here https://github.com/thumbtack/thumbprint/blob/master/packages/thumbprint-react/components/UIAction/plain.jsx#L12 is failing to trigger the Jenkins build failure for unit tests (configured here `thumbprint/_build/mocha-setup.js` L181-L186) due to the wording of the message. To...
Currently, to create a purely graphical (icon or image) `Button` or `Link`, you must use the text-style component variant (`TextButton` or `Link`) with `theme="inherit"` and use the `iconLeft` prop to...
On 4.7" and bigger iPhones in landscape view (or any smartphone with a >700px height), the modal will switch to framed layout when rotated to landscape (medium width breakpoint is...
The `no-scroll` package it uses is causing anything on page with `position: sticky;` to seemingly disappear. You can see this on an SP when you open one of the Past...
Currently, in order to make the text-only clickable components `TextButton` or `Link` bold (or any other allowable basic font styling) you have to add an extra nested `span` inside the...
The current HTML attribute whitelist on TUI components prevents setting accessibility attributes on them. `role` and `aria-*` attributes should be added to the whitelist. The Link and Button components are...