Jose Borreguero

Results 15 comments of Jose Borreguero

@patvarilly Can you please verify the analysis of the scenario I showed is correct?

@mla do you have a moment to review this?

@mla Hi, sorry for not coming back earlier to this. I was on vacation and after that it was dealing with a big pile of work :sweat_smile: I've taken a...

> 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 && /jenkins_workdir/workspace/pull_requests-conda-linux/mambaforge/envs/mantid-developer/bin/python3.10 -m PyQt5.pyrcc_main...

@ajjackson I think there may be some error with your release notes: ```bash 08:48:34 release/v6.8.0/indirect_geometry:4: WARNING: Bullet list ends without a blank line; unexpected unindent. 08:48:34 release/v6.8.0/indirect_geometry:6: ERROR: Unexpected indentation....

@jbednar @philippjfr @jlstevens Hi, would you consider adding this `Foldernames` class to `param` ?

> Thanks! It does seem reasonable to support multiple folder names. Is there a good reason to allow or support a single string rather than always requiring a list and...

> The problem is that a user of this parameter would then always have to check if it was a list or not, when actually accessing the value. The way...

@jbednar can you please take a second look? By the way, I'm getting a [linting error when linting with python 2.7](https://github.com/holoviz/param/actions/runs/3762696764/jobs/6467428885#step:5:15) at this line: ```python def _resolve(self, paths: FlexPaths): ```...