Alexandre Lavigne

Results 30 issues of Alexandre Lavigne

## What you expected to happen? I expected to be able to set a color for my `Stat` or `TimeSeries` panel. Specificaly the `fieldConfig.defaults.color.fixedColor` option. ## What happened? I can...

## Overview rework the signature of the method `Worksheet.sort` to expose the expected parameters. ## Details The method `Worksheet.sort` uses some signature style that hides the possible argument for the...

Improvement
good first issue

## Overview remove the deprecated method `Worksheet.delete_row` this method has been marked a deprecated since v3.5.0

Improvement
good first issue

## Overview as mentioned in #1032 the authentication flow using `console_flow` has been deprecated by google and should be removed. Any code related to it can be removed, we can...

Improvement

## Overview Add method to split text from a single column into multiple columns. ## Details The api provide a way to split text from a single column into multiple...

Feature Request

## Overview Add method to copy/cut then paste data. ## Details The api provide a way to copy/cut then paste data: [sheet API v4 - cut](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#CutPasteRequest) [sheet API v4 -...

Feature Request

Add type hints to gspread. Add mypy to check types in the CI. This allows developer to get type hints from their editors when developing. This allows users to get...

Improvement

## Overview the method `get_all_records` could accept the values from the user, instead of pulling them. ## Details If we break the method `get_all_records` in 2 parts, we can have...

Feature Request

**Is your feature request related to a problem? Please describe.** Updating spreadsheet property call does not update local properties. ex: call to `append_row` does not increase property `row_count` **Describe the...

Feature Request

**Component**: solutions **What happened**: - load a solution - remove the iso file (for some reason) - load a new solution (different iso file content, path, name etc) - solutions.sh...