Ian Rose

Results 303 comments of Ian Rose
trafficstars

Hi @markellekelly, thanks for looking into this. A few thoughts off of the top of my head: I agree that using the StateDB would definitely make things more complicated. I...

Sorry for taking so long to respond @markellekelly! Changing employment, life stuff, got way behind... :( I'm taking a look at your branch now.

Hi @markellekelly that's great to hear! One key that we have used before to store items in the statedb is `${path}:${factory}`, so a key would be something like `'Untitled.ipynb:notebook'`.

Yeah, a week or two ago Google increased their verification requirements for existing applications. Even worse, new users can't log in using the default `CLIENT_ID` at all right now. Unfortunately,...

Hi @danielballan, thanks for the input. I have made a first pass at making the instructions for creating your own credentials more prominent, but it could probably use more work....

I mean the general description that is already in master: the [README.md](https://github.com/jupyterlab/jupyterlab-google-drive/blob/master/README.md#setting-up-credentials-with-google) and [setup](https://github.com/jupyterlab/jupyterlab-google-drive/blob/master/docs/setup.md) documents.

Thanks for the report @kenjioman! There have been a few regressions after #34, and at least your second point seems like one of those. The fix there should be straightforward....

Ah, I think I understand your first point a bit better. The current behavior is that it moves the cursor to the location of the header. That made a bit...

Fixed for good in #71, I think.

Unfortunately, you are correct. The Python kernel is running on your local server, and those are the only files it is able to see. It may be possible to use...