Matthieu Bizien

Results 13 comments of Matthieu Bizien

Hi @sarpik, I've considered that possibility, but as Roam interface may evolve without any warning, and break the current version of that repository, I've considered it's better to auto-update by...

Hi @adithyabsk, your proposal seems interesting. - Roam-to-git-demo lives in a separate git repository, because it generate a lot of commits. We can disable the cron to run it on...

Regarding CI, I added a flake8 lint in #69, and build matrix in #70, but I'm not sure I will catch anything with the last one, as the tested functions...

Hi @benwf! I agree that feature would be nice, but I will not be able to work on it in the short time. PR welcome 😀

Yes that is a long-term goal 👍 > Add "only formatted" export (so raw notes won't be exposed) A hack would be to put "formatted" in another git repository. We...

If I understand it correctly, actions/checkout would be enough: - Create a private repository for the notes - Create a public repository for the actions - In the public repository,...

It looks too scary, so I don't use complex page names myself ;) I tried your example, a link render as `[Respecting [[level of [[abstraction]()]]]]`, ie with markdown format. >...

Renderer from the markdown will always be limited. The long-term view is to use only the JSON. I'm not sure a mixed renderer could be done in a robust and...

I just had the same bug on Linux - Python 2.7.12 - Jupyter 1.0.0 - Ubuntu 16.04.1 LTS Demo notebook: [Demo bug.pdf](https://github.com/ipython/ipython/files/726770/Demo.bug.pdf)

It would be also useful for speeding up the ansible, when we don't want to update the extensions. On my Mac, it currently takes 28s for 15 extensions.