Jonas Heinrich

Results 170 comments of Jonas Heinrich

I don't use payments too and would be happy to use InvoicePlane with PHP8. I'm trying to package this pull request on NixOS for easier testing in maybe upgrading to...

Thank you for the fast feedback. Should be present. It is the kind of config I used in Invoiceplane 1.5.11. Not sure if something changed in the meantime ``` $...

> @onny can you move phpdotenv back to an older version? > > > `"vlucas/phpdotenv": "^3.4.0"` Oh sorry it seems it was my mistake. I patched index.php file in my...

For me it works with phpdotenv at the latest version. Version 3.4 won't probably work because it doesn't support PHP8

Thank you for merging :) Is this already in master or develop branch?

Is it possible to add this container backend again from scratch? Maybe having it in its own specific repository like `nixops-libvirt` https://github.com/nix-community/nixops-libvirtd

Is this backend still present in NixOps 2.0? I get following error when trying to use this backend: ``` $ nixops deploy -d pi-nix-testing --include nix-database Traceback (most recent call...

We have to notice that UTF8 path is generally working: test_working.py: ``` python #!/usr/bin/python # -*- coding: utf-8 -*- import bottle import testapp bottle.debug(True) app = bottle.Bottle() @app.route("/test/:category", method=["GET","POST"]) def...

app.mount() accepts special characters if I uncomment/ignore this exception: ``` python def _handle(self, environ): path = environ['bottle.raw_path'] = environ['PATH_INFO'] if py3k: try: environ['PATH_INFO'] = path.encode('latin1').decode('utf8') except UnicodeError: print("unicode error") #...

unfortunately it never got completely open source so I couldn't reuse or package the apps for other distros :(