dapper
Here are 382 public repositories matching this topic...
Based on comments like this i suggest a compatiblity matrix in the readme under the section Will Dapper work with my DB provider?.
This way new users can get some heads-up before investing time and effort. Especially Microsoft.Data.Sqlite
developer guide: development note for Middleware Engineering
- why need Middleware Engineering
- how to do it
Middleware Engineering
🔥 , like multi-version Java full support(support low version Java and full functions of high version Java), is boring but essential for middleware!🤣 https://github.com/alibaba/transmittable-thread-local/releases/tag/v2.5.0
-
Updated
Jun 26, 2020 - C#
I figured out that node-sass dependency mentioned in web package is obsolete now.
I tried to change it to
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},
then web-vue built s
-
Updated
May 23, 2020 - C#
We don't need to provide very detailed development document, but at least, we should have one about How to add a new widget for new metric. Do you agree? From my perspective, in current UI architecture, this would become one very interesting point for new contributor.
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Jun 25, 2020 - C#
-
Updated
Jul 1, 2020 - C#
I understand that we use 'cls' for context storage/thread local storage. However, it is a little painful for me right now to try to get spans from thread local storage, that is because there are many moving parts: I need to initialize the tracer or get the global tracer (will creating a new tracer work?) and then check the current context but then check if the contextManager has a rootSpan. Also g
I'm not sure if I'm just tired and stupid, but I have gone through all the examples and I cannot seem to find a way to limit the number of results returned...
Is this a limitation at the moment?
-
Updated
Jul 2, 2020 - C#
-
Updated
May 20, 2020 - C#
-
Updated
Sep 17, 2019 - C#
-
Updated
Dec 11, 2018 - C#
-
Updated
Apr 13, 2018 - C#
Thanks for the good examples.
There's warning when running example/queue:
queue/runner.py:19: DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead
python 3.7.2
aiozipkin==0.5.0
aiohttp==3.5.4
aiojobs==0.2.2
Checked latest aiohttp doc., maybe need to update like this (it works without warnings):
# /examples/queue/runner.py
def ru
Rework queue example
-
Updated
Feb 17, 2020 - C#
-
Updated
May 14, 2020 - C#
-
Updated
Jun 23, 2020 - Shell
-
Updated
Dec 7, 2019 - C#
-
Updated
Aug 16, 2019 - C#
-
Updated
Oct 21, 2019 - JavaScript
-
Updated
Nov 23, 2019 - C#
Improve this page
Add a description, image, and links to the dapper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapper topic, visit your repo's landing page and select "manage topics."
Please answer these questions before submitting your issue.
Requirement or improvement
It is difficulty to correlate log and tracing.
Finding tracing by traceId often fails because sampling is turned on.
if we record important log (such as error lo