Brett Lamy
Brett Lamy
I hacked this into `node_modules/webpack-manifest-plugin/lib/plugin.js`  ```js if (compiler.hooks) { if (!compiler.hooks.webpackManifestPluginAfterEmit) { compiler.hooks.compilation.tap({ name: 'ManifestPlugin', stage: Infinity }, function (compilation) { compilation.applyPluginsAsync('webpack-manifest-plugin-after-emit', manifest, compileCallback); }); } else { compiler.hooks.webpackManifestPluginAfterEmit.call(manifest);...
Can [devcontainer.json](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#devcontainerjson) be used to launch all the examples in codespaces? https://github.blog/2022-04-20-codespaces-multi-repository-monorepo-scenarios/
I bought wallabyjs about 6-8 months ago because I loved it. Work on the other hand turned me down because of this exact issue. This issue would sell licenses. Is...
ARC....
Thanks for this. React 16 has completely removed React.PropTypes 
That's actually exactly what I was talking about, however, I was suggesting that the cross-browser code be abstracted behind this web component. ``` javascript fullScreen: function() { var requestFullScreen =...
Would this "Bring Your Own Vault" mean running my own dotenv-vault backend or would it just integrate with things like [hashicorp vault](https://www.vaultproject.io/)
@mkamalkayani In case you forgot you're still awesome.
@MeTaNoV I like the idea of linting but my next suggestion was going to be integrating iron-component-page directly into something like atom. (I know polymer has current issues atom's CSP)....
@blasten I think I went a little off topic in my OP in an attempt to provide a use case. I wasn't suggesting a tab for roadmaps & planning. I...