SuperPat

Results 31 comments of SuperPat

Facing the same issue when postcss-clean is enabled

I still have this issue but I discover it is because I set to never translate pages in english to not have the bar pop up automatically. So, when I...

I found why: As I am on Windows, the chromium process is not launched as "detached" in BrowserRunner: ``` this.proc = childProcess.spawn(this._executablePath, this._processArguments, { // On non-windows platforms, `detached: true`...

Launching a detached browser and using exiting the script process.exit(0) work, but only on Windows. On Linux, the browser is still killed when the script is closed...

To keep file image and script files in cache and to connect fastly to a dynamic page (because pupetter and chromium are too slow to launch and open a page:...

To avoid keeping a superflux nodejs process in memory.

It would be useful to be able to group threads by name (excluding numbers) to sum times. When they're executing the same code, it would give me a clearer picture...

I made a REST API and I really need the doPatch method on the Servlet API.

Chrome since version 119 temporarily removed the HTML Sanitizer API: https://developer.mozilla.org/en-US/docs/Web/API/Element/setHTML#browser_compatibility The reason for the removal is that the specification is incomplete, which has changed significantly since the addition of...

Thanks, it is not easy to found this. Why not define a getInputStream() or getOutputStream() methods to the RemoteFile class?