James Beith

Results 5 comments of James Beith

Fantastic. I'd been subscribed to #207 for news on this. The "make the connection read-only" is just what I've been after. 👏

`yapf` and `isort` currently handle blank lines near Top-level imports and comments differently. `isort` is happy with this: ``` from foo import bar # Public def baz(): pass ``` but...

I just ran in to this too with the now released Django 1.9

Could we use `@overload` and `Literal` for the `load_workbook()` function, where if `read_only` is the literal `True` then we instead return some kind of new `ReadOnlyWorkbook` type which itself returns...

> Do you want to work on this? @sobolevn I'll aim to take a look 👍🏼