Ryan Tuck
Ryan Tuck
Markdown folding doesn't work for me out of the box. I am guessing I am missing something obvious, but I've read through the readme and nothing is jumping out at...
fresh EC2 instance spun up from the `kaggle-machine` AMI in AWS. my `~/.jupyter/jupyter_notebook_config.py`: ``` c = get_config() c.NotebookApp.ip = '*' c.NotebookApp.port = 9999 c.NotebookApp.allow_origin = '*' c.NotebookApp.open_browser = 'false' ```...
Hey @fabio-looker - I *think* we uncovered a bug whereby `lookml-parser` fails on large (~800 files) projects: https://github.com/WarbyParker/lookmlint/issues/50#issuecomment-447420100 Didn't know if you had seen that before, or had any immediate...
I noticed that retired players have both position and team labeled `UNK`: ``` nfldb=# select * from player where full_name = 'Donovan McNabb'; -[ RECORD 1 ]--+-------------------------------------------------------- player_id | 00-0011022...