Results 6 comments of ushi

@udeved This is a nice idea. I have no time at the moment, but would be happy about pull requests.

@josephgbr yepp, thats a little bit annoying, the problem is, that i can't be 100% sure about the package name, before the package is built. will think about that. **EDIT**:...

Yeah, i know that shouldn't be a problem, but the current "PackageBuilder" has no access to the repo instance. So either i give the PackageBuilder access, which is not very...

@mbriggs I think you can subclass `Dry::Container::Registry` and override `#call`, like: ```ruby MemoByDefaultRegistry < Dry::Container::Registry def call(container, key, item, options) super(container, key, item, {memoize: true}.merge(options)) end end Dry::Container.configure do |config|...

@adambedford it should work with: ```ruby = cell(SharedComponents::PanelCell, nil, title: model.title).() do %p hello world ```

Here it is: https://www.dropbox.com/s/z99pj34edxp0x2h/load.rrd