Joe Cross
Joe Cross
The basic sphinx styling needs to be overridden a bit here, since `margin-left: -100%` messes with a fixed position. I've been testing the following which breaks on mobile: ``` css...
I can take a stab at this. What do you consider sufficient testing? Are some screenshots at expected breakpoints in responsive design view sufficient? --- As far as the collapsed...
Looks like boto3's theme [`guzzle_sphinx_theme`](https://github.com/guzzle/guzzle_sphinx_theme) uses [jquery to handle the toggle](https://github.com/guzzle/guzzle_sphinx_theme/blob/932d5b152bf55d294e74abf6aa3da58d7b9e244f/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html#L148-L152). Additionally, this is only rendering the nav once, and the right panel wraps below the left when it's under...
Found another interesting choice in the [basic layout.html file](https://github.com/sphinx-doc/sphinx/blob/add4c2467d9f98cadadff51593ca1727b4a81ca1/sphinx/themes/basic/layout.html#L160-L181): only sidebar2 (rendered after doc in html) is rendered inside the document div, not sidebar1 (rendered before doc in html). To...
Ok, I've cleaned up the content block to render the sidebar before the document, but within the document div (see previous comment about the basic/layout.html sidebar difference) and moved the...
I'm going to attach a PR so that we can discuss specific changes. This doesn't include a button to collapse the nav, but I'd rather split it out so the...
ping - any chance to review the PR and screenshots above? Happy to tweak things on feedback.
There's also [bloop](http://bloop.readthedocs.io) which has a very simple [Stream API](http://bloop.readthedocs.io/en/latest/user/streams.html). I tried looking for stream support in pynamodb but didn't find much: https://pynamodb.readthedocs.io/en/latest/search.html?q=stream&check_keywords=yes&area=default
error message for anyone searching: `bloop.exceptions.InvalidModel: The model C subclasses one or more models that declare multiple columns as the hash key: ['id_a', 'id_b']`
Thanks for opening an issue, and the great repro steps! I think you've identified an opportunity to simplify error handling, although I'm not sold on an additional subclass. ### Existing...