njlr
njlr
Resolved by https://github.com/bazel-contrib/rules_dotnet/pull/516 ?
> Hello, > > This is caused by NewtonsSoft which introduce the max depth 64 for working around a [security vulnerability](https://stackoverflow.com/questions/68576787/newtonsoft-getting-the-readers-maxdepth-of-64-has-been-exceeded-error-while). > > I see 2 solutions, either I set...
```fsharp // Pseudo code, I don't know if this is allowed by NewtonSoft let fromStringWithOptions (options : JsonSerializerSettings) (decoder: Decoder = options.DateParseHandling ) : 'T = // ... module Advanced...
Could the old `Decode.option` and `Encode.option` be left as-is? `Encode.lossyOption` is quite verbose!
> I'm not sure about the exact implementation you have for your Fable rules but I wonder why you need to couple the Fable rules with the rules_dotnet ones? AFAIK...
> Unfortunately build dependencies are not included in the poetry lock file, so you'll need to include them yourself like [here](https://github.com/jvolkman/rules_pycross/blob/main/examples/poetry/BUILD.bazel#L86-L91). You'll also need to add dependencies on `setuptools` and...
I attempted to add this, but I still get the same error: > ERROR Backend 'mesonpy' is not available. Added here: https://github.com/njlr/rules_pycross_oci/blob/0df866815655f837603a05db81e7cc00eb05b759/cowapp/BUILD.bazel#L40-L45 Any ideas?
Related question over on Snowflaqe https://github.com/Zaid-Ajaj/Snowflaqe/issues/24
Is this a duplicate of https://github.com/jvolkman/rules_pycross/issues/117 ?
> Hi [@njlr](https://github.com/njlr) > > Are you able to share any more of the stack trace? As it says, `3.9.16` isn't valid. It would need to be `==3.9.16`, `>=3.9.16`, etc....