Alex Vergara
Alex Vergara
### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. After reading this: >don't...
## Expected Behavior ut being precompiled as a module ## Actual Behavior header isn't being precompiled as a prebuilt module unit ``` ./zero/tests/deps/ut.hpp:379:23: error: declaration of 'is_container_v' with internal linkage...
It's there out some kind of possibility to make the tool compatible with CMake C++ projects?
I am writting an ORM that depends on `tiberius`. Someone requested us to include the `Integrated` auth method for MSSQL databases, so we go ahead, and tried. Everything works well...
Hello. Following [this issue](https://github.com/prisma/tiberius/issues/258) a lot of people are interested in make the `QueryIdx` trait public. By make it public, you will allow to your consumers to write generic code...
Hello. Following [this issue about conversion errors on floating point types](https://github.com/prisma/tiberius/issues/249), I found also the same error for the tiberius `tiberius::ColumnType::Intn`. An easy to read example: ``` TIB_TY::Intn => Self::IntValue(...
Hello. I am having issues with the `.bind()` method. Currently, it's signature is `pub fn bind(&mut self, param: impl IntoSql
# Description This PR aims to provide the implementation of a long awaited feature within `Zork++`, which is workspaces. Workspace are the futuristic building blocks of our configuration workflows. They...
## Feature Request Currently, when the Windows installer is created via Inno, the package isn't signed or authored by our organization. This leads to Windows typically block it's installation with...
## Feature Request Since is out the Clang's v16 release, see [notes](https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html) we should implement the compiler flag `-fmodule-output` now that is enabled for the one-phase compilation model for standard...