Alberto De Pena
Alberto De Pena
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($steps-marker-size, 2) or calc($steps-marker-size / 2) More info and automated...
Should List.traverseValidationA' be private just like the other functions that denote recursiveness (rec keyword)? https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/a4a0d2d53f4a9a0477d661431eae19c00cc3c766/src/FsToolkit.ErrorHandling/List.fs#L79
Is it possible to cache the requirement on phone verification? Perhaps a check box that only requires phone verification after 60 days? I believe Azure AD supports that feature....
I have a [gist](https://gist.github.com/AlbertoDePena/c91111a675d9c513cd09857efbd29aa7) that I include in most of my FSharp projects. I wanted to ask if the maintainer of this project is willing to expand the AsyncResult type...
### Description Feature request ```FSharp [] module String = let toPascalCase (value: string) = let character = value.[0] let letter = character.ToString().ToUpper() let pascalCased = letter + value.Substring(1) pascalCased ```
Is there a website to convert html to Falco mark-up? Not sure if there is one for giraffe or oxpecker. That would be super handy to drive adoption. Thanks for...