William Wolf
William Wolf
We're so excited to see [initial Node.js support](https://github.com/cwida/duckdb/pull/1112)—thank you @hannesmuehleisen! Below is a list of some features we'd like to add (or partner with you to add, depending on your...
Quick typo fix, but probably will be a breaking change, so will need a version bump for this
In the process of making a theme, I wanted to accomplish the following and was unable to find a way to intuitively do so. Hopefully this can start a discussion...
With this [fix](https://github.com/sindresorhus/conf/pull/136) landed, a new bug in `clear()` has become evident. As you know, settings `.store = ...` emits a `change` event. The code for clear() is currently [as...
It's great that `onDidChange` and `onDidAnyChange` return functions to destroy the watcher, but it would be great to have the listeners be internal state and then provide an `unsubscribe` method....
Saw [this](https://github.com/vega/compassql/blob/master/src/schema.ts#L111-L122) in compass, and thought it was worth pushing upstream. Tests still in progress.
The existing `react-duckdb` providers were pretty convoluted and had properties that it didn't use. I refactored it and added documentation and comments. I **did not** bump the version in `package.json`....
Some applications may prefer to build their own schema, it'd be great to have a `setSchema(schema: Schema)` method.
It'd be great if a table name was escape with quotes automatically during creation. https://github.com/uwdata/mosaic/blob/5fe204e9ab0706ff2d39f64911dd91d758da31a9/packages/sql/src/load/create.js#L11 I was going to send a PR for this by exporting `quoteTableName` from `ref.js`: https://github.com/uwdata/mosaic/blob/5fe204e9ab0706ff2d39f64911dd91d758da31a9/packages/sql/src/ref.js#L38-L46...
I've using Mosaic from within TypeScript so I authored [some type declarations](https://gist.github.com/willium/15e61146761c69c7eb50d01dbe005852). **I don't stand by their correctness**, but in the process of doing so, I noticed a type mismatch...