Timothy Slade

Results 9 issues of Timothy Slade

``` Uncaught Exception: Error: Unsupported macOS version: 21.2.0 at /Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:1711443 at Object.t.getOperatingSystemVersion (/Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:1711489) at Object.49989 (/Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:1942270) at r (/Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:2245316) at /Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:2245826 at Object. (/Applications/ueli.app/Contents/Resources/app.asar/bundle/main.js:2:2245836) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)...

Will continue to hunt for some others. Generally fixed with absolute links, rather than relative.

I'm trying to use Hermes within ST3 build 3156 on Windows 10, with my Jupyter Notebook setup being 4.4.0 installed via Anaconda. I've followed the instructions [here](http://jupyter-notebook.readthedocs.io/en/latest/public_server.html#running-a-public-notebook-server) to generate a...

bug

When trying to compile to PDF from RST using pandoc, I've been encountering several error messages of this type: `[WARNING] Missing character: There is no ΓÇà in font [lmroman10-mono]` Other...

As per below, I have cases where I annotated a highlight with additional commentary. In `Editor mode` I can see that the comments made the trip from the pdfjs interface...

The following declaration will fail with the specified errors: ``` {"url": "/assets/pdfs/dek-neo4j-graph-data-modeling.pdf", "page": [[7, 8], 13]} # PDF Parameters invalid: Unterminated string in JSON at position 80 {"url": "/assets/pdfs/dek-neo4j-graph-data-modeling.pdf", "page":...

The following specification generates an "Error: Invalid page request" following page `26`: ``` { "url": "/assets/pdfs/dek-neo4j-graph-data-modeling.pdf", "page": [ [7, 8], 13, [25, 26], [34, 36], [75, 79]] } ``` However...

This'll be a running list of efforts to consult documentation and friction encountered along the way. Intended for use as a resource as we edit, reorganize, otherwise improve our docs....

```` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[28], line 2 1 from pyCompare import blandAltman ----> 2 blandAltman(ba_nose_df["lu_nose"].notna(), ba_nose_df["inf_nose"].notna(), 3 limitOfAgreement=1.96, 4 confidenceInterval=95, 5 confidenceIntervalMethod='approximate', 6 detrend=None, 7...