Miles Rausch

Results 10 comments of Miles Rausch

@Bilal-S I was looking at the code, and I see lines related to POST and PUT and GET and others, but I don't see anything for PATCH. I see PROPPATCH,...

@danielcompton Submitted to Safari. We'll see if they kick it back as a WebKit problem or not.

@philipwalton This is my first submission to the Safari bug tracker, but as far as I can see, they don't offer public links to the bugs. When I log in,...

@philipwalton It looks like the Safari bug links are actually WebKit bug links. I submitted mine straight to Safari because I wasn't sure if it was truly WebKit or Safari...

It looks like this has been addressed. > Safari, Chrome, and Firefox all agree on rendering for both test cases. I don't believe there is any remaining compatibility issue. >...

@koebeen I've been running into this, too. I had to ensure that I was running on Node 8 (which is the LTS right now). I hope this helps!

I'm using it the add the [Workbox](https://developers.google.com/web/tools/workbox) plugin. ```js const WorkboxPlugin = require('workbox-webpack-plugin') module.exports = { debug: false, modifyWebpackConfig: baseConfig => { baseConfig.plugins.push( new WorkboxPlugin.InjectManifest({ swSrc: './src/public/sw.js', }) ) return...

I noticed that this roadmap hasn't changed very much recently. What is the future of Yeoman as far as the Yeoman community is concerned?

@mischah I built some generators at work a couple years ago (wow, has it been that long?) and am now coming back to the project that uses them. I've decided...