Joshy Cyriac
Joshy Cyriac
@svladimirs As you can see I am using python 3.9. Regarding to your proposals: * mbcs is windows only, so not really an option * `def rtf_to_text(text, encoding="mbcs", errors="strict")` is...
As a library I can't do that, you as a user can do that. The reason is that the specified encoding in the rtf file is correct and the library...
@fabmeyer It should already work but I never checked. Do you an example rtf file?
I have started to implement it myself and if it is ready will you sent a pull request. Will see how far I will get. ;-)
I am sorry if I sound somehow rude or so. I just want to experiment and see what I can learn. Don't wan't you to stop your idea, maybe I...
You didn't hurt my feelings, everything is fine. :-) On Thu, Oct 31, 2013 at 11:06 AM, Han Xiao [email protected] wrote: > Oh, sorry.. I think I use some wrong...
* Sidebar (collapsed on mobile, visible on large screens), example would be https://blackrockdigital.github.io/startbootstrap-simple-sidebar/ * Paging (http://v4-alpha.getbootstrap.com/components/pagination/) * Two column form layout (maybe more than two columns) * Tooltip (don't know...
Hmm, seems not to work or I did something wrong. * I did checkout locally. * Then run `juypter-repo2docker ` Got error: ``` Traceback (most recent call last): File "/home/joshy/anaconda3/envs/jupyter/bin/jupyter-repo2docker",...
The version installed by pip is version 0.5.0 which is the latest, but this is quite old, Feb 7th. However `chmod a+x binder/postBuild` fixed the postBuild not being executable. Next...