faddiv

Results 8 issues of faddiv

Description: In the dependencies there are two dependency which is pulled from github: "debug": "ngokevin/debug#noTimestamp", "document-register-element": "dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", These breaks the npm install if it runs behind a proxy which doesn't...

Hi, We ran into this problem when we tried to use plural custom id-s. - CreateListFactory for custom types creates a string list instead of a custom type list. From...

🌶️ hot chocolate

Appveyor failed with the following error: Error publishing package. NuGet server returned 403: The specified API key is invalid, has expired, or does not have permission to access the specified...

Hi Ahmad, We've been using SqlKata in our project, and I’ve started exploring its internals. I thought the compiler part could be improved significantly both for speed and memory usage....

# Explicit named mappings ## Description This PR implements the `NamedMappingAttribute` so the method names can be overridden with an explicit name. Fixes #1855 ## Checklist - [x] The existing...

Hi @ahmad-moussawi As mentioned in #738, I broke the test improvements and benchmarks into two separate PR. We used SqlKata in our project, and I’ve started exploring its internals. I...

Hi @ahmad-moussawi, As asked here #738, here is the separate benchmark pull request. This PR contains a benchmark project with a few scenarios, documentation about how to use it, and...

# Fix name collision on inlined mapping ## Description This PR ensures that the inlined mapping in the projections doesn't cause parameter collision. Fixes #2012 ## Checklist - [x] The...