Sigurd Spieckermann

Results 75 issues of Sigurd Spieckermann

`mobx-keystone` is opinionated about structuring data in a tree. This strong assumption enables many useful features such as references, snapshots etc. for which `mobx-keystone` has first-class support and which makes...

🍗 enhancement
💬 under consideration

A computed property which uses a sandbox to determine its return value is not tracked. The test is meant to be included in `packages/lib/tests/treeUtils/sandbox.test.ts`: ```ts test("sandbox props are tracked", ()...

💬 under consideration

The colors of the `kn-*.svg` icons in https://github.com/knative/community/tree/main/icons don't conform with the color codes specified in the style guide. I assume the brand color in those images is supposed to...

The colors of the logos in https://github.com/knative/docs/tree/main/docs/images/logo don't conform with the color codes specified in the style guide. For instance, in `rgb/knative-logo-rgb.png`: - Dark blue: `#0366ad` but should be `#0865ad`...

good first issue
kind/bug
kind/good-first-issue
priority/nice-to-have
kind/mkdocs
kind/style

When I try to install `torch-sparse` using [Poetry](https://github.com/python-poetry/poetry), I'm getting the following error which occurs in `setup.py`: ``` ModuleNotFoundError: No module named 'torch' ``` The reason is that `torch-sparse` imports...

enhancement

In #1877 the issue of having a cap on the Python version was raised. #1878 fixed this problem and was merged. :tada: @timothycrosley Any specific reason why you re-introduced the...

This PR actually fixes a couple of related things in the `@vercel/python` package. First and foremost, it adds proper support for setting `{exclude,include}Files` in the build config for building a...

area: python

As seen in #148, the CI pipeline is non-deterministic because dependencies are not pinned, i.e. the CI pipeline uses some versions of the dependencies at one point in time and...

enhancement

## Expected Behaviour `of-watchdog` should be configurable using CLI flags instead of environment variables. ## Current Behaviour `of-watchdog` is only configurable using environment variables. ## Possible Solution Add CLI flags...

**Describe the bug** A NumPy-style type annotation of the form `A or B` (e.g. `int or float`) raises the following error when building MkDocs docs with `mkdocstrings`: ``` griffe: Failed...