Ofek Lev
Ofek Lev
Just let me know!
cc @pradyunsg I'm curious your thoughts since you're heavily involved in both Python and TOML 🙂
I just rebased. If your preference is 4, would you be open to adding an option then? I'm going to introduce a `pyproject.toml` file to every Datadog integration very, very...
> my gut feeling is still that Python people gravitate towards 4 spaces when writing TOML (or INI) by hand I think there are two things wrong with that: 1....
> being pressurized Not my intent! I was trying to express the fact that I'm actually using the library and not just a random person making a busy work PR...
@hukkin Hello again! I just wanted to follow up on this 🙂
Fair enough, just note that unless you know something I don't, the `setup.py` invocation is unavoidable for using Mypyc/building any extensions. edit: Does that mean you don't want to use...
@cledaso Check out https://github.com/ofek/bit
@wizardofozzie @reiven @gdassori You may be interested in [https://github.com/ofek/bit](https://github.com/ofek/bit)
Hey! The idea is every extension builder like pybind11 will implement this and then Hatchling will add an always-on build hook that uses https://ofek.dev/extensionlib/runners/ I haven't done that yet because...