Kyle King

Results 108 comments of Kyle King

If you install the package in the environment, the Renderer should be auto-discovered. There is just one issue with removing the outer block quote that I'll solve eventually and I'm...

Thanks! I'm always impressed by your liberal use of puns and references I would be happy to test and give feedback before you release, if that would help. And no...

One other option to consider is contributing to this existing plugin: https://github.com/csala/mdformat-simple-breaks/issues/1

For the CLI, `--check` is a separate step before writing the file and not a native option to the shared API. See: https://github.com/hukkin/mdformat/blob/499b47aeb430f6e09f841ed4f70a992dbb06c96f/src/mdformat/_cli.py#L146C33-L148 You can implement check today with something...

Hi, I'm adding a +1 to this issue. There is some work on `mdformat-tables` to support TOML configuration, which would be nice to release, but currently blocked by the transfer...

I'm glad to see so much activity again! (It has been hard to keep up!) > I've recently thought it may be best to _reduce_ the amount of plugins we...

Of course! I’m glad that you’re finding it to be useful and I’m happy to accept PRs. I’m out of town now, but I’ll release no later than the 24th!

My fork doesn't have any upper bound constraints on dependencies (https://github.com/KyleKing/textract-py3/blob/f3f509f8c36be05c85574ac841632693c2a19bd9/pyproject.toml#L22), so any project with `Python >=3.8,

Thanks @anthonyhashemi! You're right and I'll publish a release this afternoon Long-term, maybe adapting changes to use `openpyxl` for `xlsx` from #433 would be worthwhile in the case that `xlrd`...

I've released v2.1.1 with the patch. Thanks again! https://pypi.org/project/textract-py3