Rémi COHEN-SCALI

Results 7 issues of Rémi COHEN-SCALI

Would be nice to be ablke to import directly from google authenticator DB. I created a script for exporting android app db but I didn't found the import format (else...

## What - Change steps 3&4 according to truffle/ganache updates ## Why - Because of issue #6 on rsksmart/truffle-integration repo, truffle and ganache have to be used in the last...

## What - As new truffle and ganache is used in tuto some differences exists in description & screenshot ## Why - Update the page to have better directions for...

bug

When a distfile is not published through CPAN create a wiki page for listing, and providing download link to the artifact, released (but not published) dist files. When published move...

When a distfile is correctly published to CPAN.org, check that it is correctly installed through CPAN command. Also updated README.md to describe the procedure to install JSON_minify through CPAN command.

Add a CD workflow for checking if distfile is published on CPAN.org. Eventually publish it automatically

Line 314: spec_copy = (de265_image_spec *) malloc(sizeof(struct de265_image_spec)); should be spec_copy = (struct de265_image_spec *) malloc(sizeof(struct de265_image_spec));