Laurie O

Results 53 comments of Laurie O

Thanks for contributing. * You'll need to make tests pass. It looks like replacing `tuple[str, str]` with `typing.Tuple[str, str]` will fix this (`typing` I think is aliased as `t`) *...

> Does that satisfy the "comprehensive unit tests and integration tests" or are those separate? New functionality needs new tests. These tests should fail before adding the functionality, and succeed...

> Is it okay to do like this, or would you rather we add a new tests.utils.make_server_auth function that uses something like [Flask-HTTPAuth](https://github.com/miguelgrinberg/Flask-HTTPAuth)? No, what your doing is fine. It...

As I say in the issue, I need a way to test the ARM image before I release it. Either include an automated test for the image, or include (a...

I mean image integration test (make sure the server runs, and pip can install a package), not image creation. ~There's currently no testing of the x86 image yet~ I just...

I can't get CI to work: https://github.com/EpicWink/proxpi/actions/runs/5180236563

Does #45 meet your needs?

There are two caches: * The index cache, containing the list of all files for all projects[^1] (and the list of all projects) * The files cache, containing all files...

> are there architectural obstacles in your application to saving the index on disk and loading it when needed? I'm not sure. If you keep the API of `proxpi._cache._IndexCache` the...