Alexandre Lavigne

Results 147 comments of Alexandre Lavigne

Btw @butvinm please start your branch from `feature/release_6_0_0` as this is where we're going to merge your changes, thank you.

I see, I'll have a look, it will take some time.

Current status: - Need to change all the named tuples for Enums - finish what can be done in `gspread/worksheet.py` - work on cross file references (typing that conflict from...

Yes it's already the case ok branch release_6.0 I just updated the command to have better output.

> what does it check? It checks that the given annotations are correct and match from function return to function argument ets. > > For example, [this commit](https://github.com/burnash/gspread/pull/1270/commits/30ccb5a7fb1c3f21bf556de725ef9c3f0bb9ed01#diff-2d13a1f4110b068ddad2d1553f096513dbd6d3dfdef1a7dfa17596d9a3df9e91) passed the...

Yes nobrieh if you can make it for 1st of September it goes in release v5.11 if not it goes in the next one, no worries 😉

Hi the issue is: - the `datetime` object in python uses what we call EPOCH as the first date (so the date with the timestamp: 0). - the SpreadSheet uses...

Hi that's interesting, we might need to refine it a bit, but I like the idea of moving things down to the `Cell` class, like the notes. We can't just...