Gary Wang

Results 43 comments of Gary Wang

> you need to use it to open a image, then it will work. I did, but MMB clicking still won't close the window. The action you marked in the...

That's weird. Maybe because I'm using a trial version that doesn't come with such a feature. Anyway thanks for showing the actual behavior. Still, for anyone who also needs this...

I will probably work on that once I got a touch screen device, before that could happen, helps welcome :)

Right now we could produce NSIS generated installer by using the [KDE Craft](https://community.kde.org/Craft) [build script](https://github.com/BearKidsTeam/craft-shmooprint-bkt) or CPack NSIS generator, but right now it couldn't do file associations. I'm planning to...

> you can add file association in Pineapple, which should be call by command parameters. Although I can do that, it's not what I'd like to do. *Pineapple Pictures* is...

现在 `connectioneditpage.h` 这个文件应该不存在了吧 = =

Is that okay if I use Weblate directly? btw it seems all strings are translated but wait for review now.

Thanks for the feedback! The window auto-scale feature is currently not planned since it might be a little weird if user just wants to see a part of the picture...

Having the same issue with subroutes: ``` go import ( "fmt" "net/http" "github.com/go-chi/chi/v5" ) func dummy(w http.ResponseWriter, r *http.Request) {} func main() { r := chi.NewRouter() r.Route(`/{handle:[a-zA-Z\d._-]+}`, func(r chi.Router) {...