Gary Oberbrunner
Gary Oberbrunner
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I installed miniconda3 on a fresh Windows...
I got it working by adding a `.d.ts` containing just `declare module vue-shepherd` but it would be good to include a more complete type declaration for typescript users.
I'm running on a Macbook Pro, MacOS 10.13.4, Core i5, 8GB RAM, Intel Iris graphics. After installing deps with homebrew and building Baikal, the basic standalone viewer works fine with...
In a white-background terminal, it can be very hard to see some of the randomly-generated branch colors: It would be great if ogl could only pick "darkish" colors (luma <...
On a small terminal or when I have lots of branches I have to add `--no-align-messages`. Would be great to just be able to use `-n`.
Thanks for ogl, I'm using it all the time now and I love it! The only thing I'm missing is sometimes it truncates branch info that I need. I use...
Hi; in pymol2glmol.py (https://raw.githubusercontent.com/Pymol-Scripts/Pymol-script-repo/master/pymol2glmol.py), there is this code: ``` def parseObjMol(obj): name = obj[0] ids = [] sphere = [] trace = [] ribbon = [] stick = [] surface...
Moving a block with sub-blocks to a page doesn't seem to work for me. To repro, create this content in today's journal: ``` - Block - Sub-block - Sub-block 2...
Hi; I just tried this library for the first time. Hoping to render some high quality text into RGB/RGBA float32 numpy arrays. But I see in the code in `_get_mode`...