Chris Pryer

Results 206 comments of Chris Pryer

I haven't put too much thought into the details yet. My main requirements as of now would be - PEP compliant - fast

Tagging this as a semi-good first issue. Hesitant because a good #486 implementation could probably resolve this, but I’m open to a less involved first pass.

Just wanted to share my interest for in multi-line parsing. I wasn't aware that this isn't an INI standard. Is this feature still on the table for `rust-ini`? Would be...

My use case is effectively what `configparser` would do in this situation. So I was mainly referring to your clarification here https://github.com/zonyitoo/rust-ini/issues/91#issuecomment-1214774558. I'm not sure if "array like string" is...

Any update on this? I have some use cases for writing to excel where this would be great to have. Is there a blocker?

I'm happy to work on upstream changes as well. > Rye needs to modify the toml file without losing formatting, that's why `toml_edit` is largely used. I'm not sure if...

I've based my approach off of how `maturin` does it https://github.com/PyO3/maturin/blob/main/src/pyproject_toml.rs

When you mention > Rye needs to modify the toml file without losing formatting, that's why toml_edit is largely used. Are you expecting to not make any formatting decisions on...

> I wonder it there are any recommendations today I can keep an eye out for that as well, but, personally, whenever I'm looking for ecosystem-aligning direction I like to...