Matthew Russell

Results 9 comments of Matthew Russell

My solution was to remove `encoding=encoding` from line 535 in `__init__.py ` of the simplejson package...yuck

Fantastic. Thanks @lizawang! Have been hunting everywhere for this. Until the merge, am working with your branch directly.

Update: the below works, but I found after a restart having to often re-run the commands. See @mx-bernhard's solution below https://github.com/microsoft/vscode/issues/157275#issuecomment-1890408573 ``` sudo mkdir -p /run/user/$UID sudo chown $UID /run/user/$UID...

link: https://github.com/rtyley/bfg-repo-cleaner/issues/225

Is adding an option to use cdifflib something you'd consider? https://stackoverflow.com/a/66694154/8742968 https://pypi.org/project/cdifflib/

Fair enough. Yeah 4x is certainly not going to fix polynomial-time issues. If anyone's interested, the relevant issue re: difflib is here: https://github.com/python/cpython/issues/51180

What about using google's diff-match-patch? https://github.com/google/diff-match-patch This also takes an optional timeout parameter. From my very quick reading of the source code here, seems like this library should be interoperable....but...

After thinking about this a bit more, I think I was mistaken in that the `raw_haemo` object here is used primarily to extract the channel locations, which should be consistent...

You have to add `order=conditions` to the Annotator call. One caveat though is that custom annotations where you've dropped non-significant values have still failed for me with the custom reordering.