Mike Shultz
Mike Shultz
Kind of wonder if there's a way to prevent python logger from flushing to console until a certain point. Then we could use the `ape_cli_context` or whatever to kick it...
Yeah, we need to separate what is just general logging data (debug and info stuff that's informative but doesn't necessarily need user attention) and console data that's part of the...
Also just ran into this issue. Took a while to narrow it down here. @lakkeger thanks for reporting it. Did you find any way to work around this other than...
Think it has to do with the filter used in `addListener`: https://github.com/monkybrain/ens-content-resolver/blob/50d5ec537533443aaf0ef31e9c612f9ff80bfaa2/src/js/background.js#L54 If I add a `/` to the end of my request it will be captured. I was going...
> The EthPM Types PackageManifest is supposed to be like an "ejected" project in that we pushing for adoption across tools and the manifest should contain all the compiler info...
> 5. When calling a compiler, assemble the source mapping to this folder as stored under the user's global ~/.ape/packages directory so that the .cache folder is no longer even...
> > * Having your project source copied to a user-level file structure may be unexpected. If we did this, I think at most it should be temporary during compilation....
> > > > * Having your project source copied to a user-level file structure may be unexpected. If we did this, I think at most it should be temporary...
Trying to bring the discussion into the PR from commit-comments: The reason it's not just a flat list of strings is because I think the user might want to access...
This test error has been painful to get to the bottom of. It only shows up when running the full suite of tests the same way the CI runs them...