Wojciech Kaczmarek

Results 35 comments of Wojciech Kaczmarek

Please note that Expm has been superseded by [Hex](http://hex.pm)

@tuncer well Hex has this idea of [community packages](https://github.com/hexpm/community); I recently [spoke](https://github.com/hexpm/community/pull/8) with Hex creators and they'd accept such packages if the original author supports [semver](http://semver.org/) and reflects in it...

Hi! I never worked with NIFs. So what I say is a good practice which comes to mind when handling corner cases like this one - assuming that there might...

Hello! I hope you don't mind this project evolving rather slowly.. :) I think you're right that `_reprise_on_reload()` can be useful. I see no reason in blocking this going to...

Hi! First, thx for your interest in this piece of code. Now I need to admit I have zero experience with umbrella projects, so for here & now you seem...

Thank you! :) It looks cool. Just merged into master. I will play with it over the weekend and then probably publish this change to hex.

What is intended use of Reprise reloader here? In the umbrella project or in the subproject under umbrella? If it is the former case, `Application.app_dir(d.app, "ebin")` returns a subdir of...

Closed for no information on what use case you actually had in mind. Thanks for the refactoring idea w/ `iterate_beams()`, though.

Well then, the umbrella app builds all the subapps in its own _build dir, that's sth I didn't have a chance to know :). Still I have only a rough...

ping! Meaning - could you clarify at least some of my questions? Then I'd add your code back and play with it a bit