Matt Einhorn

Results 16 issues of Matt Einhorn

Maintainer merge checklist * [x] Title is descriptive/clear for inclusion in release notes. * [x] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation` or `api-break` label. *...

Component: core-providers

Maintainer merge checklist * [ ] Title is descriptive/clear for inclusion in release notes. * [ ] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation` or `api-break`...

Component: distribution

This fixes the API doc generation. Currently API docs is not generated: https://marisa-trie.readthedocs.io/en/latest/api.html. This "should" fix it. It is the right flag, but I'm not certain Extension accept that arg...

I managed to get inspect working, mostly, with cython files using `binding=True`. However, now I ran into another issue where `co_filename` is set to the relative path of the pyx...

help wanted
Python Semantics

- Lava promises to be backend agnostic, yet architectural knowledge is leaking to API (Learning API, RunCfgs, RunModes, …). ### User story to be determined ### Conditions of satisfaction to...

1-feature
0-needs-review
2-important/urgent
epic

Running lava in a script file. **Lava version:** - [x] current main (dec 6) - [ ] **0.3.0** (feature release) - [ ] **0.2.1** (bug fixes) - [x] **0.2.0** (current...

1-bug
0-needs-review
area: magma/compiler

Is it possible to also clean links when opened in a new tab? In Firefox, when I right click on e.g. http://www.foobar.com/track=ftp://gnu.org and select open in new tab, it doesn't...

Checklist * [ ] Added a ``news`` entry This should hopefully fix the issues explained at https://github.com/conda-forge/sdl2_mixer-feedstock/pull/5/ and https://github.com/orgs/conda-forge/teams/core/discussions/3. The short summary is that there is a build difference between...

Workaround for https://bugs.python.org/issue33786 that wasn't backported until python 3.7.9: https://github.com/python/cpython/commits/13c94747c74437e594b7fc242ff7da668e81887c.

There are some inconsistencies, I believe, in sections/properties. When accessing an item from a section by key, e.g. `section['name']`, the returned value is treated differently depending whether the key is...