Ray Foss

Results 168 comments of Ray Foss

Other situations I can think of where this is a problem: - Running two feathers instances in the same context and both of them have a User schema. - Running...

In the meantime, Rahul Kadyan made an extension called Vue that brings some sintax highliting to Vue SFC's. The extension ID is `znck.vue`, last update was April 9th, 2020... For...

for other's reference, this is how you would include the material icon font into webpack... assuming you don't want the benefits of sharing resources between other sites, or are working...

It looks like the wrangler cli is trying to send headers or cookies in the request, which can't work from a browser based client. This is my first experience with...

Update: I hear this is a non issue on the more granular Webpack 5... so I'll just focus on upgrading to that. Though if I need this now, I'll look...

Check serve for details on how to change binding... handler doesn't concern itself with bindings ``` For TCP ports on hostname "localhost": $ serve -l 1234 For TCP (traditional host/port)...

Perhaps it might be wise to modularize the controls like this https://youtu.be/7YZ5DwlLSt8?t=1971

Seems like pagespeed wants us to go down to 80, which with guetzli doesn't look half bad. Pagespeed is clearly using libjpeg or other. The minimum default for Google Guetzli...

I had an image compressed with guetzli q84 from 215.8kb to 98.6kb. The one pagespeed recommends is 86.7kb, 11.9kb smaller than the smallest guetzli will produce. Someone at google needs...

Did more research. The problem is squarely with pagespeed - pagespeed prefers a 106.1kb libjpeg -q88 image over the same MozJpeg 81.8kb image - The rule seems to be if...