Lukasz Tracewski
Lukasz Tracewski
Do you have plans to support JupyterLab 3? I took a stab at it, but got stuck.
Hi, I have followed the guidelines provided in the [setup.md](https://github.com/jupyterlab/jupyterlab-google-drive/blob/master/docs/setup.md), but in the end I am getting the following error: ``` Insufficient Permission: Request had insufficient authentication scopes. ``` in...
build issue
Hi, I am trying to build your project on xubuntu 16.04 and experience some issues with webpack. Perhaps you could offer some advice here? npm step goes fine, short of...
i could be the issue only exists in dev as result of very fast upload. Needs checking. Traceback (most recent call last): File "/home/tracek/anaconda3/envs/audioexplorer/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ,...
Research if e.g. [this project](https://pypi.org/project/crepe/) won't provide better estimate of pitch. Check if it won't be too slow.
The file has functions with very similar names, wrapper upon wrapper. Figure out better way. Mind that Yaafe should be fired on separate processes - it does not seem to...
Consider using interpolation to achieve nicer result.
This `> 2000` works, while that `>2000` doesn't. Fix me.
Thus far I happily pushed on without any tests and this needs to change.
Currently complete dash app lives in a single file. Consider using separate files per each tab.