Brett Lamy

Results 23 comments of Brett Lamy

I hacked this into `node_modules/webpack-manifest-plugin/lib/plugin.js` ![image](https://user-images.githubusercontent.com/324928/122892562-58e52000-d2fa-11eb-86e3-169f6c15f993.png) ```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...

Thanks for this. React 16 has completely removed React.PropTypes ![image](https://user-images.githubusercontent.com/324928/31567940-de34f082-b03f-11e7-80cf-0eb07b3fce19.png)

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...