El De-dog-lo
El De-dog-lo
Another riff on this idea https://eips.ethereum.org/EIPS/eip-8042
> is this intentionally being done with `uv tool install` over `uv pip install`? tool installs globally on the path, so if you run an `ape plugins install .` on...
> the worst option since it is very verbose and brittle Can you walk through this thought process a little? I actually kind of like the idea of using the...
Yes, think you have the right idea here of forwarding and supporting both Would accept a PR if you're interested! 😃
I think this sounds like a good strategy! > I'm leaning towards not adding support for compilers before 0.4.1, because standard json input support was not added until 0.4.1. I...
maybe `default_sender: ` to match the `with accounts.use_sender()`: https://docs.apeworx.io/ape/latest/userguides/accounts.html#id1 other question: would this just be for scripting use? or over the entire session of using ape?
Wait, what prefix?
I'll ask @antazoey to weigh in, but I consider this a bug myself. I expect `--interactive` to drop me into a session with the context of the end of the...
> Some way of distinguishing the two states may be necessary though. Right now, it shows some stack trace when it drops you in, indicating an error. We can add...
> I think I'd expect that the interactive session kicks in everytime the flag is active, silently if everything went fine, and with a stack trace in case of an...