gparmigiani

Results 181 comments of gparmigiani

Maybe there is some way to make it less prone to danger of shadowing or malicious purposes, but still achieving a similar functionality? Like at project level? I see the...

i have found this : https://github.com/akhansari/FSharp.OpenApi

I very nice project i saw in the F# space is this one (it uses F# Computation Expressions CEs for the builder pattern), but probably with extension methods something much...

maybe recursive types could be used ("the key in a mapping, can be a mapping itself") like in trees etc..? Probably FSharp.Data JsonValue also uses something similar.. e.g. JsonValue in...

also i never used vite (was doing all with babel for what i achieved for now), could this be useful? - https://github.com/linsk1998/vite-plugin-amd ?

I see this doesn't cover some cases e.g. with query parameters.. probably the regex need to be adapted to fit this scope.. maybe then the "ignore broken route" solution in...

``` dotnet list package --include-transitive > System.Numerics.Vectors 4.5.0 > System.ObjectModel 4.3.0 > System.Private.DataContractSerialization 4.3.0 > System.Private.Uri 4.3.2 > System.Reflection 4.3.0 > System.Reflection.Emit 4.3.0 > System.Reflection.Emit.ILGeneration 4.3.0 ``` so seems we...

pls if you also experience a similar issue add a 👍 on top!

this would remove the need for typing in **aspnetcore** pipeline correct? as the delegate would be inferred automatically, that would be awesome.. what about Task and Task ? is there...