Brad Adams
Brad Adams
Hey! This is an amazing idea, love it ❤️ I shared it with a friend studying medicine as I knew it'd interest him yet he can't run it on his...
Hey, nice library! Whilst using it I first tried only supplying a feature (`actual('height')`), but this always seems to return `0`. Changing to `actual('height', 'px')` gives me what I want,...
It seems that with an extended component, the component being extended's name/filename (I've tried with both config options) are used for the classname applied to the DOM element. Ie: ```jsx...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.6.5 **What browser are you using?** Chrome w/ macOS Voice Over, and [Chrome...
Using a single file component, with `src` attributes on `` & `` eg. **SomeComponent.vue**: ```jsx ``` Changes made to either of those files respectivly, doesn't cause any recompiling of Parcel....
I can't get Autoprefixer to run on the scss in a project using this Parcel plugin. It doesn't seem to be working doing a _regular_ `@import 'path/to/style.scss'` nor in single...
As discussed here https://github.com/microlinkhq/microlinkjs/pull/80#pullrequestreview-99152640 https://www.styled-components.com/docs/advanced#theming
Add a custom 404 page, with: * Microlink branding * Homepage link * Docs link
Recently switched over from `freegeoip.net/xml/`, appending the `&legacy=1` param to the request. However the shape of the data returned isn't _identical_ to the old data. For example, `countryCode` is now...
Update README instructions to comply with RN 0.26.0+