Guillaume Racicot
Guillaume Racicot
No, this issue still exist and is not stale
Then the close button should shutdown steam, just like other close button displayed by the window manager or Alt + F4. The user expect that all close button (including Alt+...
Hi @TheBossBaby . I will assume this issue is either not reproducible and you don't have the issue anymore. I was not able to reproduce the issue on multiple machine...
I haven't gave up! I'm just quite busy there days. I plan to create the branch for version 5 soon :)
Honestly the exceptions were just a workaround because the way I implemented supplied services requires deferring check to runtime. We'll see how kangaru 5 evolves, but I will most likely...
Okay, small update. I implemented a way to add injection metadata to types. For example, we can tag a type so kangaru know it's safe to default construct it. This...
@WopsS In kangaru 5 there will not be "one" way to instantiate your services. You'll simply build the container that suits your needs. In many of my project, I simply...
@WopsS I see. I had another user that wanted abstract services but to be able to provide a callback that created the issuance for it. That would fix this problem....
This was delayed into 5.0 since the injection model will change and make autowire natural within kangaru.
@Rzself you can simply create a build yourself if binary are not provided. It's less convenient but does the trick. You can also simply install glfw using vcpkg, which will...