njlr

Results 249 comments of njlr

I have landed here from https://github.com/fsharp/fslang-suggestions/issues/608 Does this suggestion cover using integer literals in types? This would allow for encoding dimensions. For example: ```fsharp let u : Vector = v2...

> Hi [@njlr](https://github.com/njlr)! > > Yes, a PR with good testing would be accepted > > You might need to update the engineering in this repository a bit - I...

I think this may no longer be relevant? The latest [docs](https://docs.aspect.build/rulesets/aspect_rules_js/docs/npm_package#include_runfiles) do not mention `include_transitive_declarations` and `include_runfiles` now defaults to `False`.

> The repro is not public My mistake, please try now?

Perhaps this should be configurable by the user? Choose `async` or `task`

> It feels like a derivative of List.tryPick but accumulates errors. Hmmm does this make it part of `AsyncValidation` then?

It is possible to pull the compiled binary out of the supplied image (which is [based on Debian](https://github.com/google/nsjail/blob/23aff1148036631f3f304d5514fdb4992c6fd012/Dockerfile#L1)) but a `.deb` would be appreciated!

Beware of exceptions in the `Uri` constructor! ```fsharp #r "nuget: Thoth.Json.Core, 0.7.0" #r "nuget: Thoth.Json.Newtonsoft" open System open Thoth.Json.Core module Thoth = module Json = module Core = module Decode...

> > I am fine with adding supports for `uri` in Thoth.Json standard API > > [@MangelMaxime](https://github.com/MangelMaxime) that would make my day 👍 (if it is safe) > > I...