Darrell

Results 252 comments of Darrell

Would the user proxy agent have to be extended so that it could recognise and execute c# code as opposed to python? Dotnet has a docker image for a runtime...

@LittleLittleCloud `dotnet interactive` looks good. It does appear to execute a different dialect of c# than "standard" c# though, not sure whether that would need any special consideration. I thought...

> To enable such experience, one of the challenges is how to construct a workflow that can be used to incremental editing/improving a workspace or project, rather than a single...

Sorry I have no idea about the workspace / single file issue. I thought I had seen another open source project that is able to iterate on a code base...

Hi. I would accept a PR that changes these to instance variables as per the suggestion, along with the added test coverage shown above, for anyone kind enough to submit...

I was also seeing lots of gateway timeouts also running behind traefik. I then starting seeing java memory issues so it made me wonder if perhaps docker health check was...

Very useful to have this somewhere in the docs - perhaps here? https://github.com/aspnet/EntityFramework.Docs/issues/814

> AFAIK, Microsoft's implementation does not have a way for a requirement handler to have direct relationship with requests or queries/commands in CQRS case, therefore much less flexibility. Not sure...

Fwiw, another argument for *not* wanting to depend on MS would be that you equate Microsoft Auth library more with Infra layer and you want to implement something agnostic of...