José María Martín Luque

Results 7 comments of José María Martín Luque

How is this going? Any news? Thanks for your work!

El PR tiene capturas de diagramas de las dispositivas del profesor y no sé si eso supone algún problema. @danipozo

Los apuntes tendrían que seguir la estructura de apuntes [descrita en la wiki](https://github.com/libreim/apuntesDGIIM/wiki/Estructura-de-los-apuntes), y los ejercicios en el archivo `ejercicios.tex` utilizando los entornos `ejer` y `sol` para poner los enunciados...

Yes, I'm using the latest version, just downloaded it from GitHub like an hour ago.

![image](https://user-images.githubusercontent.com/2082283/44986551-5fa51b80-af84-11e8-95a3-bfeac9639827.png) There you have it

I am also having this problem.

My problem was that I was using `nlohmann::json_pointer {"path/here"}` instead of `nlohmann::json::json_pointer("path/here")`. Changing all the uses from one version to the other solved the problem.