LukePammant
LukePammant
Looks like this PR should fix the problem: [https://github.com/ThreeMammals/Ocelot/pull/1279](https://github.com/ThreeMammals/Ocelot/pull/1279) The documentation even says you can set the Timeout option on its own but it breaks it :\ 
I'm starting to get into F# and would love to use it w/ Dapr. Are there any plans for a F# friendly package?
@rynowak - https://github.com/dapr/dotnet-sdk/compare/master...LukePammant:fsharp-actor-timers heres the simple change that got the timer function to fire off. Its just a copy paste of the `DispatchWithoutRemotingAsync` method. Regardless it looks like it just...
Okay, that makes sense. Would it be worth me looking into using something like System.Text.Json in the Actors? It looks like it's being used for the state persistence.
Hey I know this is an old issue but I'm stuck on it as well. How can I get serverless to reset the Azure credentials? It doesn't appear to be...
I'll answer my own question above after I did some digging: ### The problem: When you first run `sls deploy` it will perform an interactive authentication against Azure even if...
My problem when importing the CSS files is that firefox applies the CSS after my inline so the external CSS (i.e. bootstrap) overrides my internal CSS w/ my custom bootstrap...
@ptim and @SupremeTechnopriest if I'm not mistaken your mock `fetch` is only being used in the `jest` test code itself because you're calling fetch directly in the test. So any...
@SupremeTechnopriest yeah, if I add a mock implementation that simply throws an exception and then call my worker via `miniflare.dispatchFetch` the request goes through and calls the endpoint. Example that...
You can do this without an extension now. The `Edit.ToggleLineComment` command can be bound to `Ctrl+/` in your Keyboard mappings: 