Eugene Tolmachev

Results 112 comments of Eugene Tolmachev

From discussion thread on OWIN, there's a willingness to go ahead with this, but no standard update. Maybe you could create a custom/extension property in StartupOptions.Settings to avoid the Builder's...

Right, forgot about the password. The "certificate" property, I guess I'd set it in my Startup.Configuration() on an IAppBuilder instance?

https://groups.google.com/forum/#!searchin/net-http-abstractions/SSL/net-http-abstractions/-icGvmayRAY/8ku-YSlH2C8J 2 year old, that's ancient in internet-years :)

https://github.com/RicoSuter/NSwag/pull/1976/files#diff-4cbdc640407fc6a649e91bcc43983584L17 :(

@Jehoel `text/plain` support was [specifically added](https://github.com/RicoSuter/NSwag/pull/1786).

> Is that all there is to it? I don't know, I was hoping someone more familiar with appService templates could look at the template and see what else might...

I don't see what value does it bring - generating resources outside of the CE is already possible, unless you somehow benefit from CE context (for example `let!` within `if`/`for`...

Just hit this as well, [this line](https://github.com/CompositionalIT/farmer/blob/master/src/Farmer/Arm/App.fs#L75) does not pass the template validation, which I think is a different issue - ARM doesn't seem to be evaluating the name expression,...

I was referring to the linked ARM/biceps issue, which is specifically about naming of the registry. The PR I have opened fixed both issues.

The only debugger I was interested hooking up into was Remote DevTools, but I vaguely recall that the Chrome debugger that RN integrates with works via VSCode as well if...