Patrick D. Lloyd

Results 7 comments of Patrick D. Lloyd

FWIW I have this same issue. Downgrading to 8.0 did not solve the issue. ``` [user@machine]$ mitmproxy2swagger -i flows -o out-schema -p https://web.site/api No existing swagger file found. Creating new...

I'm encountering this security issue as well. My NPM audit report fyi: ``` # npm audit report prismjs

v3.6.0 is the current version of the 3.x releases: https://github.com/wooorm/refractor/releases/tag/3.6.0 v4.7.0 is the current version of the 4.x releases: https://github.com/wooorm/refractor/releases/tag/4.7.0 Both fix the known security bugs

Hi @pwighton, I'm working on building Freesurfer from source for a project I'm on to get it working with ARM64 on Linux. I'm following https://github.com/freesurfer/freesurfer/issues/964 for a bit but I...

I made a PR to pwighton:20220414-fs-source which will resolve this issue once @pwighton approves it. If he's not able to look at it for a while, I can also just...

@pwighton that's a good idea to create a separate ND template. I've spent some time working through compiling the dependency tree on Freesurfer's `dev` branch to get it working with...

It's a missing dependency error. Try `pip install cssselect`. See https://pypi.org/project/cssselect/ for more info