Michael Thompson

Results 11 comments of Michael Thompson

For jupyterlab you can install the [celltags](https://github.com/jupyterlab/jupyterlab-celltags) extension or edit the cell metadata `{ "tags": [ "parameters" ] }`

I get this error with the latest version of pytest-bdd (3.0.1) and pytest (4.1.0) > lib/python3.7/site-packages/pluggy/manager.py", line 80, in register % (plugin_name, plugin, self._name2plugin) ValueError: Plugin already registered: session=

I think that is happening in some places, so perhaps this is just a bug in the server. I'll look at it some more On Tue, 16 May 2017, 5:20...

This is a limitation that has always existed in the reorder command, I recreated this in doorstop 1.2.1 at least. I get a slightly different index.yml to yours. ``` initial:...

I have a branch with edit functionality added to the web pages. It works reasonably well however there were a few problems almost entirely caused by us allowing multiple people...

I've also added some features in the branch [feature/serverjs](https://github.com/jacebrowning/doorstop/tree/feature/serverjs) . If you start a server and navigate to a document it will be displayed with edit buttons that let you...

I'm not planning to make massive changes and I'm not in a rush to bundle this into a release yet. I'm happy enough to keep plugging away at this branch....

The Twisted team are happy to include the code but they first need a way to test it. In my last job I set up a buildslave with python, pyside...

Thanks, i'll tale a look at that when I get back from my holiday. Do you think its better to focus on libpsf rather than the pure python implementation? On...

psfasc from pycircuit can be used, not sure if the intention is that libpsf is used via pycircuit or directly. ``` from pycircuit.post.cds import psfasc ascfile = psfasc.parse("psfasc", open(self.result_dir +...