John Dunning
John Dunning
I haven't tried it, but the `chrome-extension-deploy` repo recommends using this library instead: https://github.com/DrewML/chrome-webstore-upload-cli Looks like a bunch of extensions are using it for deployment, so it'd be worth including...
This [Code Sandbox project](https://codesandbox.io/s/2wlnn21ypp?expanddevtools=1&module=%2FExample.js) demonstrates the issue. I've been working on a Chrome extension that uses a `` component to render a few hundred items. The user can press Pg...
Also would be great to have the ability to jump to the corresponding bookmark editor (button next to each entry) so we can edit the bookmark. This is because I...
**Describe the bug** When using `source-map-loader` in webpack 5 to include source maps from node modules, I'm getting this warning when building my code: ``` WARNING in ./node_modules/@watergis/mapbox-gl-legend/dist/index.js Module Warning...
I think this is #77 all over again. The `build-figma-plugin.ui.cjs` file is just this: ```js module.exports = (buildOptions) => ({ ...buildOptions, keepNames: true, }); ``` When it's in the main...
Adding `!important` to an inline style seems to cause it to be stripped from the style object and not applied to the component. For example: ```jsx this is not red...
I'm trying to create a package of UI components that are built from components in `@create-figma-plugin/ui`. In another project, I'm importing that package and trying to use it. If I...
I'm using linvodb3 with medea. If I run this script: ``` MyModel.insert({ _id: "foo" }, function(err, doc) { console.log(err, doc); }); MyModel.insert({ _id: "foo" }, function(err, doc) { console.log(err, doc);...
This is a really handy way of getting started with Payload and Astro, which otherwise requires a bunch of moving parts. But both times I've first run `yarn dev` after...
I have a simple Gatsby site that uses styled components and MDX: https://github.com/fwextensions/gatsby-test I noticed that a React component that used SC to style some elements would flash with the...