Cosmin Onea

Results 4 issues of Cosmin Onea

I need to install a couple more plugins for the CKEditor. I created my own module with a descriptor that registers my main javascript file: ``` public override IEnumerable RegisterJsIncludes()...

Solution does not compile because of those missing files. Would you be able to check them in please?

Here is a quote from http://nblumhardt.com/2011/01/an-autofac-lifetime-primer/ // var container = … while (true) { using (var lifetimeScope = container.BeginLifetimeScope()) { var r = lifetimeScope.Resolve(); // r, all of its dependencies...

Bug
Researching

I am using Kamal 2 to deploy a background job. The job needs to connect to a Google Cloud SQL instance. I am running the cloud proxy as an accessory...