Tony Williams

Results 12 comments of Tony Williams

For adding a reference to external.dll it sounds like how resharper does it, until they allowed you to add an reference via nuget it used to trip me up as...

Could do both - Open X - Open X via Nuget I'm sure there are scenarios where people would rather use a local reference rather than a nuget package.

When I messed around with my own implementation of a ROP builder I ended up naming it`attempt` too. Felt like a good fit to me.

KeyVault is a reasonable alternative. Also thinking, if we had multiple instances with multiple installations then all webjobs will attempt to renew the cert at the same time. Might be...

Even better :) I have found 1 odd edge case with regards to traffic managed sites. In my above example the EU server made a request for a cert but...

I'm getting the same issue and I think I've narrowed it down to Feliz.UseElmish when the update function returns a state AND another Cmd that isn't Cmd.none. It seems that...

I do but it's part of a rather large private project, let me try and distill it to something smaller.

Right, I've managed to create a repo from the Feliz template and isolate the issue: https://github.com/TWith2Sugars/FelizPromiseIssue I've taken the counter example and add an extra Msg IncrementAgain https://github.com/TWith2Sugars/FelizPromiseIssue/blob/main/src/Main.fs#L10 The update...

Let me know if there is anything else I can do to help.