Andy Jackson
Andy Jackson
It's under "Java Runtime Environment Settings", as noted here https://java.com/en/download/help/mac_controlpanel.xml - see second image on this page for what it should look like: http://stackoverflow.com/questions/14304996/java-7-jre-installed-but-not-enabled-on-osx-mountain-lion
As a hacky workaround, if you name the internal protocol `PLAINTEXT` instead of `INTERNAL_PLAINTEXT` or `INSIDE` or whatever, then it works okay AFAICT.
I think we know some of this, but I'm after a clarification. For example (this is based on some comments from @ato, thanks!): For OutbackCDX, we can populate it with...
Thanks for clarifying @ikreymer - so, the [pywb rules](https://github.com/webrecorder/pywb/blob/a0faf904efd6a728a59ddeed825d8e60d4c28aa5/pywb/rules.yaml) are now [supported by OutbackCDX](https://github.com/nla/outbackcdx/pull/75) but it not strictly necessary to deploy them there, right? i.e. you can do it if...
I've just been experimenting with, so I'm going to drop some notes here (I guess I'll want to review and add on top of https://github.com/webrecorder/pywb/pull/588 ?). Firstly, support for POST...
Is that just `&` or `&requestBody=`?
I thinking there are two separate(iish) problems: One is making sure OutbackCDX+`pywb`/`cdxj-indexer` is as good at playback as `pywb` alone. The second is that there are unresolved issues about how...
I'm working on our indexer and re-reading this thread, and still struggling to know what to do. I'm using `cdxj-indexer` (specifically the `CDX11Indexer` class) and POSTing the resulting records to...
It looks like the changes in [Sphinx 4 upgrade](https://github.com/executablebooks/sphinx-book-theme/pull/364#issuecomment-912126204) moved from using `div.section` to `section` elements, and not everything got updated. Searching across the _executablebooks_ repositories shows a few places...
Hey @ikreymer I don't suppose you've any idea how to fix this? ~~It's now causing us major problems.~~ Okay, we have a workaround, but this is a bit of a...