El De-dog-lo

Results 596 comments of El De-dog-lo

It could! I have not checked In general, Marimo is a successor to juypter notebooks that supports plain python scripts as notebooks. Would be a good fit for us, but...

If this works, @dtdang should also go back and resolve the discussion in fief-python as being solved by this suggestion

~~running into some issues while testing with this: https://github.com/ApeWorX/ape/issues/2348#issuecomment-2495741193~~ edit: decided not to use FORK_MODE with this feature

saw some issues that led to https://github.com/ApeWorX/ape/pull/2548 but not a blocker

I think it would be something like: ```py class BaseAddress(...): ... def compute_deployment_address(self, nonce: int | None=None) -> AddressType: """ Compute the the next address that would be deployed by...

> I suppose alternatively you can print out the pre-calculated one, but that causes more computations to happen on deploy (affects performance maybe), whereas the other approach doesn't. You can...

> **Questions**: How does one know if a fixture has caused the chain height to increase? There is a way to know if an entire has or if a test...

are you sending transactions within your `scope="session"` fixtures? I have noticed that will never seem to work properly if you are doing that, and should use normal function scope

> > Unsure how this works with modules. Otherwise, there are no backwards compatibility issues. > > I would probably have the top level module defining the storage layout for...