Dominik Schneider
Dominik Schneider
I only use python 3 and it's no problem. [my fork](https://github.com/CougPhenomics/data-science-tools) (EDIT: fixed link)
> I'm not set on the snapshot# folder names in anyway. A previous developer came up with that format and I had built PlantCV around parsing it so it was...
In #426 I effectively did this filtering by 1. initializing the output array with 0s and 2. only computing Fv and YII, NPQ when it made sense to i.e. Fo...
I have the same issue on Win 10 Pro 1903 it can't open conda.exe from what I can tell. I tried several of the things mentioned in #23 but nothing...
@sappelhoff you can install @benlindsay version with `pip install git+https://github.com/benlindsay/osfclient.git@issue-148`
> I've noticed that opening http://play.google.com and http://music.google.com for instance need to be individually marked This is great feature for me as it already is so I'd vote not to...
The output from `astro dev start` suggests the u/p should be admin/admin but that doesn't seem to work: ```Project is running! All components are now available. Airflow Webserver: http://localhost:8080 Postgres...
have you thought about using Rvision or ropencv as a dependency since these interface with opencv? Rvision has access to the color space conversion functions in opencv. currently only support...
These are my extension specific settings ``` "sqlfluff.executablePath": "/usr/local/bin/sqlfluff", "sqlfluff.ignoreParsing": true, "sqlfluff.linter.run": "onSave", "sqlfluff.excludeRules": [ "L034", "L032" ], "[sql]": { "editor.defaultFormatter": "dorzey.vscode-sqlfluff" }, ``` i added these and now it...
Looking at that last error, that is coming from a different file that i'm not trying to lint. And that file used to work fine once I added `load_macros_from_path =...