Swoorup Joshi
Swoorup Joshi
Using the fp64 modules, it appears as the precision are lost under Apple M1 MAX, as if I were using fp32. The values sent to the shader do appear correct....
I don't understand what is the difference here. Why doesn't the spec allow for 8 bytes alignment for struct? Consider these 2 samples: Case 1 ```wgsl struct fp64 { high:...
Thanks for the great library. Another thing I've found is probably missing support for tuple query generation in where clauses? ```fsharp selectTask HydraReader.Read ctx { for a in draftItemTable do...
Why don't I get nicely formatted and visual representation of these things after putting in markdown. Its just plain html
This has not been updated for years. When googling for a ogre github clone, I get this instead of the official one. Can we close this in favor of https://github.com/OGRECave/ogre
Simplify hacking on this repo by * Allowing to change the version from a single Cargo.toml instead of multiple crates. * Single place to update external dependency version instead of...
This adds an MVP support for union types for use in appender via arrows. The insertion works fine currently for primitive and string types (more types can be added in...
```fsharp let recoverWith (f: exn -> AsyncSeq): AsyncSeq with member __.GetAsyncEnumerator (cancel) = let outer = upstream.GetAsyncEnumerator(cancel) let mutable inner = Unchecked.defaultof with member __.Current = if isNull inner then...
Fix the following exception: ```fsharp let vec = Vec.ofArray [|1; 2; 3;|] let s = seq { for i in vec do yield i } s |> Seq.iter (printfn "%A")...
It would be nice if we could add OpenApi 3.0 schema generation. So F# types could directly be exposed in REST models. Its possible to override schema using `SchemaFilter` in...