Matthew Evans
Matthew Evans
Ah I see, in that case I'd be happy to add a way to run the client with SSL turned off *on a given URL*, rather than allowing SSL-less requests...
Not worth the hassle for now
e.g., lets turn on https://docs.astral.sh/ruff/rules/logging-string-format/#logging-string-format-g001
also: let's make sure that pyupgrade is keeping us above Python 3.10 -- in pre-commit config, add arg for `--py310-plus`
Just pinging @BenjaminCharmes and @jdbocarsly for review on this one!
Made some fixes post-discussion with @jdbocarsly. Known limitations still: - [x] The event handler currently triggers per block on the page, with the wrong data. We need to find a...
https://github.com/datalab-org/datalab/pull/862#discussion_r1773424305
> This would be really helpful, particularly if it could calculate a PXRD (PND?!) pattern for the phase. I'm happy to help with any of the calculation side of things....
There's a nice new version of fullprof at https://fullprofapp.readthedocs.io/en/stable/, will investigate their programmatic API (EDIT: sadly it looks like the real diffraction code is not packaged up for Python, and...
> FullProfAPP is an interface to the classic Fullprof suite I believe, which requires a full installation as it's a Fortran programme. I can ask the developers about what might...