Arpit Nama

Results 9 comments of Arpit Nama

Looking at the CI failure logs below, I think the check failures were temporary and unrelated to the code change: ```bash https://rhui.us-east-1.aws.ce.redhat.com/pulp/content/content/dist/rhel/rhui/server/7/7Server/x86_64/os/Packages/p/perl-Encode-2.51-7.el7.x86_64.rpm: [Errno 14] HTTPS Error 500 - Internal Server...

@knpshkn Did you have any progress with this? I also had the exact same error.

Hi @CapitalChillBeats, thank you for posting the issue. The pipeline was tested on Ubuntu 22.04 LTS, not within a VM. It could potentially be some memory issue, try `minikube start`....

@ragardner I came across this issue. The right click binding works in my dev environment (i.e. just running `python main.py`. However, when I convert it to a mac application (.app),...

Currently, the following workaround works for me (because I don't use middle click for anything). ``` if sys.platform == "darwin": sheet.bind("", lambda e: sheet.event_generate("", x=e.x, y=e.y)) ``` I believe the...

Hi @ragardner, Appreciate your prompt response and fix. However, it doesn't seem to work for my situation. Happy to provide any further relevant information.

@ragardner Apologies for the late response. I tried `print(sheet.tk.call("tk", "windowingsystem"))` and it says "aqua" in both cases.

All good, that works for now. Thank you @ragardner.