Igor Stroh

Results 5 comments of Igor Stroh

I like the fact that the package isn't opinionated on how you use it. Automatically registered routes would make it opinionated though (IMO). Adding an optional config method like config.pyramid_openapi3_register_routes()...

Found the problem: in ecbdcf17 `print(distutils.sysconfig.get_config_var("LDLIBRARY"))` yields `libpython3.7m.so`, which is not a valid linker argument. Replacing it with `print(distutils.sysconfig.get_config_var("BLDLIBRARY"))` works though: ``` ~# python3.7 -c 'import distutils.sysconfig; print(distutils.sysconfig.get_config_var("BLDLIBRARY"))' -lpython3.7m ```...

Related to #81, dunno why it's closed though.

Oh no, they really removed the old PAP files :( I found a repository with the old XML files though: https://github.com/MarcelLehmann/Lohnsteuer/tree/master/LohnPapGenerator/src/de/powerproject/lohnpap/xml

Hi, welche PHP Version nimmst du?