Steven
Steven
What works for me * Installation * Showing in the ribbon * Markdown preview What **doesn't** work for me * Sending rendered mails (they send in raw format)
Neither Ctrl + Arrow or Alt + Arrow are working for me on Windows either
@marcooliveira, I assume on your keyboard fn+← maps to Home, and that fn+→ maps to End. In which case, those are working fine for me (on Windows)
I spoke briefly with @MeltingMosaic and we agreed that the default behaviour for non-registered resolutions should be to fail. However, I can see a case where we would want to...
@paztek, I was originally thinking of the first example (maybe with a name like `optional` or some variation). But I _really_ like the decorator idea! Do you have time to...
@paztek, could you give option 2 a stab? I assume the decorator would be on the parameters being injected right?
I think it would be safe to allow `@optional` to work with optional params also. However, we can scope the initial implementation just to array types and improve upon it...
Hey! Thanks for the issue, I'll look into it in the next few weeks =]. You're right, I haven't gotten around to publishing the new version yet. I'm aiming on...
I just released v4.2.0 =]
Hi @gmenih341, so this is because of how registrations work in TSyringe, they are attached to the token, not to the class you use `registry()` on. In order for this...