Swoorup Joshi

Results 76 comments of Swoorup Joshi

Was going to add a suggestion but found this thread. Currently working with Akka and Akkling. It would be great if we are able to restrict the type of `Object`...

> > ```fsharp > > let generateValue0 () = if Monday then 2 else "4" > > ``` > > > > > > This function would have the inferred...

I think its worth targetting mid-level IR/AST representation rather than IL or just generating source code directly.

One reason, I dislike text based generation is adding complexity of multi-pass compilation and adding to the performance bloat in the compiler. Another reason, I dislike is, F# being a...

@mikependon Is it possible to add `${workingDirectory}/bin/${Configuration}/${targetFramework}/` to the search path of the dll? I think it's common to launch projects from directory using `dotnet run` which contains the project...

Came here to post this as well. But I am not sure, if we should wait for juniper to stabilize to 1.0 first?

one of the first thing I am using prisma is the bulk import of csv rows, so bit saddened by unpresence of this feature

This might be useful? https://github.com/abdolence/circe-tagged-adt-codec-scala3/blob/master/lib/shared/src/main/scala/org/latestbit/circe/adt/codec/impl/JsonTaggedAdtEncoder.scala

My example was bit more suited in additional to having a full featured type class feature in addition to this. I have added of use-case in the type classes suggestion...

Would also like to add a F# typeprovider driver. 👍