Bruno Quint

Results 11 comments of Bruno Quint

@simontorres and I have bee working on something like that. From my experience, the strong lines approach may not be a good option because different elements have pages with different...

Added some documentation to `doc/DRAGONS/testing.rst` containing information about running and writing tests. We might want to clean it up a bit and change the current theme, so it looks less...

This error is being caused by [holoviews param](https://github.com/holoviz/param). To be more specific, the [param.version._update_from_vcs](https://github.com/holoviz/param/blob/8725e7187aacfd6d4a623d9fdc8c5d0ad4c66c54/param/version.py#L247) tries to update holoviews (not sure here) from GitHub using the latest Tag and commit hash....

It turns out that their version template follows [PEP440](https://www.python.org/dev/peps/pep-0440/#public-version-identifiers). @KathleenLabrie Could we follow PEP440 as well? If not, I could submit a Pull Request, but it would slow us down...

I tried to add a new `v3.0.0.dev` tag to my local branch, and I got a similar issue. Thinking a bit better, it does not make sense to me how...

It is true that `holoviews` should not try to get its own version number from git, but: 1. it only works in some circumstances, and 2. I doubt that they...

Now GitHub Actions seems happy with it. I did not do anything. In any case, this behavior still shows up when I run Tox on my machine but not when...

I will leave this issue open until the release [holoviews v1.10.2](https://github.com/holoviz/param/milestone/4) since it affects our documentation. At least, it is not affecting Jenkins/Github Actions.

This is one of the reasons that it has to be considered for the object extraction: if an input from the user may be an option, we have to have...