Results 6 issues of thumbert

Hi, Would you consider adding another parameter to ListToCsvConverter that will customize how nulls get treated? Currently, for [1, null, 3] you get 1,null,3. That is inconvenient if you import...

feature request

I've opened a StackOverfow with my issue hoping somebody knows of a simple solution. I managed to pinpoint the issue in the flutter source code, so I came here to...

framework
f: material design
has reproducible steps
found in release: 3.7

Hi, I don't see a clear way to implement callables that are async. In my case I'm using a Dart implementation and I'm even willing to restrict the async functions...

Hi, I'm trying to migrate my existing Dart 1 code to Dart 2. I am running into an issue that I don't know how to solve. My issue looks to...

Hi, I have not seen an example on how to do this in the docs or the tests. Given how pervasive enums are in Rust, maybe an explicit example will...

It's a coincidence that the current enum tests in `test_all_types.rs` pass. Here's a simple example that shows a bug due to incorrect array indexing. ```rust use duckdb::{Connection, Result}; #[derive(Debug)] struct...