Benjamin Schmidt

Results 85 comments of Benjamin Schmidt

@albertvillanova does the Huggingsets datasets API support any standards for rich descriptions like this in the arrow metadata, at either the file or recordbatch level? It seems like a shame...

@davanstrien Thanks for tackling all this. One small note--all the metadata I could find was of the form`'dc:title': 'Vorarlberger Zeitung - 1850-01-15'`, but I think for typical use cases it's...

At first glance, it seems like djot has a principal to not distinguish between the first character and other characters in ids, possibly for simplicity of implementation? Which dictates that...

One general solution would be to have a custom slot in `settings` that contains a list of functions which will be called on every component in the AST of signature...

This markdown also appears to break ``` # Conflicts of Interest {#conflicts-of-interest .unnumbered} ```

Removing the class sign fixes it.

concretely, the minimal-impact way to handle this will be to take the `SettableFunction` class of this type: ``` abstract default(datum: ArgType, plot: Scatterplot | undefined): FuncType; ``` and convert them...

All right, thanks for the note--I think this should now be fixed by moving [these two lines of code inside a callback function from outside.](https://github.com/nomic-ai/deepscatter/commit/6274c5be6f06521f64770a7fcef161774f9a8d37#diff-1eeea7c5068c729f262855cb10b58fc258ae2f36c60f58bdc83aace2a3858a41R191-R192). If you encounter it again,...

There's also some movement here I should mention. Transformations on [a working branch](https://github.com/nomic-ai/deepscatter/tree/async-plot) are allowed to return promises. Since duckdb-wasm queries are async, that means you could package an Arrow...

So this is a little more straightforward now, although the API is still in flux. Here's what the steps would be on this new branch. 1. Define a transformation function...