Romuald Conty

Results 13 issues of Romuald Conty

@ekohl and I started a discussion in #215 about this topic, so I quote my thought here: > From my point of view, whole `PuppetModule` class should be deleted from...

Even I'm using `msync` since months now, I never understand why there is an `amend` option during `update` and why there is no `hard-reset` option ATM. This is probably due...

The root cause was that `runJavaScript()` was being called with an incorrect number of parameters. The PySide6 `QWebEnginePage.runJavaScript()` signature is: ```python page.runJavaScript(script, callback) ``` But the code was passing: ```python...