00:08:53 <BxCx> https://wilebaldosh.github.io/ <-- Ahí vamos. Jajaja 01:43:35 <BxCx> Solucioné la cuestión con el .. code-block:: python 01:43:50 <BxCx> Pero, me sigue siendo ridículo que tenga que ser a tres espacios de ideación. 01:43:54 <BxCx> ¿Qué se puede hacer? 01:44:17 <BxCx> Se supone que debe poder tener la posibilidad de forratear el texto para poder hacer copiar y pegar. 01:44:28 <BxCx> Sin espacios al inicio. 02:03:43 <BxCx> Interesante, no pasa eso del espacio en blanco antes de la línea de código cuando no se muestran los números de línea. 02:09:32 <BxCx> Paren la prensa y olvídenlo. Ya no sucede cuando hago la identación a cuatro espacios... Raro, muy raro! 02:53:14 <BxCx> Wow, esto me está pareciendo fascinante!!! 02:54:43 <BxCx> Inserté algunas fórmulas, pero obtengo esta advertencia: 02:54:59 <BxCx> [2018-04-01T02:51:55Z] WARNING: compile_rest: [posts/restructuredtext-a-test.rst0] No MathJax URL specified, using local fallback (see config.html) 02:54:59 <BxCx> [2018-04-01T02:51:55Z] WARNING: compile_rest: [posts/restructuredtext-a-test.rst0] No MathJax URL specified, using local fallback (see config.html) 02:55:26 <BxCx> Perdón, se me fue la segunda línea. 08:33:45 <berti> Happy Easter 09:01:08 <KwBot> [plugins] bishesh opened issue #265: [publication_list] for multiple bibtex files, publications in the file at the first position is rendered twice https://github.com/getnikola/plugins/issues/265 09:04:51 -GitHub[plugins]:#nikola- [plugins] xuhdev pushed 1 new commit to master: https://git.io/vxKF7 09:04:51 -GitHub[plugins]:#nikola- plugins/master 69375fd Hong Xu: publication_list: Allow repeated entries in two different input bib files. 09:10:04 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1415 (master - 69375fd : Hong Xu): The build passed. 09:10:05 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/5638312c0f6d...69375fdcc090 09:10:05 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/360826664 09:18:25 <KwBot> [plugins] bishesh closed issue #264: [publication_list] allow repeated bibtex entries optionally https://github.com/getnikola/plugins/issues/264 09:21:21 <KwBot> [plugins] bishesh closed issue #265: [publication_list] for multiple bibtex files, publications in the file at the first position is rendered twice https://github.com/getnikola/plugins/issues/265 09:28:35 <KwBot> [plugins] bishesh reopened issue #264: [publication_list] allow repeated bibtex entries optionally https://github.com/getnikola/plugins/issues/264 09:40:18 -GitHub[plugins]:#nikola- [plugins] xuhdev pushed 2 new commits to master: https://git.io/vxKNv 09:40:18 -GitHub[plugins]:#nikola- plugins/master 25a22f6 Hong Xu: publication_list: Add tests for BibTeX entries with duplicated labels. 09:40:18 -GitHub[plugins]:#nikola- plugins/master 5cdd332 Hong Xu: publication_list: Avoid generating duplicated BibTeX entries more than once. 09:42:38 -GitHub[plugins]:#nikola- [plugins] xuhdev pushed 1 new commit to master: https://git.io/vxKNm 09:42:38 -GitHub[plugins]:#nikola- plugins/master 42cbdf4 Hong Xu: publication_list: coding style fix. Need one more blank line before class definition. 09:44:16 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1416 (master - 5cdd332 : Hong Xu): The build was broken. 09:44:17 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/69375fdcc090...5cdd332ec440 09:44:17 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/360832531 09:48:13 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1417 (master - 42cbdf4 : Hong Xu): The build passed. 09:48:14 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/5cdd332ec440...42cbdf44878d 09:48:14 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/360832996 09:57:30 -GitHub[plugins]:#nikola- [plugins] xuhdev pushed 1 new commit to master: https://git.io/vxKN2 09:57:30 -GitHub[plugins]:#nikola- plugins/master 8167646 Hong Xu: publication_list: Bump to 0.7.1. 10:01:35 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1418 (master - 8167646 : Hong Xu): The build passed. 10:01:36 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/42cbdf44878d...8167646b55dc 10:01:36 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/360835171 10:23:56 <KwBot> [plugins] bishesh closed issue #264: [publication_list] allow repeated bibtex entries optionally https://github.com/getnikola/plugins/issues/264 11:24:21 <berti> hm, how can i get the post.title for an arbitrary post when i have it's slug only in a template? 14:19:24 <berti> did i already mention that python is real fun? ;-) 16:57:32 <ralsina> berti: we have nothing to let you get the title from the slug, sorry 16:59:13 <ChrisWarrick> berti: dictionary access in Python: foo → dictionary, 'post' → key, the value is at foo['post'] 16:59:15 <ChrisWarrick> berti: do read a tutorial 17:01:41 <KwBot> [nikola] hartwork opened issue #3006: [7.8.14] Timezone input "Berlin" crashes `nikola init`? https://github.com/getnikola/nikola/issues/3006 17:06:23 <KwBot> [nikola] Kwpolska assigned issue #3006 to Kwpolska: [7.8.14] Timezone input "Berlin" crashes `nikola init`? https://github.com/getnikola/nikola/issues/3006 18:00:06 <BxCx> Buenas!!! 18:06:51 <berti> ChrisWarrick: i did 18:07:54 <berti> and now i know that it really is as simple as post = event['post'] 18:08:32 <berti> feels a bit irritating for a C/C++ programmer... 18:08:35 <berti> :-D 18:08:59 <ChrisWarrick> …doesn’t std::map support access via []? 18:09:26 <berti> that's STL 18:09:49 <berti> you usually don't have such a comfort on an embedded system 18:10:01 <ChrisWarrick> ah right 18:10:14 <ChrisWarrick> if someone says “C/C++”, they probably don’t work with anything high-level 18:10:54 <berti> indeed, most of the time i work with MCUs and SoCs 18:11:47 <ralsina> berti: stretch your legs you have literally gigabytes of ram to play with 18:12:02 <berti> yes! :_D 18:35:19 <berti> ralsina: adding meta data to a post object from a plugin works, although it is not so nice 18:36:01 <berti> any news for the major post class refactoring? is it still on the list for 8.0.0? 21:45:17 <BxCx> ¿Cuál es la mejor manera para actualizar Nikola?