Wes McKinney
Wes McKinney
As some food for thought about what features we might want, consider the "Filter by values" dropdown for the Table feature in Google sheets: When I type in the search...
Rill Data is another tool that has as similar kind of set-membership selector, with an exclusion toggle which is nice:
I'm not planning to do any more work in this branch, and will work on additional features in a branch based on this until this gets merged.
One thing I could use some help on is how to determine when the built-in positron-duckdb extension has been loaded (if you click on a file too fast when the...
> If your extension activates eagerly, you can use whenAllExtensionHostsStarted It does activate eagerly, so I'll use that! How do you tell what positron-* extensions activate eagerly and which ones...
I added ``` await this._extensionService.whenAllExtensionHostsStarted(); ``` to the main `_execRpc` method and it seems to hang / never resolve, both before and after the application loading phase completes. So maybe...
I tried making a release build and it has a webpack error: ``` [16:27:00] Bundled extension: positron-duckdb/extension.webpack.config.js... [16:27:00] 'vscode' errored after 38 min [16:27:00] Error: ModuleDependencyWarning: Critical dependency: the request...
Here's what ChatGPT has to say on the matter if it is not hallucinating: https://gist.github.com/wesm/f6e227b72653167dbc966031e7933782
It seems like we will have to do some work to get the wasm bundles loading both in a development context and a webpack context, maybe similar to the tree-sitter-wasm...
I've spent half my weekend on trying to get the webpack build to work and I'm completely stumped. I have an error like: ``` $ yarn gulp compile-extensions-build [14:47:46] Bundled...