substanced
substanced copied to clipboard
An application server based on the Pyramid web framework (http://substanced.net)
Modern web applications often require json representation of content (REST), it would have been nice with some default builtin support for this. I've got time but lack to much knowledge...
The paging depends on a mouseclick, either on the scrollbar (not visible by default in a tablet / phone). Swiping up / down is the natural pattern for a touch...
Found this while adding GHA actions to PR #307. ```bash $ tox - pypy39 ... =================================== FAILURES =================================== ____________ TestEvolutionManager.test_get_finished_steps_by_value _____________ self = def test_get_finished_steps_by_value(self): root = DummyRoot() inst =...