Donovan Edye
Donovan Edye
Hi, [This package](https://www.jsdelivr.com/package/npm/compressjs) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`

Hi, One of the things we have a need to do quite often is check some form of "complex" validation client side that ultimately does not relate to only the...
Hi, - Windows 10 1809 Professional - IIS 10.0.17763.1 - Have run mkcert -install Generated my new wildcard certificate as: ``` mkcert -pkcs12 "*.ozc.black" ``` I then go to IIS...
Hi Halil, Apologies for the long post, but I figured you would want to see all the various bits. - Downloaded latest ASP.NET MVC (No Module Zero) with EF from...
Hi, As @allantargino is kindly hosting this off [his hub account](https://hub.docker.com/r/allantargino/kubeless-dotnetcore/tags) how is Kubeless securing the longevity of this runtime? I understand it is a 3rd party contributor, but wouldn't...
Hi, I was wondering if there were plans for .NET Core 2.2 and the imminent .NET Core 3.x?
Hi, Pinging @allantargino. Based on some help from https://github.com/kubeless/kubeless/issues/1059 I have determined that the existing .NET Core 2.1 image is [104 MB](https://hub.docker.com/r/allantargino/kubeless-dotnetcore/tags) before dependencies - which is rather large. I...
Hi, Environment: > [root@node01 hello-world]# kubectl version > Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} > Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-19T16:32:14Z", GoVersion:"go1.12.5", Compiler:"gc",...
Hi, Pinging @allantargino. - Kubeless version: v1.0.4-dirty `kubeless function deploy hw --from-file Hw.cs --handler Module.handler --dependencies Function.HelloWorld.csproj --runtime dotnetcore2.1` with Hw.cs (no namespaces): ``` using Kubeless.Functions; public class Module {...