João Eiras
João Eiras
Seems you are missing `async def` here `def get_generator() -> AsyncGenerator[int, None]:`
Howdy. In my project we have people working on Linux and a few on Windows. This causes problems for us. So far I worked around by monkeypatching `Int` ``` from...
Hi. Gladly I found this, since I need a `SeriesModel`. We have `DataFrameModel` plus `DataFrameSchema`. But we have only `SeriesSchema` and no `SeriesModel`. My suggestion. 1. The now deprecated `SchemaModel`...
Hi. I just spotted this. The proposed change in this issue is incorrect. The example ``` if 'last_name' in test_dict: name = test_dict['last_name'] else: name = test_dict['first_name'] ``` the keys...
I created #177 to follow up on this and other related issues.
Hi. I'm my project I'm using S3FileSystem as a drop-in for regular local file system functions, since it supposedly supports fsspec. I really don't care whether S3 supports actually folders...
I saved myself from this trouble by using instead a single cell table, with fixed dimensions and an inline image with layout set to behind text.
I see this [here](https://github.com/Bouke/docx-mailmerge) > When using this feature, make sure you don't use comments, footnotes, bookmarks, etc. This is because these elements have an id attribute, which must be...
> In [2]: %timeit ",".join([str(i) for i in range(300)]) > 19.2 µs ± 35.2 ns per loop (mean ± std. dev. of 7 runs, 100,000 loops each) > In [4]:...
I really really would like this feature. I've had code like a) ``` "really long string and such ..." ``` b) ``` ("really long string " + "and such ...")...