Henri Cazottes
Henri Cazottes
This morning when I launched Mini Diary it asked me for a new password, as if it was the first time I launched it. Entering a passphrase, nothing happened clicking...
Hi, I was testing a new installation of Docgen and the rendered website doesn't highlight the code... The tag doesn't contains the hljs class. I looked a little in Docgen...
I have the following example: ``` javascript const parser = new xml2js.Parser({ explicitArray: false, }); parser.parseStringPromise( `This library is awesome! `).then(console.log) ``` Which results to: ``` json XML: { "sentence":...
Hi, I've been using Cozy drive for the past few weeks, and every time I go checking my photos on the website, last ones are not synchronized. Then I open...
Hi, I haven't been able to show the storage used (or left) in the app. I had to go to the Cozy website. Would it be possible to add it...
Hi, I've managed to install LoL on elementary os following [this guide](https://www.fosslinux.com/43864/how-to-play-league-of-legends-on-linux.htm) and applying [this fix](https://github.com/mmtrt/leagueoflegends/issues/86#issuecomment-542162609). However, it seems chat is not working, similar to #146 . In the launcher,...
Hi, First of all thanks for the work, it's a very useful package :) I however ran into a kinda specific problem. Context: I'm using `the no-restricted-dependencies` rule with the...