Matthew Brett

Results 222 comments of Matthew Brett

Thanks for the follow up. Sorry not to get back to you, I was reflecting. I realize that my question wasn't properly considered. My use case is that I want...

Well - I think it wouldn't help me - at the moment - because of the problem of relying on a not-standard plugin. So maybe wait until someone screams on...

Fine either way. I guess, if you leave it open, you signal that you're open to negotiation on this one.

Ah - I thought this had been fixed in more recent Numpy / OpenBLAS. What version of Numpy do you have?

Are you then using OpenBLAS or MKL? ```python python -c 'import numpy; numpy.show_config()' ```

Ah - thanks - I knew there was a good reason, it's just I hadn't seen it. But how about my suggestion of allowing a list for `strip_idp_domain` to cover...

Relevant thread : https://github.com/matplotlib/matplotlib/issues/2715 Maybe file size limit of 50MB?

Update - I had make a mistake in the Theia install - although I had installed nodejs 12 via `apt` in fact the build was picking up the Conda install...

Further - I can now get a Python version of Theia running using [this package.json](https://github.com/theia-ide/theia-apps/blob/master/theia-python-docker/next.package.json) referring to the `next` package versions (`latest` hangs for me). This works well via `theia...

Further investigation. Adding: ``` ENV THEIA_WEBVIEW_EXTERNAL_ENDPOINT={{hostname}} ``` See: https://github.com/nipraxis/nipraxis-images/tree/cc84312 for a working Dockerfile (as long as you access via HTTPs. Image via: ``` docker pull matthewbrett/nibabel-theia:cc84312 ``` resolved these errors,...