Wes McKinney

Results 59 issues of Wes McKinney

As discussed in #4300, comm requests have to be served in the order they are received. Since the data explorer has some request types, like `get_column_profiles` that can grow very...

For epic #2187, addresses #4963. This provides a new built-in positron-duckdb extension that loads duckdb-wasm in a web worker and provides an RPC endpoint using VSCode's command service for fulfilling...

Initial spike for epic #2187 to be able to open Parquet and CSV/TSV files by clicking on the file explorer in the user's workspace.

enhancement
area: data explorer

To be filled out

epic
area: data explorer
lang: python

On ultrawide monitors, the data explorer column profile pane can appear very wide if Positron is maximized: Compare ![Image](https://github.com/user-attachments/assets/4f363c75-2ec6-4068-943e-b520f8711923) with (UWQHD 3440x1440) ![Image](https://github.com/user-attachments/assets/d3c8bfec-6c5e-484c-9ffd-d90da44fa01a)

bug
area: data explorer
sharp-edge

As noted in #5332, duckdb-wasm does not support reading from compressed CSV/TSV files for some reason, and additionally multithreaded execution is not well supported in the WASM build (background discussed...

enhancement
area: data explorer
area: duckdb

This is the multiset "is-member-of" filter provided by `isin` in pandas or `%in%` in R. * Should support locating values by searching, with the option of "select all matching search...

enhancement
area: data explorer
frontend

I had some difficulty with the bd daemon sync making non-trivial code changes / reversions to my codebase so I completely scrubbed .beads and started clean with `bd init --branch...