Guillaume Lafarge

Results 6 issues of Guillaume Lafarge

Add the possibility to delay the screenshot with the help of chrome `--virtual-time-budget` argument. Gives javascript websites the necessary time to render. **For example (same url, different results) :** Without...

As the screenshot file was relative to chrome folder when calling chrome.exe, screenshots couldn't be created on unexisting folder. This commit resolve the issue by passing outDirectory absolute path to...

An issue has been encountered with the auto-import feature during a Liveshare session on the client side. The autocompletion popup appears, but upon selection of one of the suggestions, the...

Adding the option to use either a string **or a React component** as a rendering option for `` component using `as` attribute. This allows for greater customization, as seen in...

Fix unknown method when not using PCLZip library

### Description Replace hardcoded macro chars by the customized ones in `deleteRow()` method of `TemplateProcessor` class ### Checklist: - [ ] My CI is :green_circle: - [ ] I have...