Nicholas

Results 5 issues of Nicholas

Puppeteer v10.4.0 provides the [`page.waitForNetworkIdle`](https://pptr.dev/#?product=Puppeteer&version=v10.4.0&show=api-pagewaitfornetworkidleoptions) method, it would be great if we could add it in the library.

Add an option to allow sending multiple messages (for example, passed as a `yaml` list). This can be used as a workaround for #34, by sending parts of messages which...

`language_detection_threshold` can't be supplied as `None` as `detect_language` compares it with a `float`. Change parameter type in `WhisperModel` to reflect this. Added test to confirm this behavior.

**Describe the bug** The `TOKEN` is being displayed in the logs **To Reproduce** Steps to reproduce the behavior: 1. Run the browserless container and make a request 2. Observe log...

**Describe the bug** Only the first `partial` function provided to a `Sequence[Callable[...]]` is type-checked. The subsequent ones are not. **Code or Screenshots** ```python from collections.abc import Callable, Sequence from functools...

bug