Andres Lowrie
Andres Lowrie
I opened up this one: https://github.com/jeroenjanssens/data-science-at-the-command-line/pull/107 on another note, @jeroenjanssens loved the first book looking forward to the next one !!! Would be happy to help triage issues on the...
or perhaps a command like `r` would also be cool
In case anyone else was wondering how to update on chrome. Right Click the Extension > Manage Extension Then on the top right you should see "Developer Mode" in the...
This seems like a cool idea. +1
Forgot this bit: I used [ripgrep](https://github.com/BurntSushi/ripgrep) to see usage of the `const` escape sequence: `rg "SHELL_GREEN|SHELL_RED|SHELL_YELLOW|SHELL_NO_COLOR"`
Finally got some down time (yay holidays!!) I believe I addressed the points you mentioned. I also rebased the branch for a cleaner commit message. Lmk if this needs anything...
so we're currently doing something like this: ```python from flask import Flask, request from main import handle app = Flask(__name__) def wrapper(): return handle(request) wrapper.provide_automatic_options = False wrapper.methods = ['GET',...
I was migrating a database that uses MySQL reserved keywords for column names thus the migrate tool was showing the following MySQL error when trying to reference said column in...
> > Reviewed 1 of 1 files at r2. > > _[Reviewable](https://reviewable.io/reviews/dgraph-io/dgraph/4673)_ status: all files reviewed, 1 unresolved discussion (waiting on @andres-lowrie and @manishrjain) > > _[dgraph/cmd/migrate/dump.go, line 95 at...
@joajen This is an interesting use case I'm curious would the expected output be that dataform create the materialized view and pass along options similar to these to BigQuery api...