Edgar Rodriguez
Edgar Rodriguez
I find myself using regex to match dynamic errors, could this be added? ```f# let throwWithRegexMessage (m:string) (t:System.Type) = CustomMatcher(sprintf "%s \"%s\"" (string t) m, fun f -> match f...
Hi, amazing lib! I have a silly question, but I couldn’t find it in the docs or issues. Can other assignment strategies be implemented? I would like to divide a...
Can `AppendQueryToUrl` be public? or accessible some way? https://github.com/fsharp/FSharp.Data/blob/545c0eb89547e7ad29657bd18ec7a4df3b78c292/src/Net/Http.fs#L1514
Hi! Thank you for this amazing lib. I'm having an issue, when I'm Using this JSON ```json [ { "error": { "message": "Error validating access token: Session has expired on...
Currently `FSharp.Data.Http.Request` has multiple arguments: ```fs static member Request ( url, [] ?query, [] ?headers, [] ?httpMethod, [] ?body, [] ?cookies, [] ?cookieContainer, [] ?silentHttpErrors, [] ?silentCookieErrors, [] ?responseEncodingOverride, []...
Hi! Incredible library 👏 thank you 🙏 I'm using Sanctuary with Typescript (@types/[email protected]) and the type of S.Maybe is not exported, i copied the type and use it in my...
Hi 👋 I happen to be using this lib in version `1.19.0` and looking for the readme I noticed the version bump, when I tried to look for releases or...
http://hood.ie/ seems like the domain expired
Hi 👋 I've been developing a Firebase app, and thought about publishing my Firebase bindings, but I'm wondering if I should merge them with this package instead, however, I wonder...
Is somebody else having this issue?