Results 40 comments of Rusty Conover

The functionality is mostly equal between the modules, except for the startup time difference. There doesn’t appear to be a cute way to fall back between the modules.  I’d be...

Since I was the one that put Kavorka in Net::Stripe. I had three primary reasons: 1. Writing type checking code is boring, and repetitive and prone to error. My doing...

@yahermann thanks for your comment, but refer to my previous discussion regarding why I'm going to keep Kavorka. It has saved me hundreds of hours by now in my projects....

Hi, @linzhou-db 6mb is the maximum response size of an AWS Lambda function.

You can see the limits here: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html

Hi @zhuansunxt I logged the incoming request to the sharing server.

Hello, To demonstrate the example extension function follow these steps. 0. Use the `cargo build` command you previously ran. It won't place the output in `~/.duckdb` it will produce output...

@theelderbeever from what I've read over the last few weeks the problem right now is it is not yet possible to implement UDFs for DuckDB in any other language that...