vikramarsid

Results 10 comments of vikramarsid

@langemeijer I still see the issue, ManageSubscription links cause Error 403 Invalid signature. Forbidden URL is missing signature params `https://example.com/subscribe/manage/mEwLTdnSmkkj2D4FUYhSC8K4sdQY2xUBXwLXjmGLLH` Requires signature: `https://example.com/subscribe/manage/mEwLTdnSmkkj2D4FUYhSC8K4sdQY2xUBXwLXjmGLLH/signature=` Even after adding the signature, we see...

@hodgesrm Can you merge/review this PR ? Let me know if any changes are required.

@bitwiseman Any update on this PR?

@JaredEgolf I don't think regex in the PR doesn't work in all cases. Needs `^[A-Za-z0-9](?:[A-Za-z0-9_]|-(?=[A-Za-z0-9])){0,38}$`

@selfeky Did you resolve this issue? I am having same issue on apache-druid-0.16.0-incubating

As suggested in #404, I have used the custom codec for the date type. But still, it fails with a different error. ``` await conn.set_type_codec( typename='date', encoder=str, decoder=str, schema='public', format='text'...

@elprans Any thoughts on the above issue?

@djanand2000 I am facing same issue..there hasn't been any solution for past couple of months..

@spf13 @bogem Any updates on this issue? I will be glad to open a PR for this feature, let me know what do you think. Thank you!

@danieldiezmallo Thank you for finding the bug. Can you open a PR for the above change ?