Evgeny Stambulchik

Results 139 comments of Evgeny Stambulchik

BTW, I added the following lines to force cmake working with ino files: ``` # Force the .ino file to be treated as C++ set_source_files_properties(${PROJECT_SOURCE_DIR}/my_project.ino PROPERTIES LANGUAGE CXX ) set_source_files_properties(${PROJECT_SOURCE_DIR}/my_project.ino...

`pdfpc-movie` is not "ours". We officially recommend using `multimedia`, see .

Well, I understand the problem is not the screen size but the vertical orientation...

If pdfpc is compiled with support for the REST server, it will display a QR image with connection details. The respective section in the man page will eventually be expanded...

> 1. Run `pdflatex` on the attached `test.tex` file. I see no attachments.

I see your point, but it's unrelated to pdfpc, which by itself doesn't "recognize" (i.e., render) markdown. It uses libmarkdown2 (aka discount). Furthermore, the text is passed by the \pdfpcnote...

> ``` > This is another markdown note > - Four > - Five > ``` BTW, can someone understand where the space before the last `-` comes from?

Would a `pdfpcrc (5)` option do? We already have `black-on-end`, so the new one would probably be `exit-on-end`.

> Have you considered allowing a commandline argument to specify which pdfpcrc file to use - ie another place to look in addition to the system-wide and user files? As...

It indeed seems `Monitor.get_model` is non-functional under macOS. On the other hand, `null` is a valid return value (whatever the reason), so it makes sense to deal with it graciously,...