Paul Batum
Paul Batum
Thanks @ackzell that did fix the compilation problem, but yes it sounds like we both still can't `npm run app`.
OK @ackzell I think I'm closer to figuring this out. If you look inside the `node_modules\nodewebkit\nodewebkit` folder it will be empty, and this is the reason why `npm run app`...
Yeah I'm not sure we should add this capability. Cosmos DB and Event Hubs have a lot in common when it comes to performance, and my findings for Event Hubs...
I agree performance is not always a priority! But we have been burned by shipping features that do not perform/scale well (for example our experimental python support, which calls python.exe...
As discussed above, we have concerns with introducing this option from a performance perspective. Let me build on the argument a little further using your scenario. Lets imagine for a...
Closing due to lack of activity. Please reopen with additional info if required.
Is anyone getting this behavior when using webjobs 3.x ? The publishing workflow for that is a little different (there is no "publish as webjob" option anymore, VS just figures...
@parker-andy I'm talking about which version of the WebJobs SDK (the NuGet package) you are referencing in your application.
Actually disregard that. The publishing gestures that are presented depend on the project type (i.e. is it a .NET Framework console application or a .NET Core console application). So the...
So we need more information to be able to narrow down this issue. A few questions about what happens when you run into this problem: 1. Does performing a restart...