-
Since this is core infrastructure at the software tier, wide application will require wide testing. Suggest creating scaffold scripts for building libc and such with this (pkgbuilds?) in order to buil…
-
I am trying to install OpenBLAS on my virtual machine (Ubuntu 16.04), but I run into trouble during the 'make' process. The CPU of my device is an Intel i7-6700HQ.
To get a more detailed error log…
-
I would like to understand how gVisor is different from Unikernels / Microkernels?
-
On the basis of OrganizationUnits, I derived Department, migrated and updated the database, and generated the newly added attribute fields. At the application level, I built the application service cl…
-
This seems to be a breaking change between Castle.Windsor v4.1.0 and v4.1.1 possibly related to pull request #439 .
I have attached a unit test which succeeds with Castle.Windsor v4.1.0 (Core 4.2.0…
-
**Hello,
After I configured CAP, I first encountered the following error**
``c#System.InvalidOperationException: The connection does not support MultipleActiveResultSets.
at System.Data.SqlCli…
-
Right now it's a bit of a pain to use the Resolve method because what I'll have in hand is an `IReadOnlyDictionary`, usually from a method parameter.
Please consider adding this method and removing…
-
Consider the following code:
public class Program
{
static void Main(string[] args)
{
var services = new ServiceCollection();
var container = …
-
When using `BeginWcfCall(...)` all the wcf policy that tries to catch exception doesn't work, I'm still investigating, but it seems the same problem that you can have in every async Interceptor, becau…
-
ABP 3.6
NET CORE
ABP Official Template 3.6.0
`app.UseDatabaseErrorPage();` exception.
```C#
public IActionResult Index()
{
try
{
var context = (DbContext)HttpContext.RequestService…