Swoorup Joshi

Results 79 issues of Swoorup Joshi

I think the name based variant could have non-monadic return types?

Mostly deletion

Is it possible to get the code coverage figures once the build finishes? i.e the figures in the Reported Statistics Values? I have searched through templates and examples but it...

enhancement
waiting for release
available in alpha or beta release

When you are storing varying elements in an array, it would be nicer if we can also discriminate using their length, So subsequently you could use `Decode.andThen` followed by sets...

Can you please add Iosevka? https://github.com/be5invis/Iosevka

I think we should be able to insert in bulk. Afaik it's currently not supported? Or am I missing something else?

What is the purpose of this lines? It just recurses itself infinite times 😛 https://github.com/beetlex-io/BeetleX.Redis/blob/master/src/RedisStream.cs#L27-L30

bug

It appears that for schema like following: ```sql create table draft_item ( topic text not null, id text not null, timestamp timestamptz not null, sequence bigint not null, payload jsonb...

Is it possible to use this directly in javascript? Probably there should be a way to generate an api documentations for use with other clients?

I propose we allow both upcast (`:>`, `upcast`) and downcast (`:?>`, `downcast`) operators as functions similar to infix operators. For example. ```fsharp let localityEvents = events |> Vector.map (:?> LocalityEvent)...

probably not
area: type-inference