James

Results 19 comments of James

just tried to upgrade to v3 and got an error message. i'm not sure how to debug this, or fix it, any suggestions, or document for the upgrade path changes?:...

Wondering if this might be a feature request of the library which is being wrapped: - https://github.com/JamesClonk/vultr/blob/3680bab6bd2092518dd238ac047b3ca2ea15f5ba/cmd/commands.go related : https://github.com/JamesClonk/vultr/pull/60

@danenania Thanks! That'd be awesome. One other nit, that I didn't dig into, but not sure if the span elements could be ordered left to right - copy, edit, remove...

If it's of any use I think I got an approximate via: ```bash # find the functional tests find $(pwd) -wholename '**/functional_test*.py' # for the equivalent circleci tests glob "**/functional_test*.py...

> > > Using the `find` command as @allen-munsch has, should be a suitable alternative for local globbing. I would be curious to know more about your local debugging use-case...

``` 12:56:07 jm@pop-os pycharm_projects → uname -a Linux pop-os 5.15.15-76051515-generic #202201160435~1642693824~21.10~97db1bb SMP Thu Jan 20 17:35:05 U x86_64 x86_64 x86_64 GNU/Linux ``` ``` 12:56:16 jm@pop-os pycharm_projects → lsb_release -a No...

I was able to get the filepath to "auto save" to the configured path, by enabling - `savePathFixed` Which appears to skip the `ShowSaveFileDialog`: ``` savePath = ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath);...

Just updated and checked again ``` Flameshot v12.0.0 () Compiled with Qt 5.15.5 linux: 5.17.5-76051705-generic org.kde.Platform: 5.15-21.08 ``` Still seeing it as well. The `Use fixed path` workaround works as...

just for posterity I found the Qt bug tracker here: https://bugreports.qt.io/browse/?jql=status%20in%20(Reported%2C%20%22Need%20More%20Info%22%2C%20Open%2C%20%22In%20Progress%22%2C%20Reopened%2C%20Accepted%2C%20%22To%20Do%22%2C%20Blocked%2C%20Backlog)%20AND%20text%20~%20%22native%20dialog%20filename%22