Guillaume Racicot

Results 20 issues of Guillaume Racicot

Here I simply want to discuss what we want for kangaru 5. There are a few points I want to see in kangaru 5: - All services should be possible...

question

**Is your feature request related to a problem? Please describe.** The injection model was not made with autowire and multiple container types. This makes supporting autowire as a no-op to...

enhancement

Right now, to use `kgr::Autocall` with a relatively nice syntax, you must use a macro that expands into `kgr::Method` with the name of the function present two times. With C++17,...

enhancement
C++17
breaking

Right now, the container has only one allocation strategy and one way to store services. What if one would like to control how services are allocated and where they are...

feature

**Describe the bug** Custom service definition re-implement injection. That's what makes this library so extensive. However, autowire is another mode of injection. It is not really usable with custom service...

enhancement
C++17

**Is your feature request related to a problem? Please describe.** I have a workspace with multiple roots. Some are node projects, some are C++ projects with CMake and I use...

enhancement

#### Do you want to request a _feature_ or report a _bug_? A bug #### What's the current behavior? When pressing Enter, the cursor stays on the same line when...

I've been using WEBGPU lately and noticed there was no extension that supported proper highlight and/or completion. Would it be possible to add WSGL support?

**Describe the pull request** This pull request updates kangaru to version 4.3.1 - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? All - #### Does your...

category:port-update
requires:author-response

Our team use live share on VSCode and we use the `ms-vscode.cmake-tools` to build our project. We cannot see the compilation output, which would be useful for fixing compilation errors....

feature-request
backlog
Stale