Results 32 comments of Juan Pablo Carbajal

Hi, thanks for all the work. I still do not see the Pelican template in GitLab 13, "create from template" option.

Ubuntu 20.04 ``` Jun 05 11:41:49 katara gnome-shell[2705]: JS ERROR: Extension [email protected]: Error: Tried to construct an object without a GType; are you using GObject.registerClass() when inheriting from a GObject...

Interestingly, the issue in Ubuntu 20.04 shows in my desktop computer but not in my laptop, where it runs smoothly. Maybe it is a dependency issue? My laptop has been...

Indeed, attrtlink is still broken

In language "es" the es.yaml is actually not working. The format string "2 de enero, 2006" is not correctly parsed so dates are wrongly formatted in es. You can try...

Thanks for the answer and sorry for my delayed response. Sympy can produce mathML output which I was trying to use for a _repr_html_ method. I have poseted here my...

I am not sure how to do this. Mainly because the doc in scrapper is for images. How to go about capturing some mathML or latex output? Would you use...

Ok, I found a way to make mathjax render latex code. ```python """ Testing sympy mathml ==================== """ # %% # Should show this # # .. math:: # \dot{x}...

In a multi-languaje project you will probably need several standards. In GNU Octave, for c++ we use http://wiki.octave.org/C%2B%2B_style_guide

Not having an explicit code style is an open door to reduce the openness of your code. You should have a human applicable coding standard, and then automated with tools...