Drew Powers
Drew Powers
Hello, Thanks for making such a great library! With the Node team converting more and more to ESM, and [other maintainters doing the same](https://blog.sindresorhus.com/hello-modules-d1010b4e777b), I’d love to see this library...
Minor thing, but the READMEs for our components contain frontmatter. Things like: ```md --- title: Button --- ``` That’s easily-parseable before we pass to storybook-readme, but as a nice-to-have it’d...
Using the functions from the [theming](https://github.com/styled-components/jest-styled-components#theming) section of the README in TypeScript, and getting the following error: ```js export const shallowWithTheme = (tree: React.ReactElement) => { const context = shallow()...
This plugin still depends on babel-core 6.23. Any possibility of updating to `@babel/core` instead?
Trying to use `preact-head-tag` in an ESM project using `@pika/web` (no webpack). `preact-head-tag` depends on `preact-portal`, and it’s not possible to use because there’s no [ES Module export](https://github.com/rollup/rollup/wiki/pkg.module). This PR...
Yesterday, building for www took ~30min after Travis finished, and there was just a generic “could not connect” screen looking at the page. It’d be nice to have a sense...
👋 Hello! I’m a huge fan of this project and I’m excited for the direction this is taking. I’ve implemented Shiki in a number of different setups and wanted to...
Used the out-of-the-box config, but it doesn’t seem to add the file to webpack’s `manifest.json` in conjunction with [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin). Any pointers on how to alert the compiler manifest to the...
Ex: ``` color: '{color.blue.500.$extensions.rgb}' ```
👋 After a couple years of working on this library in the background (late 2021), several notable events have happened that don’t make this worth maintaining for me: ### oklab()...