Kuan-Yen Chou

Results 21 comments of Kuan-Yen Chou

Hi @7013145 , the game is playable for me. Maybe you can check the log files or the program outputs to see if there are some dependencies missed?

I got the same error when trying to test out anvill from CLI. The tests from `-DANVILL_ENABLE_TESTS=true` also failed for the same reason. I was using IDA Pro 7.6. ```bash...

I wonder whether these queries should be accepted: - `select id from tableA;` - `select id from tableA; select id from tableB;` I mean should it be one query per...

That's right, but I mean should it support?

I guess it is the slash that causes this bug, which may be fixed by modifying the `imagegw/shifter_imagegw/api.py`. refer: http://flask.pocoo.org/snippets/76/ edit: Well, I notice that it has been fixed in...

Hi @Morganamilo, thanks for following up! I'm still seeing the same issue with the current master. ``` $ paru --version paru v1.11.2.r207.g67cc6f4 - libalpm v13.0.2 ``` The output of `pacman.log`...

I forgot about one important thing. The issue only happens when `CombinedUpgrade` is specified in `paru.conf`. Sorry for the confusion!

@mmahmoudian thanks for the response. I tried running `flameshot` in one terminal and `env XDG_CURRENT_DESKTOP=Sway flameshot gui` in another as you mentioned in https://github.com/flameshot-org/flameshot/issues/2351#issuecomment-1038025969. But there is no output messages...

@mmahmoudian , it looks like `gotSignal` is never triggered. The execution gets stuck at this line: https://github.com/flameshot-org/flameshot/blob/d17eb53816bc572e161714b67de52daf1af23e86/src/utils/screengrabber.cpp#L75

It seems these issues might be related to this one: https://github.com/flameshot-org/flameshot/issues/2872 https://github.com/flatpak/xdg-desktop-portal/issues/861 However the problem exists with `xdg-desktop-portal 1.15.0` and the latest commit of `xdg-desktop-portal-wlr-git v0.6.0.r3.gc83b3cc-1`. ```sh env XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway...