Adrien Joly

Results 278 comments of Adrien Joly

We could even use Google Docs as back-end to hold the students' submissions, instead of Firebase or Google Classrooms. This would allow the teacher to review the student's work by...

Note: I also share a selection of pedagogical tools I use regularly, on that page: http://adrienjoly.com/teaching/#pedagogical-tools-i-use

WIP: [adrienjoly/enonce: Rendu dynamique d'énoncé pour les étudiants de l'EEMI](https://github.com/adrienjoly/enonce)

I have the same problem as you: I'd prefer my settings.json files to not change. It would be ok for me if I could disable the persistence of the color...

Hi Marcin, Thank you for submitting this issue! Was this the first/only time that you have ever used HsbcStatementParser? What language is your statement file in? (I only tested it...

Hi Marcin, Unfortunately, your issue is no surprise to me, as I hardcoded the parsing based on French statement files... The code could be refactored in order to support other...

The "find" feature is harder to implement than I thought: - I don't know how to inject https://github.com/rhysd/electron-in-page-search into the renderer, as the pages are loaded from openwhyd.org (instead of...

Hi! In this example `displayValue` is just a placeholder for a function that defines what to do with the value. For instance, you could replace `displayValue` by `(value) => console.log(value)`....