I'm an happy user of Zeal[1] to search in various programming languages documentation. My current paid work let me deal with ruby, python, PHP, coffeescript, javascript, html, css for the main ones, but for my own pleasure I work with elisp and ruby or python again. Thus I switch very often from one technology to another, and I always prefer double check the effect of a command before using it. Having all these languages documentations in one place, easily accessible with a powerfull search feature helps a lot. So, first, thank you a lot to Oleg Shparber[2] and obviously to Dash developers[3] for the documenation bundles.
But one bug was very frustrating since a long time: all docsets extracted from the Mozilla Developer wiki[4] were broken. They just displayed an ugly « Content rendering error » instead of content. However I was a huge fan of the javascript, html or css docsets, thus I was sad to remove them from Zeal.
Until I discover someone was more frustrated than me and opens an issue[5] regarding this problem. And a miracle happen: some oher found a solution[6]! It was just a problem of ugly bloated technology (my opinion), and removing the related source file in the docset fixes the problem. Thank you very much to him. And for us all, go typing the following command each time we update these docsets:
find .local/share/Zeal/Zeal/docsets -name 'react-main.*.js' -exec rm {} \;
[4] Mozilla Developer wiki (HTTPS)
[6] some oher found a solution (HTTPS)
--
📅 samedi 18 avril 2020 à 16:42
📝 Étienne Pflieger with GNU/Emacs 29.4 (Org mode 9.7.11)