Dylan Anthony

Results 203 comments of Dylan Anthony

Ah, maybe "options" was the wrong word. My suggestion is that **everything** after the lone `--` be passed to the default command, even positional arguments. So then `dephell venv run...

I didn't know of existing functionality in argparse, so I looked it up. According to the docs I found, the `--` is a special arg that does exactly what I...

The plus-prepended options feels weird to me. Maybe we’re trying to be too fancy, we could just do a `--append="extra --options here"`

The CoC I linked above from Contributor Convenant is pretty popular and they offer a [markdown](https://www.contributor-covenant.org/version/1/4/code-of-conduct.md) version. You'd just have to fill in some contact details I think. It generally...

Might be a good idea to have `generate sphinx` also add the necessary requirements (e.g. sphinx, recommonmark, etc.) and add the `[tool.dephell.docs]` env to `pyproject.toml`

Hey @epelofske-LANL, calling `latex.display` requires that you have `pdflatex` and `convert` installed and accessible in your shell path (as documented in the docstring). Unfortunately, it doesn't look like that module...

Hm, looks like we also left that page out when migrating to v3. @notmgsk any idea why we nixed that? Should we add it back in along with instructions for...

`convert` is a CLI tool as part of Image Magick. For `macOS` that should be `brew install imagemagick`, but there is some configuration that needs to be done to work...

Just a note that since the conversion of QASM2.0 to Quil happens in `quilc`, that any fix is likely to be in https://github.com/quil-lang/quilc/issues/823 . If there is anything specific you...

Odd, it looks like `ruamel.yaml` is not being installed. That's a requirement of `rpcq` which is itself a requirement of `pyquil`, so installing `pyquil` _should_ cause everything to be installed...