Chiara Marmo

Results 178 comments of Chiara Marmo

Thank you for your work @cklunch ! I have checked the related items in my initial comment.... just a nitpick ... at the end of the [get started](https://neon-utilities-python.readthedocs.io/en/latest/getting-started.html) page the...

@krassowski, I believe this one and #282 can be closed as https://github.com/jupyterlab/jupyterlab/pull/17527 and #284 have been merged.

Hello, I have had a look at this issue/PR and I have some questions about it. I have run the following code ```py from astropy.io import fits import numpy as...

Hi @felipec, I am really interested in having `git-remote-hg` working with mercurial topics. I have tried your `topic` branch and I didn't succeed in pushing my git branch as a...

After merging `master` in `topic` the error about regexp is gone but ``` remote: abort: incompatible Mercurial client; bundle2 required remote: (see https://www.mercurial-scm.org/wiki/IncompatibleClient) ``` is still there.

For completeness I am using ``` $ hg --version Mercurial Distributed SCM (version 7.0) (see https://mercurial-scm.org for more information) ```

Sorry for bothering again, just to clarify that I have tried with ssh and https protocols and the same error is thrown. I have also updated mercurial to 7.1 Thanks...

Wonderful! Thank you! 🙂 I've tested the `topic` branch and it looks like it's working now. However I'm having an error related to my ignorance of Mercurial I guess. ```...

Yep! Thanks! I have renamed the branch and successfully pushed it to the mercurial repo! Thank you so much!

Could this be related with #16241 in some way?