Gunnlaugur Thor Briem

Results 44 comments of Gunnlaugur Thor Briem

It does apply these parameters, i.e. if you `pip install -r req.txt` and `req.txt` contains `--index-url` and `--extra-index-url` lines, then these will indeed apply to the installation of requirements from...

See [pip requirements file format](http://www.pip-installer.org/en/latest/logic.html#requirements-file-format) documentation.

I'm seeing the exact slider behavior described above, in Difftastic 0.31.0, in my codebase (redacting the test function body, private and probably not relevant): ![image](https://user-images.githubusercontent.com/153580/180213450-f96ecd1a-2c91-4785-bb81-134c4c6ef9f9.png) However, it does get the...

Yes, at a glance that seems like the place!

Duplicate of https://github.com/oguimbal/pgsql-ast-parser/issues/34

Sidenote: the tests in `to-sql.spec.ts` appear not to be executed when I run `npm run test` 🤔 ... the output for that ends with: ``` 668 passing (2s) 1 failing...

> Sidenote: the tests in to-sql.spec.ts appear not to be executed when I run npm run test 🤔 ... the output for that ends with: I think this is because...

Wrote up a separate issue for that run-script problem. https://github.com/oguimbal/pgsql-ast-parser/issues/92

Oh. Zsh not installed on the Github Action executor. :-/

Added zsh installation to the CI job and that works, but adds 24 seconds to the CI execution time :-/ So backed that out and instead just listed out the...