Evert Pot

Results 340 comments of Evert Pot

I don't remember which client had an issue with the absense of a `propstat`, but originally this was added in as a workaround. So removing it will likely _also_ result...

Hi @tobiastom , What version of postgre are you running?

Hi @tobiastom , Indeed 9.5 is required. Where would you be looking for the minimum postgres requirement? If you know where you looked (and couldn't find it) I can add...

That's really odd. The unittests passed just fine a little while ago. Travis now has postgres 9.5 support, so I'm going to set that up and get the tests going...

I just setup travis to test Postgres (but broke MySQL there in the process, oh well). However, all the tests pass. Do you have any idea yourself what could be...

Ok, I also just wrote a unittest with the (censored) data you provided, and it also doesn't trigger it. There might be something unique about your data. I unfortunately don't...

I've been considering doing this exact thing for a while, because it kind of allows for a sort of 'mounting' type of system. However, the methods having multiple purposes (`delete()`...

Well, adding a separate interface for this one function might simply be a step in the right direction. I don't think we'd paint ourselves into a corner if we do...

Also just ran into this! We actually used the `assert` keyword instead of `with`, but starting Node 22 `assert` is dropped. Honestly kinda surprising to see a non-flagged stable feature...

Thank you creating this package. As an open source maintainer myself I know it can be a thankless task. But bots that automatically close issues before triage is pretty hostile...