Shahid Shah

Results 30 comments of Shahid Shah

Also, it would be nice to use output of a previous SQL call in the next SQL block :-)

Good point @cmoog I would rather maintain SQL-first model as well. My initial use case for SQL Notebook is for interactive SQL testing for QA and some non-technical users. In...

Excellent sleuthing @paulfitz thanks for checking into this. Deno has its own [fs module](https://deno.land/[email protected]/fs) and cannot use the Node fs module so that might be tricky to fix (since, I...

I just discovered this fantastic tool and found myself thinking the same thing @pavlus - it would be great if we could offer `fselect` to our data scientists that already...

Yes @blakeembrey from the version I tested adding `*.ts` extensions is all that's required. I only need Deno support so that's all I need but I suspect you'd like your...

Thanks @jawj if you're interested, [Denoify](https://github.com/garronej/denoify) is a tool that could make it easier to maintain this package for both NodeJS and Deno at the same time.

@jawj did you get a chance to check out Deno since we chatted? I've found that Pika is a great CDN to use to help auto-convert to Deno: https://www.skypack.dev/view/zapatos As...

@jawj if you've had a moment to take a peek at Deno or SkyPack to fix the TypeScript Types warning (see above) we're ready to give this a try in...

Thanks for the hint @jawj - that's helpful. Deno does not use `package.json` and is "pure TypeScript" so I'll see if I can figure out a way around the `exports`...

Thanks for checking in @jawj! Unfortunately because Zapatos is not natively ESM, I had to use Skypack.dev's packager but this is what is generated: ```typescript /* * [Package Error] "[email protected]"...