Maria Knorps
Maria Knorps
### What's missing? Using kernels is not well documented. To know what parameters you may use , for example were to put Haskell's dependencies or compiler options you need to...
To have a reproducible development environment add a Python environment in the `flake.nix` that supports local `mkdocs`.
To finish #179, we split the detailed check work of notebooks to a separate issue. We want tutorials and examples to be: - easy to run - run without failure...
Can version of the documentation be taken as a variable? It would be a one less thing to remember when we bump the version. _Originally posted by @mknorps in https://github.com/tweag/monad-bayes/pull/179#discussion_r977437085_...
Loosely related to #44 Python namespace packages allow splitting the subpackages and modules within a single package across multiple separate distribution packages. https://packaging.python.org/en/latest/guides/packaging-namespace-packages/ Currently, when we want to check a...
We opened a [PyPI issue ](https://github.com/pypi/warehouse/issues/12710) to include modules exposed by packages as metadata in the PyPI public API. PyPI developers reported difficulties in package introspection and the `top_level.txt` file...
**Describe the bug** FalwtyDeps fails when run on s3transfer package. The problem is with the way dependencies are declared in setup.py. Minimal not-working example of setup.py: ``` from setuptools import...
We would like to conduct research on PyPI packages using FawltyDeps to see how often a problem of undeclared and unused dependencies is present in the publicly available packages. ##...
**Is your feature request related to a problem? Please describe.** Following up on #408 and #409 that solves it, we can encounter problems when versions of dependencies change. One thing...