Corwin Joy

Results 20 issues of Corwin Joy

Create a draft pull request to reproduce the reported query crash issue. This gives a more exact code example with a test harness.

### What happens? When interrupting a long running query, the query shutdown process may produce a core dump due to what I believe is a race condition. This is a...

needs triage

This PR is in reference to the following issue: [Keyboard interrupt kills Python kernel](https://github.com/duckdb/duckdb/issues/10216) When running a Python query in an interactive environment, interrupt signals must be handled promptly, or...

As promised, here is the PR to upgrade the library to define a 'torch-like' protocol and use that for the base type rather than using torch.Tensor directly. This lets users...

Hello and thanks for publishing this library! I've really enjoyed reading the design and discussion documents you have posted. However, I am now trying to apply this library in a...

# 📚 Documentation/Examples Thanks for this awesome library! I'm really enjoying learning it, but I did get a little confused while reading the documentation and would like to suggest an...

documentation

### Idea Represent [TN, TM] tensors by TxT blocks of NxM lazy tensors. While block matrices are currently supported, the efficient representation is only when there is a diagonal structure...

Add navigation buttons to the documentation as per the proposal here: https://github.com/duckdb/duckdb-web/issues/2852 Comments: 1. I was able to get this to work pretty well but there were a couple limitations....

As a new user, when I came to the website to read the documentation I found the left menu order to be somewhat disorienting. Reading top to bottom, after Installation...

design and layout

I would like to add Next and Back navigation buttons to the documentation. I found it a bit awkward to navigate the documentation using only the sidebar index and I...