Wes McKinney

Results 203 comments of Wes McKinney

If it helps others, I found this webpack-based web app on the duckdb-wasm repository which may help https://github.com/duckdb/duckdb-wasm/tree/main/packages/duckdb-wasm-app I'm going to stop spending more time on this before I tear...

I don't believe I'm going to be able to get this working on my own, so I am going to stop fiddling with it and making more of a mess

I tested out release builds locally on Linux and macOS, so going ahead to merge this, thanks @jmcphers for the save on the webpack issues!

It looks like the RStudio conda-forge recipe is community maintained, and building Positron is (I think!) easier than RStudio, so hopefully this will not be a heavy lift for a...

See also #3725. Since Positron wants to bundle Ark with it, we might consider making improvements to the Positron build system to depend on an installed version of Ark in...

> we should add an RPC that gets the full value so we can display it on hover or some other gesture, without needing to go through a copy or...

@dfalbel you can pick up the R implementation of this anytime once there is agreement on the RPC protocol, implementation should be easy!

As discussed in https://github.com/posit-dev/positron/issues/4144#issuecomment-2249056982, there is a certain "comparison budget" for detecting changes in data frames beyond which the backend will always fire schema update events for any data frame...