graphemecluster

Results 106 comments of graphemecluster
trafficstars

So I propose that a regular expression should be treated as in a UTF-32 environment, just like `xlit`. This is much more convenient to deal with.

Where could I change them?

@sandersn I can hardly understand that how come the documentation of only 2 out of 4 overloads are updated. And `replaceAll` is not touched at all. Anyway I have updated...

Hello, I am the author of `demo.ipynb`. I can see that the `Tab` widgets disappeared after running `enable_custom_widget_manager()` but I am not sure if there's any difference with or without...

For those who are facing the problem, do `pip install ipywidgets==7.7.1` fix the issue?

@JoePilliner Thanks for the try, I think that's exactly what I saw with `enable_custom_widget_manager()`. Could you also try running `disable_custom_widget_manager()`?

Oh, I'm sorry, I just thought you could get that by reading OP’s post. What I meant was `output.disable_custom_widget_manager()` (`output` should have already been imported from `google.colab` by the second...

@JoePilliner In which of the following cases does the error provided by the OP occur (`Support for third party widgets (widgets outside of the ipywidgets package) needs to be enabled...

@JoePilliner Thank you for taking the time to reply. Did you see any error messages in the console in the above 3 cases? In my case, I found that I...

Hello, I am the author of `demo.ipynb`. Don't forget to modify `requirements.txt`: ```diff - PyYAML==5.1 + PyYAML==6.0 ```