MialLewis

Results 16 comments of MialLewis

> > Hmm, still getting funny build errors like > > ``` > > 15:16:20 [1/909] Generating workbench resources module > > 15:16:20 FAILED: /jenkins_workdir/workspace/pull_requests-conda-linux/qt/applications/workbench/workbench/app/resources.py > > 15:16:20 cd /jenkins_workdir/workspace/pull_requests-conda-linux/build/qt/applications/workbench...

Looking at this specific issue you're just running on a builder that has been killed by the Python 3.10 PR that has been going through, so it needs a clean...

Just noting that we had a user complain about the new font.

`Test Connection` didn't work to refresh schema for me, wonder if it depends on the connection type.

Just commenting to say that this feature would be much appreciated!

> I'm wondering if you could use [std::tmpnam](https://en.cppreference.com/w/cpp/io/c/tmpnam) + `.h5` instead of needing `generateRandomFileName`? > > That way you could still set the file name by default in `NXcanSASTestParameters`. It's...

This PR introduces the generation and archiving of conda lockfiles: https://github.com/mantidproject/mantid/pull/39423 I've closed it, as there is currently no supported way to use lock files with conda-bld: https://github.com/conda/conda-lock/issues/620 They are...

I don't think that would work, the[ use of extern "C"](https://github.com/beltoforion/muparser/blob/8285496c9951d1c7c71e175f9e2c9cfe9ca9c969/include/muParserDLL.h#L35) disables name mangling so that you can't export overloads to the DLL. This is also actually the cause of...

issue closed as completed, outstanding worked moved to issue @39147