-
Updated
Apr 22, 2022 - C#
asp-net
ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 4,356 public repositories matching this topic...
I added an admin menu, when I attach a new Link Admin Menu, I saw the following hint:
The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site
Seems the Url is relative to the site not the admin site
-
Updated
Apr 24, 2022 - C#
-
Updated
Apr 24, 2022 - C#
-
Updated
Apr 18, 2022 - C#
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
Bug Report
If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.
The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/
-
Updated
Feb 11, 2022
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 13, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 21, 2022 - C#
-
Updated
Oct 1, 2020 - C#
-
Updated
Apr 4, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Jun 8, 2020 - PHP
-
Updated
Dec 8, 2021 - C#
The <post-read-time /> TagHelper is used to calculate the number of minutes we guess it will take to read the article. This calculation uses a simple arithmetic around the number of words Post.Content.
There is a hypothesis that suggests we should also include 30 seconds per image in the post.
The task here is to find the number of images in Post.Content and add it to the number
-
Updated
Apr 14, 2022 - F#
-
Updated
Mar 3, 2022 - C#
-
Updated
May 22, 2018 - JavaScript
-
Updated
Apr 23, 2022 - C#
-
Updated
Dec 2, 2020
-
Updated
Jan 26, 2022 - C#
-
Updated
Apr 20, 2022 - C#
-
Updated
Apr 30, 2020 - C#
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul