Cristian Le
Cristian Le
### Description Sharing my experience enabling pyodide build for `spglib`. Not sure how to debug it though. ``` + pytest /home/runner/work/spglib/spglib/test/functional/python Failed to load lib /tmp/cibw-run-2g4v63rz/cp312-pyodide_wasm32/venv-test/lib/python3.12/site-packages/spglib/_spglib.so Error: Didn't expect to...
Could the placeholders be better documented and more consistent? Something like `{project}` feels like it should be expandable on all commands. I've hit this issue when trying to use `before_build`...
A quick check at the template seems to show that `-` is always added to the content. https://github.com/twisted/towncrier/blob/cb09ddf049e696c25796f8466081a66933577903/src/towncrier/templates/default.md?plain=1#L18-L19 Extra nice if this can be set for each section individually
Found out that although `SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PACKITOS` would not work in this case, `SETUPTOOLS_SCM_PRETEND_VERSION` still works. Just putting it out there if you want to refactor and remove the `srpm_build_deps` and such
Users can use this placeholder to put anchors that would otherwise be invalid keys in the config file, e.g. ```yaml _: internal-test: &internal-test job: tests use_internal_tf: True jobs: - TODO:...
### What happened? What is the problem? The current workflow seems to be that any file mentioned in `Source` will be uploaded to the lookaside cache, *unless* the file is...
#### Is your feature request related to a problem? Please describe. I am trying to plot a stacked `line` plot with a `colorbar`. I am able to construct it using...
#### Is your feature request related to a problem? Please describe. Let's say I have a grid of 1x3 plots that use. Now I want to add some custom legend...
This is a quick issue I've found when trying to run: ```python holoviews.opts.defaults( holoviews.opts.Curve( fig_size=500, linewidth=1, ), backend="matplotlib", ) ``` Because the `backend` is not propagated when doing `_expand_options` you...
Currently there are `holoviews.Gridpsace` and `holoviews.Layout` (also `holoviews.NdLayout`), but it is hard to achieve something in between. For `holoviews.Gridpsace` there are a few issues: - `matplotlib` backend fails when there...