Lisa Roach

Results 8 issues of Lisa Roach

I found myself unsure of how to update the docs other than regenerating them with `tox -e docs` We should update the README to explain the steps: 1. activate the...

documentation
good first issue

## Summary Putting up a draft to start discussion. This implements what was posted in #183. Configs are inheritable via simple hierarchy. There is nothing fancy like custom schema definitions...

CLA Signed

## Summary https://github.com/Instagram/Fixit/issues/181 Allowing passing no providers to FullRepoMetadata. There is already a fallback if the provider is broken where a placeholder cache is used, so I used the same...

CLA Signed

## Summary Fix for issue #125. My first time working with Fixit/LibCST so I appreciate any feedback on how this could be improved. Basic changes are to check if there...

CLA Signed

When scaling Fixit to large monolithic repos we have run into challenges with the config file. In monorepos it is important to be able to do directory level configurations, that...

enhancement

My ultimate goal is to use Fixit without Pyre, and without having to pass `timeout=0` to the TypeInferenceProvider to force a breakage in the pyre subprocess call. Created a simple...

Hello! When running the test suite for batavia, `python setup.py test`, I get 836 failures in addition to the 3262 expected failures. It appears that all of the failures are...

I've been taking a look at https://github.com/Instagram/LibCST/issues/1112#issue-2156871432 and struggled a bit getting the tests to reproduce the error, although it was easy to reproduce from a file. I found this...