Paul Knopf

Results 159 comments of Paul Knopf

Not at the moment, sorry. The code in containerd/ctr is straightforward though, I just haven't gotten around to it.

The prefix is appended to each dependency needed to build automatically. Pulling images has no concept of prefix. > If so, then, presumably, just pulling the "bar/foo" image onto a...

If you need Qml integration, I am working on a project that does exactly this. I'd consider it usable for production. https://github.com/pauldotknopf/net-core-qml

Yeah, I'm open to a collaboration. Unfortunately, CppSharp wouldn't work for the QML stuff, since there has to be a native component to work closely with the ```qml-private``` headers.

If you need Qml integration, I am working on a project that does exactly this. I'd consider it usable for production. https://github.com/pauldotknopf/net-core-qml

> A possible solution would be to add a continueOnCapturedContext parameter to RaiseAsync to let the caller control that behavior. Not sure if it should be true by default... If...

Wait, this is already a feature? There is a JavaScript thread loop implemented in here? I heard node was hard to embed, leading electron to for it. https://github.com/electron/node It wasn't...

Amazing! I know the API is different than EdgeJS, but how do you see this library, compared to it? Also, is this repo your working fork? Is the CompilerKit one...

I'm aware there was some rumblings about removing the interfaces, but they didn't. They are a part of the .NET Standard. https://docs.microsoft.com/en-us/dotnet/api/system.data.idbconnection?view=netcore-2.0 How do you suggest I use ServiceStack.OrmLite which...

```OrmLiteConnection``` doesn't derive from ```DbConnection```, it *implements* ```IDbConnection```. I'm having trouble seeing your concern.