Scott Kidder

Results 18 comments of Scott Kidder

I've only tried our app so far. I haven't investigated but it appears to not properly associate the files with the telemetry output causing every file to be skipped. Here...

I usually end up running `git add --patch yarn.lock` and only staging the upgrades I asked for. This is unfortunate because I'd love to be able to script the upgrade...

I've now taken @thgreasi solution and automated it with sed. `sed -i '/@/,/^$/d' yarn.lock && yarn && git add yarn.lock && git commit -m 'chore(deps): bump '`

I didn't notice any performance issues but I do agree that the observer is not necessary and should be removed.

Yeah, very noticeable. Can you prepare a PR?

The Ember way I see of doing this is creating a service to back the slider component, which seems weird. I see no problems with using DDAU to manage this...

I just got https://github.com/asford/notebook_input_mode working. Make sure that your IPython profile has nbconfig/notebook.json with the load_extensions stuff in it (the setup.py file should do this for the default profile). Then...