Paulo Coutinho
Paulo Coutinho
Is the same problem that was solved for poco: https://github.com/pocoproject/poco/issues/3334
I made a PR: https://github.com/conan-io/conan-center-index/issues/12182
Hi @toge, Can you help me with this? It start happen recently, because i used it before without problems.
This is strange, because it start recently. Other packages are not building too: https://github.com/conan-io/conan-center-index/issues/11952
Hi @uilianries and @toge It still happen: https://github.com/nativium/nativium-game/actions/runs/2989300262/jobs/4792920747#step:14:440 The darwin toolchain is from here (you help me update it before): https://github.com/nativium/nativium/tree/main/conan/darwin-toolchain Thanks for any help.
Hi @uilianries and @toge, I made a standalone simple project to test and show it happening: https://github.com/paulocoutinhox/conan-libiconv To test: ``` git clone https://github.com/paulocoutinhox/conan-libiconv.git cd conan-libiconv make ios ```
Today im using: ``` @flask_app.route("//") def page(path=None): kaktos = system.get_kaktos(path) return render_template(f"pages/{path}.html", kaktos=kaktos) ``` But if i remove the trailing slash: ``` @flask_app.route("/") def page(path=None): kaktos = system.get_kaktos(path) return render_template(f"pages/{path}.html",...
This is a great project, but it is abandoned.
Wow! Very nice!