Ghislain LE MEUR

Results 14 comments of Ghislain LE MEUR

Yes files have 755 rights : ``` $ mkdir nodejs $ cd nodejs $ wget https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz --2018-07-02 20:40:56-- https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz Résolution de nodejs.org (nodejs.org)… 104.20.23.46, 104.20.22.46, 2400:cb00:2048:1::6814:172e, ... Connexion à nodejs.org...

Seems good only if we have nodejs installed. nodejs has become a requirement?

I think this problem occurs only on Windows.

I confirm there is no problem with Linux. I have disabled Windows antivirus but no change. After each commit, ungit becomes slower and slower and finishes to crash.

Same problem here on version **2019.2.0** If include an sls that contains only include I have also the message **_the following requisites were not found_** : ```yaml include: - .include1...

I tried ``` echo '{}' > ~/.ungitrc ``` or removed the file, but unfortunatly same behavior

It's strange, I have no problem on Windows but on Linux it crashes only when I try to patch : * Windows : OK * Fedora 27 : KO *...

It is not done on a VM but on my computer (I have a dual boot) with 16G memory.

Same issue here :( The toc does not appear.

In fact, it works, I found how it works, you must add where to find the toc in **conf.py** file: ```python master_doc = "contents" ```