Dan Cîmpianu

Results 6 issues of Dan Cîmpianu

The API correctly checks that there is no available data if passing a symbol that isn't in use. This issue is kind of related to #34, since you don't actually...

Unintuitive behavior for dependencies with default constructor arguments, as a consequence of #54 . Parameters with default values will never be injected even if candidates exist, but no warnings or...

type:improvement
proposal

**Is your feature request related to a problem? Please describe.** When enabling the `KOIN_CONFIG_CHECK` flag, the compiler will check the modules for completeness at compile time, which is great. However,...

status:checking
type:proposal

**Describe the bug** Module code generation forces instantiating the module class twice and breaks context isolation. When using annotations, it is impossible to run Koin in parallel, such as in...

type:improvement
important

I was trying to set up a demo sample, everything works as intended, except the styling does not seem to match the images in the [documentation](https://www.neoteroi.dev/mkdocs-plugins/web/oad/). I did download the...

This one started as misunderstanding with an edge-case in documentation, but the underlying cause might be a good place for improvement. ### Context The [docs](https://kotest.io/docs/framework/project-config.html#setup) clearly state the FQN for...

framework 🏗️