Max McDonnell
Max McDonnell
can confirm these issues don't happen with zsh
nice! i'll try it out again as well
@TylerSustare I'm fairly certain you need to be very careful with this setup to avoid database corruption. Would be sure that your deploy strategy is [`rolling`](https://fly.io/docs/reference/configuration/#picking-a-deployment-strategy) and `max-per-region` is set...
fwiw: we chased down our 502's internally and it ended up just being about shutdown timing during redeploys. This tweet is a tidy summary of our solution: https://twitter.com/ProgrammerDude/status/1660238268863066114
paused on this for a moment as I try and figure out why the shadow dom is leaking styles and the text is showing up v light: 
Thanks @bartlomieju, sounds good. Happy to work with whatever the successor is if `reqwest` is replaced. I've opened a PR here: https://github.com/denoland/deno/pull/23539
I ran into a similar issue where a val.town embed was returning a 401 because my jwt had expired and the error page was returning `x-frame-options:deny`. Visiting val.town and then...
Ah, the testing is tricky because I am using a global variable and the tokio tests are run async so the middleware is picked up by something else. Maybe there...
For anyone (like me) who hadn't considered [cerbero](https://github.com/GStreamer/cerbero). I found it considerably easier to build. Here's a working dockerfile: https://github.com/maxmcd/gstreamer-docker/blob/master/1.14/cerbero/Dockerfile On docker hub as: maxmcd/gstreamer:1.14-cerbero
@bartlomieju nice, yes it does seem like I could hook into that. We deprioritized this a bit for now since we're planning on getting module tracing by sticking metadata into...