kerams
kerams
I'm rolling my own dead simple, cookie-based, internal system. I have an auth Remoting handler with a login method that takes credentials as input and sets the session cookies if...
[This is a repro for my problem.](https://fable.io/repl/#?code=PYBwpgdgBAYghgIwDZgHQGFgCcwFgBQBKALlNALxQDsqArPbQMwEhYCWExAZtAEQCkAZ15QAFBFQAVYAGVi7CAHNRvGACZeASk0sF3PkJHips+R2WqNAGigyAnoOJgAtqgDiSYAjhI2ALzhiNmAJdABXJGIwnABJCC5gVDiANzh2OE5wyOiwbSA&html=Q&css=Q)
> For Fable 3 we were considering to minify record fields (as Elm does I believe) but we discarded because it was complicated, had effects on interop and benefits weren't...
The API in the first post of the pull request does not exist. What I am already using still appears to be the only way to create a function component....
Is this supposed to propagate application errors as text and recreate the error type on the client? I'm not a fan. Why wouldn't you model application errors in your domain...
> as far as I'm aware there's no way to push an exception into a message in Fable Remoting No, exceptions are not easily serializable, Do you really require the...
`Key` is contained in `Props`: ```fsharp Pagination.pagination [] [ Pagination.list [] [ for p in 1 .. 10 do // Use the page index as the key // In general...
`DateTimeOffset` does not have any explicit `Kind`. If the offset is 0, you know it's UTC. Otherwise it's local. > until DateOnly arrives in net 6.0 GA Yes, I'm looking...
Ping @isaacabraham. Is this sufficient, do you think?
I can try, but it looks like it will involve a lot of (almost) duplicated code and many Task-Async to and fros, partly because of what I outlined above (we'd...