Results 29 comments of Will Minshew

appreciate this -- implemented it in [this](https://github.com/0xSplits/clones-with-immutable-args) fork, along with simple `receive()` directly inside the clone that only emits the event `ReceiveETH(amount)` (no `DELEGATECALL` to avoid gas issues w solidity...

in my fork I use `clone` for `create` & `cloneDeterministic` for `create2`(+ `predictDeterministicAddress`) -- feel like it works pretty well and is easy to grok

thank you I will head there!

> Filter in particular is especially time consuming, and it's probably worth running it overnight or perhaps disabling some particulary time consuming tests. This seems acceptable since users will probably...

> > @gakonst something something rust re-write candidate? > > my guess is filtering is expensive purely because it goes over a large number of mutates and runs a bunch...

@LefterisJP @landakram has anyone been able to figure this out? haven't been able to get import statements to simultaneously work for `flycheck` & my compiler (hardhat) having tried on several...

@hrkrshnn I've noticed you're still actively using this package -- would you mind sharing how you've overcome the remapping/flycheck issue? I did some digging in the issue linked by @LefterisJP...

@hrkrshnn awesome, friend req sent (will | 0xSplits#1737). Yeah that's basically how I've been handling it to date -- just ignore flycheck & use prettier & solc. Would be great...

forgot to come back & link the repo for testing now that it's public https://github.com/0xSplits/splits-contracts

running into this as well atm -- anyone look into it yet or have a work around (short of deploying w `create` which doesn't have deterministic deploys)?