Alex Riss

Results 14 comments of Alex Riss

HI - thank you very much for your efforts. I will go through your comments soon. I just wanted to mention that the app is geared towards "end users", i.e....

To address your comments, I have now updated the paper and the project README.md, on github. Furthermore, I added a CODE_OF_CONDUCT.md and CONTRIBUTING.md. A point-by-point response to your comments follows....

Hi - thanks again. Yes, exactly, these apps are focused on processing and analysis, but they aren't really geared as much towards browsing and organization - and with that batch...

@jgostick Thanks a lot! The latest version is: 0.3.8 Zenodo DOI: https://doi.org/10.5281/zenodo.7038825 ## Additional Author Tasks After Review is Complete * [x] Double check authors and affiliations (including ORCIDs) *...

And thanks a lot to @kasasxav and @jingpengw for your efforts and the help, highly appreciated!

I get similar problems under Manjaro Linux 22, Julia 1.8.2 installed via the integrated package manager. `IOError: open("/usr/lib/cups/backend/cups-brf", 0, 0): permission denied (EACCES)` The `julia_libdir()` function returns `/usr/lib` on my...

Thank you! This seems to fix the `bundle_julia_libraries` function. But now I get an error in `bundle_cert`: ``` IOError: open("/usr/bin/../share/julia/cert.pem", 0, 0): no such file or directory (ENOENT) ``` at...

I have done some more tests. If I install the official binaries on my Manjaro distro, everything works, even with the previous version without any changes. With the version from...

running it with `python3` seems to be fine on your system. the filename should be in quotes, i.e. input.close("...klc"). (Replace the "...klc" with your filename, but keep the quotes)