Tomas Aschan
Tomas Aschan
@sdowell I think my concerns have been raised in comment threads by @janetkuo and @nan-yu; will weigh in on those!
After sleeping on this, and then trying again, I also realized this works: ``` var container = new TinyIoCContainer(); container.Register().AsMultiInstance(); container.Register().AsMultiInstance(); var child = container.GetChildContainer(); child.Register(new Qux()); var foo =...
But why doesn't this apply to the `Foo -> Bar` dependency in the first example? Let's rename them, to make it more obvious - we have two cases: `FooInParent ->...
@gmlewis Great! Is there any design documents or similar that I should submit for review before starting to work on the actual code? (Also, are there any specific build instructions...
All the infrastructure for handling authentication etc seems to already be handled, so I figure I can just look at how other API calls are handled, and mimic that. For...
This was raised again in discussion in #90. I'd like to find a better place to keep documentation of math that's too lengthy and/or not relevant for docstrings. Requirements: -...
I asked a question on julia-users to get some input for tools and platforms: https://groups.google.com/forum/?nomobile=true#!topic/julia-users/mRk0igz_uHQ
That would be most appreciated!
@argelouski: I think that [this section of the Readme](https://github.com/tlycken/Interpolations.jl#extrapolation) is up to date, so that can hopefully provide some assistance, too.
This blog post should definitely be considered, too: http://maurow.bitbucket.org/notes/documenting-a-julia-package.html