Nikita Demir
Nikita Demir
Hey there! Will it be possible to install additional python libraries in some way? For example by providing a `requirements.txt` file or giving a list of them in a column...
Hi! I saw there have been some PR improvements to the `assert_isinstance` error message. What about printing out the shape at the end as well? I'm able to easily enough...
Tried searching for a duplicate issue. I noticed ``` vals = cells((0,0), (0, 1)).iloc[:, 0] ``` leads to the error `AttributeError on line 1: 'coroutine' object has no attribute 'iloc'`...
I'm sure you're aware of this but I couldn't find an issue referencing it (though #1057 would fix this?) ``` def a(): return cell(0, 0) a() ``` fails with error...
2 different issues I noticed with using `cmd + b` to bold text in a sheet 1. It doesn't seem like it unbolds? I tested on brave and safari and...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...