Shakeel Ansari

Results 29 comments of Shakeel Ansari

@hussein-awala , Did you get a chance to review this PR?

I am traveling this week. Will work on this soon as I get access to my pc.

Rebased and resolved conflicts in PR #33288

I had also started a discussion, but it did not get any response. https://github.com/apache/superset/discussions/27070

Same issue for us. We are only allowed to use Postgres and we cannot use MySql/MariaDb. This makes it impossible for us to use Querybook in any way. Please fix...

Built a custom image from Querybook image to workaround this issue. And used `sed` to remove the length from text fields. ```Dockerfile FROM querybook/querybook:latest RUN sed -Ei 's/sa.Text\(length=[0-9]+\)/sa.Text()/g' /opt/querybook/querybook/migrations/versions/*.py ```

Installed this version and can confirm it works like a charm. I am on Endeavor OS (Arch), KDE 5.27.4

> I've cloned this repo and installed it, but when trying to sign in to google, I keep getting the issue as previous. How do we use the python script...

**Try Clean Install.** Remove Old plasmoid ```bash rm -rf ~/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar ``` And then install updated one.

@dodo-the-dev Just wondering how did you install it originally. Did you install it from KDE store / Git or via your Distro's Package manager. If you had installed via distro's...