Jean-Christophe Fillion-Robin
Jean-Christophe Fillion-Robin
The following is indicated in [2020.4.2](https://github.com/marcomusy/vedo/releases/tag/2020.4.2) release notes: > Even so, VTK9 seems significantly slower and unexpected behaviors are still possible. Would you have more details about the introduced slowness...
To help prospective users, I suggest to remove the `3d-slicer` GitHub topic and instead use `slic3r`. Indeed, assuming you intended to reference `Slic3r` and not `3D Slicer`, this change would...
The idea is to avoid code duplication in `tests/build-kitkat.sh` and `tests/build-lollipop.sh` Ultimately, it should allow to build any tag/branch listed on https://source.android.com/source/build-numbers.html#source-code-tags-and-builds
This partially reverts f6ea5d0af (FindPythonExtensions: Set symbol visibility to export only module init function) to ensure all local symbols are externally visible. This change is required to ensure library can...
See https://cmake.org/cmake/help/git-master/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE.html#linking-a-library-as-weak
See https://github.com/scikit-build/scikit-build/issues/434#issue-460839996
This issue centralizes all tasks related to documentation improvements * Usage: * [ ] Update [Examples for scikit-build developers](http://scikit-build.readthedocs.io/en/latest/usage.html#examples-for-scikit-build-developers). See #10 * Cross-compilation: * [ ] Update [Introduction to dockross](http://scikit-build.readthedocs.io/en/latest/usage.html#introduction-to-dockross)...
This could be done adding a new line in `scikit-ci-yml`. The line could be ``` - twine check dist/* ``` See https://github.com/scikit-build/scikit-build/blob/5f558d3cc063f41b04cb21bd229b0b3faae0f4cb/scikit-ci.yml#L57-L58
The idea is to look into automatic triggering of workflow associated with projects like and like https://github.com/pybind/scikit_build_example and https://github.com/scikit-build/scikit-build-sample-projects. This would automate the creating of pull-request like these: * https://github.com/pybind/scikit_build_example/pull/16...
### Sphinx This is docs-only, so it does not affect users. And Sphinx is very slow to be supported by all it's plugins - IIRC, sphinx-rtd-theme is behind (it usually...