[–] 2 points 1 year ago

Honestly I don’t need to know anything about it at all except that it’s a payment system designed by GNU

Then you seem to know even less then you thought? GNU supports development, but each project is independently designed and developed. Taler's roots are in academia.

  • source
  • parent
  • context
  • [–] 12 points 2 years ago

    Windows 7 does not receive security updates anymore, so its use should definitely be discouraged even if it "works".

    For software devs, they almost certainly don't want to support an obsolete OS with a small number of users, as that requires time and effort on their side (e.g. if a user has problems on Windows 7 what should they do?). And if they want to refactor some code, do they really want to test on ancient OSs and add needed workarounds / compatibility fixes?

  • source
  • [–] 1 point 2 years ago (4 children)

    If most people prefer pyproject.toml over requirements.txt, even if it does not support everything you need, isn't it more likely that you will have to change workflow rather than python remaining stuck with requirement.txt?

  • source
  • parent
  • context
  • [–] 1 point 2 years ago (6 children)

    I was asking why you need to have a centralized pyproject.toml file, which is apparently why you need constraint files? Most people don't have this workflow, so are not even aware of constraint files, much less see them as a must-have.

  • source
  • parent
  • context
  • view more: next ›