Charlie Moog

Results 60 comments of Charlie Moog

Nice idea. I agree this would be a useful enhancement. I'm open to merging this functionality as an external contribution. Otherwise, I'll add it to my backlog.

I'd welcome a contribution in this area. Most of the work will be adding a driver implementation to https://github.com/cmoog/vscode-sql-notebook/blob/a0fea8ce8808c86c683cc5b3dd634cc0af242897/src/driver.ts

Seeing this for `next info` ``` $ deno run --allow-env --allow-read --allow-net npm:next info error: Uncaught TypeError: _os.default.version is not a function at nextInfo (file:///Users/charlie/Library/Caches/deno/npm/registry.npmjs.org/next/13.0.3/dist/cli/next-info.js:68:30) at file:///Users/charlie/Library/Caches/deno/npm/registry.npmjs.org/next/13.0.3/dist/bin/next:140:44 $ deno --version...

Ran into this: ``` ╰─>$ deno run -A --unstable npm:next error: Uncaught Error: Not implemented: v8.getHeapStatistics throw new Error(message); ^ at notImplemented (https://deno.land/[email protected]/node/_utils.ts:23:9) at Object.getHeapStatistics (https://deno.land/[email protected]/node/v8.ts:19:3) at Object. (file:///Users/charlie/Library/Caches/deno/npm/registry.npmjs.org/next/13.1.6/dist/server/lib/start-server.js:17:47) at...

```console $ deno --version deno 1.31.0 (release, aarch64-apple-darwin) v8 11.0.226.13 typescript 4.9.4 $ deno run -A --unstable npm:next error: Uncaught Error: Not implemented: toDenoStdio pipe=string (ipc) at notImplemented (internal:deno_node/polyfills/_utils.ts:7:11) at...

Yes, got those pushed with 1.7.3! Thank you.

Is there an existing workaround for this issue? Now that node v16 is LTS, this is quite a wart in the side of nix node compatibility.

@andir @gilligan Is this project abandoned? I understand that the `nix-commmunity` org doesn't have the same guarantees as `nixos`, but at the moment this tool is completely incompatible with both...

> Just to clarify: is this about "show multiple errors in the same line" or "better show mutli-line errors"? The later would be a duplicate of #47, no? The former....

> Unfortunately, for DataFusion-reasons, we have to know the schema of a table before we begin to operate on it > ...I think having the strict-mode be the default, and...