Demid Lupin

Results 3 issues of Demid Lupin

I see LDAP only in `user_guide.md` Probably it is related to `django-auth-ldap`

documentation

In tutorial we have sample for genarator of IpAddress ```fsharp open System.Net let ipAddressGen : Gen = gen { let! addr = Range.constantBounded () |> Gen.byte |> Gen.array (Range.singleton 4)...

help wanted
good first issue

I try update my app from `unitgenerator` `1.4.10` to `2.0.0` for this code ```csharp using Speckle.DoubleNumerics; using UnitGenerator; [UnitOf(typeof(Vector2))] public partial struct Speed{} ``` But `Speckle.DoubleNumerics` (https://github.com/specklesystems/Speckle.DoubleNumerics) not support Vector2...