Mudassir Chapra
Mudassir Chapra
OK, I am trying to pass a werkzeug `FileStorage` object to the whisper api. I have tried passing: - `IO[bytes]` object you get with `FileStorage.stream` - `bytes` object you get...
I am interested in contributing. However, I get `FileNotFound` for plan.json when I run the tests.
Would this be a good addition: ```diff - def get_notes(self, default_empty_value: Optional[str] = "") -> List[List[str]]: + def get_notes( + self, default_empty_value: Optional[str] = "", range: Optional[str] = None +...
@lavigne958 I have added tested the code and it works as expected. Should I open a pull request?
I, as a user, would prefer my implementation, as that would not require a merge type declaration for each merge. And it would allow adding a merge type for a...
It would be better if the list has a unified type. the reason I opted for `dict` instead of `tup` because the latter may lead to user errors.
> Thanks @muddi900 . I triggered a test rerun on your branch with my credentials and got the following error on Test Python with Secrets: > > ``` > >...
This would be simple to implement, but it would be very slow. We can add a mapping of the columns when the `get_all_records` are generated to the index. Most of...
It would be slow in the sense that the order may not be correct each time. So we have to make sure the order is correct. Or use memoization: create...
Is there an efficient way to getting the last row of a data range? Because we would have to call `get_all_values` every time with `set_records`