Raphael Pierzina

Results 50 comments of Raphael Pierzina

@jayfk, while [poyo](https://github.com/hackebrot/poyo) works just fine for [cookiecutter configs](https://github.com/audreyr/cookiecutter), I would not want to use it for something else unless you really need to, say if PyYAML breaks a number...

Hey @nicoddemus! 👋 I'm happy to add this as an option if you found it to be a suitable replacement for ``setup.py`` 👍

Hi @timonwong, thank you for raising this issue! 🙇 I am currently very busy with working on pytest related things, so I'm not sure if or when I'll get to...

Thanks a ton for a opening this issue @eykd! 😊 Very happy to hear that! Have a great day 😃

Hi @gvalkov! 👋 Thanks for the PR. When I started **Poyo** I decided against sticking to the known API to make sure that people understand that this is not a...

CI fails due to `flake8` issues btw: ``` poyo/parser.py:185:1: E302 expected 2 blank lines, found 1 poyo/parser.py:188:1: E302 expected 2 blank lines, found 1 tests/test_parser.py:13:1: E302 expected 2 blank lines,...

Indeed, if we decide to add `load`, `load_all`, we should probably also add the other support API methods raising a `NotImplementedError` (or even implement it). Up to now I only...

Sorry for being slow to reply on this one. I've been thinking about the API of **Poyo** quite a bit, especially after reading through the discussion that you've linked (thanks...

Hi folks! 👋🏻 Thank you for offering to help with maintenance for this plugin. I do wonder whether it makes more sense for this plugin to be migrated to the...