Stefan Sullivan

Results 12 issues of Stefan Sullivan

#### What's the problem this feature will solve? Tell me if this is the wrong medium for this discussion, but I wanted to raise adding support for reading pipfiles directly...

feature request
pyproject.toml

Fixes #1536. When pip-compile encounters one index server which supports the json API it does not go on to compute hashes on files from "simple" index servers. This change fetches...

bug
needs rebase

pip-compile doesn't compute hashes for all index servers, which leads to pip install failure. Specifically, any index server that provides hashes from its json API, will prevent pip-compile for checking...

bug
hashes

``` ERROR: Exiting now because of fatal error !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! An unexpected error has occurred. Please try reproducing the error using the latest s3cmd code from the git master branch found...

waiting-feedback

Unfortunately I can't even seem to figure out what the crash is. It looks like it might actually be coming from the audio system :/ The code I was trying...

### Description This addresses https://github.com/conda/conda-lock/issues/474, which fails to lock if environment.yml has -rrequirements.txt in the pip requirements. The main problem with the existing implementation is that it treats requirements lists...

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I'm trying to create a reproducible environment...

Moves run.py to edgar/__main__.py so that you can invoke the script from the command-line using `python -m edgar ...`

I'm using grammar kit to develop this [flatbuffers language plugin](https://github.com/stefansjs/flatbuffers-intellij-plugin). Lately, when I "Generate Parser Code" from my bnf, it will generate some incorrectly tagged methods. For example: ```java @NotNull...

Modifies TableFormat to take optional parameters, and passes kwargs from simple_separated_format to TableFormat

breaking changes