Matthew Feickert

Results 235 issues of Matthew Feickert
trafficstars

**What's the problem this feature will solve?** :wave: Hi. Our project [`pyhf`](https://github.com/scikit-hep/pyhf) just switched (c.f. https://github.com/scikit-hep/pyhf/pull/2095) from having our PyPI metadata in [`setup.cfg`](https://github.com/scikit-hep/pyhf/blob/3eef1fff2e6d4ccf474bbe51e2211cf690752b82/setup.cfg) to [`pyproject.toml`](https://github.com/scikit-hep/pyhf/blob/e942d852922f22c495ae711303835a5a698f217d/pyproject.toml). In doing so, we also...

UX/UI
feature request

@rowanc1 mentioned that this is already something being thought about, but it would be excellent if the articles that are published on Curvenote also had a cite button that when...

In the current "Coffea 2024 Alma8 Image" container image there is already `/usr/share/bash-completion/completions/git` and so a user can enable git operation tab completions with ``` . /usr/share/bash-completion/completions/git ``` after login....

This is a complimentary issue to https://github.com/conda-forge/staged-recipes/issues/29749 👋 It would be very nice to have `tinkr` on conda-forge as this would then mean that all of requirements of [The Carpentries...

### System Settings Not specific to a single OS and occurs before installation. ### Describe the bug https://github.com/MadAnalysis/madanalysis5/blob/3900ec9002ee7c6963162e72feea58e6971c61eb/madanalysis/system/detect_gpp.py#L63 explicitly checks for an executable named "g++". This means that if there...

:bug:bug

Resolves #237 **Context:** * Without first importing `importlib.util` an `AttributeError` will be raised ```pytb Traceback (most recent call last): File "/madanalysis5/./bin/ma5", line 51, in if not importlib.util.find_spec("six"): ^^^^^^^^^^^^^^ AttributeError: module...

### Feature details MadAnalysis5 is Python 3+ only and requiring https://github.com/MadAnalysis/madanalysis5/blob/3900ec9002ee7c6963162e72feea58e6971c61eb/bin/ma5#L50-L56 and using `six` ```console $ git grep "import six" | wc -l 32 ``` is not needed. ### Implementation...

:gear:enhancement

In addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge. As `norwegianblue` is a pure-Python package that would be technically easy as all...

For paper https://github.com/openjournals/joss-reviews/issues/7206 the author would prefer to have both of their institutions rendered out on seperate lines (https://github.com/Infineon/StreamGen/issues/7#issuecomment-2511001002), so instead of the current format of > 1 Institution of...

As noted in https://github.com/pypa/gh-action-pypi-publish/discussions/281, in https://github.com/pypa/gh-action-pypi-publish/ [`v1.11.0`](https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0) > every project making use of Trusted Publishing will start producing and publishing digital attestations without having to do any modifications to how...