Jonny Saunders

Results 341 comments of Jonny Saunders

Fabulous! > Creating good documentation is hard > > Again, this is in part a reflection of natural growth. Over the last few years we have added many tutorials and...

Hell ya. thanks for handling this. I can't push to your fork, so I made a few initial hopefully uncontroversial amendments in [`madlc`](https://github.com/DeepLabCut/DeepLabCut-live/tree/madlc) branch. We can either use that as...

I don't know the DLC internals well enough to answer this, but wonder if any of the other maintainers could comment on what this might take? we could give a...

+1 on this issue persisting and being a pain in the ass, if devs point me to the place where .bib files are detected i could attempt a PR edit:...

I think i've figured this out, you just have to use `subfix` from the `subfiles` package: In main .tex file: ```tex \documentclass{article} \usepackage[ backend=biber, style=alphabetic, citestyle=authoryear ]{biblatex} \usepackage{subfiles} % --------------------------------------------------------...

Awesome! yes i have been super sloppy with closing stuff, agree this is super annoying, will revisit after this current release

Figured out a reliable way to kill the IOLoop objects that keep the networking objects open. It's sort of a careful dance of trying to hold threads and processes open...

yes i just arrived at the same changes ;). working my way through some more of the eternal technical debt, thanks for the pointers as well, very helpful.

This is a recurring issue that has to do with the asymmetric connections between terminal and Pi: the terminal's router socket binds the port, and the pilot connects to it....

I am also unclear on why it works sometimes and not others. The ping button will send a message to the PI requesting it to send back its state, and...