Results 371 comments of Rob Brackett

Followup note: you also definitely want to make sure to set the `server.origin` option in Vite’s config: ```js // File: vite.config.js export default defineConfig({ // ...same as described earlier... build:...

Having thought about this more, I’m thinking maybe deprecating `{% vite_asset %}` in favor of separate `{% vite_script %}` and `{% vite_stylesheet %}` (or maybe `{% vite_css %}` if you...

> Recently, I've been trying to quantify "bot defenses" being used to stop our crawler. There are many patterns used by bot defenses. Off topic for this issue, but I...

Added Bun support information here, too.

@antonpetrov145 you’ve probably moved on from this problem by now, but did you only have issues with the Vite dev server, or also with production builds? If only the dev...

I was excited to make use of this on snippets recently when upgrading to Wagtail 7.2, but in practice felt like the issues being raised here are a bit of...

Going with the blocking issue above (crbug.com/764946) I was looking at working around this by checking the length of `Response.headersText`: ```js const devToolsResponses = new Map(); const devTools = await...

Ha, sounds like I may be an outlier — I think this would be a useful improvement for me, although a small one. Our crawls at EDGI already wrap Browsertrix...

> Looks like something else in this PR is breaking the other jobs though, so that will need investigation. Ahhh, yeah, back in #190, #191, and #195, there were some...

Sure! No argument from me. Lots of ways you could solve these issues. *I’m not a maintainer here* (just a past contributor in this area), so I can’t tell you...