Cory Grinstead

Results 144 comments of Cory Grinstead

So i guess there is a bug in vscode https://github.com/microsoft/vscode-notebook-renderers/issues/189 and it won't render `application/vnd.dataresource+json` mimetypes, so if this is added, vcsode jupyter will no longer work by default. So...

possible duplicate of https://github.com/zed-industries/zed/issues/15563

Thanks for putting this together!

> This makes sense to me, I'm not sure why it's excluded. > > @universalmind303 in case you have any objections, since you approved the initial PR removing this #1467...

I believe @srilman has been working logging for udfs. @srilman could you take a look into this?

we do have `table.optimize()` which optimizes [**everything**.](https://github.com/lancedb/lancedb/blob/main/nodejs/lancedb/table.ts#L376). instead of exposing a new method, what if we exposed some options on there to only optimize the indices, skipping compaction and pruning

@maizhichao unfortunately, this is a known issue with nodejs. Their FFI implementation is incredibly slow compared to python or other js engines (deno, bun). The main bottleneck is sending values...

@conceptofmind how did you download the file? If i run the same code on the youtube url, it works as expected ```py import daft df = daft.read_video_frames( path="https://www.youtube.com/watch?v=_9RMpogduZM", image_height=480, image_width=640,...

could you provide the exact scripts/commands you used to download the files? I'm unable to reproduce locally. I also noticed that the specific video does not have a 640x480 ratio....

we also need a gh action for this. https://jsr.io/docs/publishing-packages#publishing-from-github-actions