Paolo Lammens

Results 15 issues of Paolo Lammens

Would be a nice feature to have.

[The documentation specifies](https://textblob.readthedocs.io/en/dev/advanced_usage.html#tokenizers): > The words and sentences properties are helpers that use the textblob.tokenizers.WordTokenizer and textblob.tokenizers.SentenceTokenizer classes, respectively. > > You can use other tokenizers, such as those provided...

As discussed in #158 (in particular https://github.com/smarie/python-pytest-cases/issues/158#issuecomment-747710915 and https://github.com/smarie/python-pytest-cases/issues/158#issuecomment-747942419), when a fixture is created for a parametrized case, if that case is used in a test that lies in a...

bug
has_workaround

On Linux, trying to use regular blocking `input()` after a call to `ainput()` fails with `EOFError`. Minimal example: ```python import asyncio from aioconsole import ainput async def main(): await ainput("ainput:...

The result set's fetch method should have the same signature as the lazy loader (to allow for multiple calls with the same signature regardless of whether the result has been...

### Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes /...

Trying to iterate over a `tqdm` object in manual mode (i.e. that isn't wrapping around any iterable) will result in an error, as there is no underlying iterable to yield...

Currently all numeric values returned by the API, which the API returns as strings, are converted by this library into `float`s. This is handy for working with the API results...

Closes #35 The date/time field can be cleared by clearing its controller and rebuilding the DateTimePicker widget. What was missing was to set `_sDate` to `""` so that it doesn't...

Once the user has entered some date/time input via the picker, there currently is no way to allow the user to clear the input (for example to skip adding a...