Janek Nouvertné

Results 21 issues of Janek Nouvertné

One key should represent one action, and having the tick action bound to `ENTER` and `SPACE` is redundant, plus it is a few extra steps to confirm input. Selecting with...

enhancement
closed on feature branch

When using `select_multiple` with `minimal_count=True`, trying to confirm when too few options are selected results in an error being displayed. However, when using `maximal_count=True` it is not possible to select...

enhancement
closed on feature branch

Using `select_multiple` with `minimal_count` and `hide_confirm=True` leads to unresponsivness. When trying to confirm, the user isn't prompted with a feedback and the state just doesn't change. Keyboard interrupt via `CTRL...

bug
closed on feature branch

Python 3.4 is EOL and 2.7 will be next year. Are there plans to drop support for these versions? Dropping 2.7 would have the benefit of getting to clean up...

Add a context manager that calls `Scalene.start()` on enter and `Scalene.stop()` on exit, providing a more ergonomic interface. ```python from scalene.scalene_profiler import enable_profiling with enable_profiling(): # do something ``` This...

### Description How do you feel about adding CSV support, similar to what's provided in the `yaml` and `toml` modules? It's easy enough to implement yourself, but I feel like...

Standing PR for the 2.7.0 release > [!IMPORTANT] > - Use rebasing to bring the latest changes from `main` into this branch as it makes the process of merging it...

This is an attempt to clean up the docs for routing, route handlers, parameters, requests and responses. The individual chapters and sections currently lack clear boundaries and mix up a...

_Originally discussed n https://github.com/starlite-api/starlite/issues/1116#issuecomment-1411744192_ > If we add guards into the dependency graph, it would allow them to receive the same kwargs as dependencies as well, making them more convenient...

Enhancement

### Summary The SSE documentation is currently lacking: - Docs for `ServerSentEventMessage` - Sending messages a dicts --- > [!NOTE] > While we are open for sponsoring on [GitHub Sponsors](https://github.com/sponsors/litestar-org/)...

Documentation :books: