Max
Max
I can even get this to happen without any processes running, which is interesting & uncommon.
Sorry for the delayed response - I saw the resources for creating the Functions resource, and that works fine, but deploying the functions within it has been giving me problems....
> This is kind of intended because we don't know at what place of the path it is being called. I know that in the past some people called `Decode.fromValue`...
I think I found some weird edge case bug with currying & partial application. I'm getting an error because a partially applied function is not being executed after having the...
In `JsConsoleLogProvider.fs`, line 89, `GetLogger` partially applies a value and the _remaining_ arguments collectively create the `Logger` type. ```FSharp // all inside type JsConsoleProvider() let writeMessage name logLevel (messageFunc :...