Matt Kramer
Matt Kramer
In preparation of upcoming hackdays, I'm collecting some ideas around how the CLI could be refined when converting `anaconda-project` to a potential `conda project` extension. This table summarizes potential renaming's...
### Background `anaconda-project` can potentially serve as a replacement for simple `Makefile`s. However, `make` allows for arbitrary shell commands to be embedded within `Makefile`, which is often used for extracting...
I'm not sure if this is a bug, but I wanted to share an interesting finding. In one of our modules, a `datetime.datetime` was being converted to an integer timestamp...
Add a new option to `pyscript wrap` subcommand to allow user to provide their own Jinja2 template file, in which to inject the Python code they are wrapping. This would...
Command will run a simple HTTP server in order to host the files dynamically. This is required in order to allow `` to work. ```shell $ pyscript serve my_file.html --show...
This updates the reference recipe in the repo to align with the AnacondaRecipes version. It also pins `urllib3
We currently test across a range of conda and python versions. This means every time CI runs we run something like 80 parallel cases. We are also testing very old...
Use `tox` for at least one environment to test package installation inside an isolated environment. Once there is a `tox.ini`, migrate the flake8 config to it from `setup.cfg.`