antazoey

Results 334 comments of antazoey

looking at ape-template, it doesnt really do anything. all it does is re-expose the cookiecutter cli. I am not 100% sure what needs to be done here.

It looks like `ape init` also takes a github argument for cloning a repo (all it does). cookiecutter also takes a github for templating. **question**: how would we know if...

Looking through history, it seems the captured subprocess logs that appear in caplog during `ape test` runs was really annoying and that is why we only made that happen during...

Perhaps we could write a tempfile so long as we properly manage it and figure out a way to ignore from pytest caplog. That would work.

- [x] figure out how to put back ContractType separation So right now on this PR, the notion of the separated `ContractType` artifact .jsons from the .build folder has been...

> I think this might feel a little nicer using kwargs e.g.: I think i got this to work

btw im fixing all lint, tests, and type stuff on another branch. we are cleaning this package up and getting it updated because it has been causing lots of issues,...

seems like an env issue! The package works on 3.10.0 now, as verified by tests

If you using truffle solc, you likely are not using this package. This is a python package! We also use the tar ball links so I don' t think your...