Georgii
Georgii
Also let's say I've registered some factories in get it and they all implement `IFactory` interface. Now I want to write some kind of factory selector and it would be...
This doesn't solve the problem that TAG solves. Idk why don't we want to add tag argument to logging functions. See, when I'm trying to log and then trace some...
Is it reproducible if you do `await put(...)` instead of `put(...)`?
@SebghatYusuf, can you reproduce if you do `await box.put('allreports', reports)` instead of just `box.put('allreports', reports)` in your example?
Just to add some context, here's the log of stackoverflow: ``` [SEVERE] injectable_generator:injectable_config_builder on lib/core/locator/locator.dart: Stack Overflow dart:collection _LinkedHashSetMixin._add package:injectable_generator/models/importable_type.dart 20:35 ImportableType.allImports package:injectable_generator/models/importable_type.dart 43:26 ImportableType.hashCode package:collection/src/equality.dart 190:32 ListEquality.hash package:injectable_generator/models/importable_type.dart 46:22...
I will try to make a PR with an improvement for this case.
We can also try to do something described in #273 and implement setter injection in case of circular dependency is detected, but that's a different story.
Any news? Seems that aligning on windows doesn't work properly as well sometimes.
I don't think this question is in scope of this plugin. You should detect app's closing and call `disconnect` method by yourself. For iOS it's trickier and you should probably...
> The user may be connected with another VPN. a very unpleasant situation Just `OpenVPN#isConnected` method.