Rob Thorne

Results 41 comments of Rob Thorne

> I have been running vite dev server behind nginx proxy on docker and kubernetes for a long time without facing any of the issues which have been described in...

> Checkout the examples at https://github.com/sapphi-red/vite-setup-catalogue These diagrams are very useful, thank you. I just got the reverse proxy working with websockets and SSL, and will write it up soon....

I've spent the last week working on this issue, and have [a demo repo up](https://github.com/torenware/go-vite-docker). I've also written this up in [a series of Medium articles](https://robthorne-26852.medium.com/doing-frontend-development-with-golang-javascript-and-docker-part-the-first-e801ab6df940). In general, people who...

There appears to be two pieces of this problem: 1. The docs on server.hmr are not helpful. Not sure how to figure out what the correct settings are for a...

Repo has been up since 8 July 2022, although the project has been under development a bit longer.

Don't see the questionnaire I saw last time, but the project started in early July; first commit on 8 July 2022. Under active development, but stable, and just updated for...

> I'm going to have to think about this. @torenware please think about it as well. It turns out that a boolean `false` is the same as "not set" and...

The issue here is only "turning off" a boolean feature, yes. Turning on should still work fine.

One feature of Mergo that may come in handy for this: it turns out to be extremely simple to convert a struct into a map[string]any. Run this by a type...

> A proposal for a technique: > > * [Provide feature flag for overriding config.*.yaml instead of merging #4100](https://github.com/drud/ddev/issues/4100) He mentions yq, which is a great idea, since yq is...