Results 84 comments of Prem Nair

@jtpio this seems great! Let us know how we can support you on this.

@jtpio: > Is there a documented way for implementing the auth flow that would redirect the user to the Codeium website to retrieve their API key automatically? (logged in https://github.com/jtpio/jupyterlab-codeium/issues/3)...

This isn't an internal priority right now, so we'd be open to external contribution here!

https://github.com/mozilla/webextension-polyfill For anyone looking to work on this, this seems useful.

This amounts to us implementing a JavaScript API layer on top of our RPC API layer. I think this would be a longer term effort. It might be quicker to...

Which editor are you referring to? I see there are a few different ones: https://docs.gitlab.com/ee/development/fe_guide/source_editor.html

Can we write the same code twice, once in each implementations (CodeMirror and Monaco), to be able to read some state change caused by the context menu? Then if Codeium...

For Colab let's leave it on for now in that case. Not sure how Monaco will choose between them but as long as the user gets some completions it's probably...

Thanks! I think it's fine to keep 3 in the same PR, it's not unmanageably sized right now.

Does anyone have an example aspect they can point to for collecting transitive deps? Maybe @linzhp?