Marc Udoff

Results 84 comments of Marc Udoff

Hi @minrk. Should we think about moving to a nbconvert 6+ as breaking change? It's been out of a while now.

Hi @krassowski is it easy to add spell checks for comments here? Or is this something that should be brought up in LSP per your comment in https://github.com/jupyterlab-contrib/spellchecker/issues/12#issuecomment-522646430?

Are there plans to fix this?

As another option, would it be possible to add an opt-out flag somewhere that would save most of this time?

Thanks for sharing this post in https://github.com/jupyterlab/benchmarks/issues/90 and your great analysis. I also think we should go ahead with @krassowski's proposed solution. While not clearly ideal, if the code is...

I too get "Kite: not installed". I can't install kite on my remote, but do have kite on my local setup. Is this something that is planned to be fixed?

Hi, I see this is now labeled as an enhancement and not just "discuss". Would you be open to PR for this feature or is someone already planning to do...

Hi @dougwilson - just checking in again. Anything I can do to help move this along?

It looks very easy to add. [Here](https://github.com/thisandagain/sentiment/blob/develop/lib/index.js#L54) just allow for an optional callback that supports something like: ``` function middleware(text, value, wasNegated, afinn) { if(value !== 0) return value; //...