Swoorup Joshi
Swoorup Joshi
I wonder why the font size in pdf is significantly smaller than the html counterpart.
Getting the same issue :/ https://github.com/syther-labs/rediculous/runs/7005108072?check_suite_focus=true
imo, it's better to wrap the appender handle into its own type, and use that instead like for DataChunkHandle [here](https://github.com/duckdb/duckdb-rs/pull/337/files). There is few other places where the appender is passed...
Sure, I based few more changes, that fixes quite a far bit of the issues with appender (including adding support of union types and works well with nested types) atop...
Anything preventing this merge btw?
I am hacking out a initial implementation like this: ```fsharp interface ISchemaFilter with member this.Apply (schema: OpenApiSchema, context: SchemaFilterContext) = let objType = context.Type if objType |> IsUnion then schema.Properties...
Interesting, that definitely makes sense given the lack of current support for the mechanism. My use case for this is to compose various SQL fragments as string literals and still...
I am interested in this as well. A railway pattern between async and non-async functions
Sorry no, It's been fairly long, and my interest has waned from the project. Anyone is welcome to fork and make changes to the project
I frequently get `Vertex buffer is not big enough for the draw call.`. This is likely due to sometimes the number of points being changed too. https://threejs.org/docs/#manual/en/introduction/How-to-update-things This doc mentions...