Leandro Braga
Leandro Braga
In the reports graphs (pie chart), the zoom icons are very small in the screen (Galaxy S8)
In the reports the icon to change between Expenses, Incomes, Summary and Expenses/Incomes are not changing the color anymore to hint which view you are. My phone is a Galaxy...
`AxClient.get_best_trial()` produces the wrong best trial index with `use_model_predictions=True`.
I was working with the `Service API` in a constrained single-objective set and the `get_best_trial()` function returns me the parameters from a trial, but with the wrong index. This is...
Would it be possible to add ETFs (e.g. IVVB11) to the API ? Thank you
According to the [keymap/defaults.rs](https://github.com/helix-editor/helix/blob/24.07/helix-term/src/keymap/default.rs#L90) the correct keybind is `A-I` and not `A-i`.
Hello, This MR adds a new rule, `RUF069`, `DuplicateEntryInDunderAll`. I'm using `RUF069` because we already have [RUF068](https://github.com/astral-sh/ruff/pull/20585) and [RUF069](https://github.com/astral-sh/ruff/pull/21079#issuecomment-3493839453) in the works. ## Example ```console RUF069 `__all__` contains duplicate entries...