Florian Haas

Results 12 comments of Florian Haas

@timmc-edx: > Oof, right. We actually got bit by this on edx.org, and what we ended up doing was moving the preview site (preview.edx.org) to be under the LMS (preview.courses.edx.org)....

Another option would be for Tutor to allow overriding `SESSION_COOKIE_DOMAIN` specifically, so that users who (a) absolutely don't want `PREVIEW_LMS_HOST` to be a subdomain of `LMS_HOST`, *and* (b) understand the...

Thank you for the patch. Detailed comments in line notes.

@jamjolu This is really cool, and it works fine for me on Firefox (on Linux) and Chrome (Linux and Android). It just stays silent in Chromium (on Linux) though; have...

I believe (though I may be wrong) that all you need for Firefox to do speech synthesis on Debian-based distros is have `media.webspeech.synth.enabled` set to `true` (the default), and have...

Yes, we do use a YAML plugin with a `k8s-override` patch for this purpose now. Side note: please see https://github.com/kubernetes-sigs/kustomize/issues/5052 for an issue related to `patchesStrategicMerge` deprecation/removal.

You're evidently attempting to use external markdown; your content would be parsed from a file name`example.md`. So, to clarify: In `index.html`, put: ```html ``` In a file named `example.md`, put:...

> AFAIK, Caddy uses this volume to store only the SSL certificates, which are generated dynamically and can be recreated if lost. That recreation can take up to 15 minutes...

@emmercm Did you ever get to the bottom of this issue? I ask because we are running into the exact same thing, with the exact same circumstances: 1. `www.logiqx.com` is...

For the stab I took at this that GitHub has duly cross-referenced, I of course forgot about Puppet's oh-so-smart single-element array munging as outlined in https://tickets.puppetlabs.com/browse/PUP-1299.