eikek
eikek
Hi @mikedolx oh that doesn't look nice. For some reason you have a notification hook without a "channel". I think it would be good to check the table `notification_hook`. there...
I'm sorry, I'd need another table :) The table you showed is the main one and you can see the first row is the hook that is in a bad...
Thanks for reporting. Yes currently it only works to type it in. For the share it should extends in the other direction.
Yeah, that's an interesting question.I have no good idea how to solve this. Can only think of periodically doing the `dsc upload --traverse` once in a while. Or maybe after...
Thank you very much for reporting! I need to dig into why dsc creates a bad request in these cases.
Yes that's what I thought. If you specify multiple patterns in `--matches` at least one must match, same for `--not-matches`. But then both results are combined via AND. Or did...
Oh, I'm afraid this is not implemented :/ Currently you'd need to login via web and extract the session token.
No it's not you :) Doing this openid stuff is a bit of a hassle to implement, but that should absolutely be done at some point. You can for now...
Strange! Not sure how to debug this, perhaps the `self` is overloaded somehow which doesn't happen when using `nix repl` 🤔
Thank you for reporting!