Paulo Pinto
Paulo Pinto
The problems you're having might be related to using `/etc/dimension`, since that directory probably requires root access. I think it would be best to just use a directory under your...
+1. This is definitely better. Changing slides on mouseout feels weird and buggy.
Hi. I'm not sure I 100% understand what you mean. I don't know if you noticed that there's a [guide](http://jmspaymentcorebundle.readthedocs.io/en/stable/guides/accepting_payments.html) which explains how to accept payments. The section on [offsite...
You're right, the docs are confusing. It's been a while since I've worked with this but, from just re-reading the guide, I think that the missing piece of information is...
Submitted a PR to fix this: https://github.com/matrix-org/matrix-appservice-slack/pull/761
I fixed this in https://github.com/matrix-org/matrix-appservice-slack/pull/756 Would be cool to have maintainers take a look at the PR, kinda crazy this issue has been there since 2020.
Thanks for opening an issue. Can you paste your configuration for `jms_payment_core`? Thanks
I do mean strings. Using integers presents problems since there's a maximum value that can be stored. I still need to research more about this subject but for the moment...
I can reproduce the issue, good catch. Debugging.
I looked into it and the root of the problem is that plugin activation through wp-cli fails when the glotpress database tables don't exist. I'm fixing that issue in a...