Lewis Hemens

Results 17 comments of Lewis Hemens

I've taken a stab at this, because we needed it ourselves for something: https://github.com/dataform-co/dataform/tree/master/tools/grpc-web-proxy It seems to be working well for unary calls, I haven't had a chance to test...

You're not missing anything! There is no import, but this wasn't a completely deliberate oversight. Copy pasting should allow you to pull diagrams back in to the web app from...

Yup makes sense! One would expect copy-paste to work regardles of tool selection, so let me fix that. :+1:

Chiming in here: - New version is now without Google integration, relying on local storage instead - All tracking scripts removed currently - License changed to MIT From a product...

> Maybe at some point we could put our heads together and see if there's any overlap, if you find any of this stuff appealing. Hello! I'm back. Love what...

List of keyboard shortcuts now exists in the new version. Still no shortcuts for the tools, will keep this open for that.

There is maybe alternative option here - rather than adding a `--watch` flag to bazelisk itself, we could have bazelisk also manage ibazel installation. E.g. having a `.ibazelversion` file, have...

You can _kind of_ do this already: ``` // my_udf.sqlx config { type: "operations", hasOutput: true, } create function ${self()}(x INT64) ... ``` And then you can reference it: ```...

Could anyone encountering this provide a bit more info about browser and OS? I have tried to recreate all the situations above, but have not been able to cause this...

Fixed in #279