Robert S.
Robert S.
I am trying to something similar where I have `ProjectOfferingsRepository` that is not a singleton but I want it to act like a singleton when I need to share it...
My question above is still valid but this what I did in the meantime until there is a different/better solution. I am open to suggestion on how to make this...
Just started using `tsyringe` and find the need for `container.resolve(MyClass, ...args)` also. Thanks for this library and I hoping someone creates a PR. ```ts @injectable() class ExampleClass {} @injectable() class...
Check out [mobx-persist-store](https://github.com/quarrant/mobx-persist-store#readme) it has a simpler & a cleaner API :)
Sorry there is not. You would have to create another options and copy all the template files to a single folder and have it output that way. You would have...
Sorry, I've been busy and now I will be away from my computer for two weeks.
Sorry no option to silence the files. I am not actively maintaining this library because I have a lot of other work on my plate.
Sure I can review it
Thanks for the insight why you are changing out `replaceString`. I want to look into this more but sadly I will away from my computer for the next two weeks....
you can fork this repo and create a PR