Juan C. Andreu

Results 79 comments of Juan C. Andreu

There is nothing special to do in a Kledex application, compared a regular dotnet one. Following the official docs might be enough: https://docs.docker.com/engine/examples/dotnetcore/ BUT, I still think that having a...

This can be interesting, @RinatS . I'm curious why not to use Service Bus topics? Is it because of the throughput?

IMHO, Actor implementation would take a while, it requires networking, persistence, queues, and so on. BUT, i would love to see it here. I think it's better to have suport...

Just did it myself, subscribing to routed.add and: ``` var processRequest = function(params){ var request = { }; params.route._paramsIds.forEach(function(paramId, index) { request[paramId] = params.params[index]; }, this); return request; }; ```...

Same here. Installing a previous extension version does not work either => "Not compatible with my current version of vscode". Gonna have to install mono :/ MONO? Looks like C#...

Brilliant @eaxeax !! Monkeypatched it and it worked beautifully. Havent dive much into the plugin structure, but would it be possible to add a total row? It'd be useful to...

I just got the same issue with jest. What's the workaround? if any.

We are using IaC that has a JS serializer to bundle and deploy code as AWS Lambdas, and the result from it by using the KMS is that the bundle...

Indeeed, it would be a great addition!! Have you found a workaround? besides scripting?

Maybe code. Just simple code. Anything would do. C#, go, Ts, etc