Douglas Silva

Results 50 comments of Douglas Silva

Raspberry Pi OS (formerly known as Raspbian) has officially released an `arm64` version: https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit I just followed the instructions for Debian bullseye and had no problems.

The script from get.docker.com AND test.docker.com fails on Debian 10 Buster: sudo sh get-docker.sh ``` # Executing docker install script, commit: 36b78b2 Either your platform is not easily detectable or...

I can reproduce it on 6.1 (Jólnir), but the problem goes away after a reboot.

Here's what it looks like: ![Captura de tela de 2022-07-09 17-37-57](https://user-images.githubusercontent.com/25424263/178121848-b44a6464-4ccf-49d3-8f48-0baea99efb52.png) Steps I took: 1. Clean install of elementary 6.1 2. Install all available package updates and reboot 3. Search...

I'm successfully exposing specific routes through their annotation: ``` @Route("/example", name="example", options={"expose"=true}) ``` Perhaps that means the issue @carlospauluk described is solved? I think the documentation needs to put more...

I've added a screen recording: https://1drv.ms/u/s!ApqEOOKoIKfodzkdvzpuaCLqwEQ?e=fdxSrq It's a little difficult to show you what's happening without a keypress indicator, but it's mostly me clicking around and pressing ESC to unfreeze...

It's probably GNOME. I've opened an issue downstream: https://bugs.launchpad.net/ubuntu/+source/mypaint/+bug/1947527

I'm reopening this because I was able to reproduce it on a clean Debian 11 install with the GNOME desktop.

It's a Wayland problem. I cannot reproduce it on an Xorg session. New trace uploaded to https://1drv.ms/u/s!ApqEOOKoIKfodzkdvzpuaCLqwEQ?e=fdxSrq Console output from Xorg session: ``` $ mypaint -t > mypaint.log INFO: mypaint:...

I just tested mypaint on [sway](https://swaywm.org/) and it's also reproducible with it. This is really a Wayland-related problem, not a GNOME problem.