Beau Gilles

Results 30 issues of Beau Gilles

Here is my python console and I'm refreshing the status immediately after upload: ``` >>> vimUpload = client.upload("testvideo.mp4", data={"name": "Test4"}) >>> vimID = vimUpload.split('/')[2] >>> json.loads(client.get("https://api.vimeo.com/videos/" + vimID + "?fields=uri,upload.status,transcode.status").text)...

Allow users to make their own functions by coding their own small AHK scripts within the settings UI. Currently, users can write small AHK scripts and use the 'Run File'...

A UI control to duplicate pie menus, so that settings can be reused. ![image](https://user-images.githubusercontent.com/36665762/174323381-6d89565c-c862-4780-90de-26223b34c878.png) At the moment, new menus added will use defaults set by the profiles first pie menu,...

enhancement

Windows ink can eat my ass. All of it. But for the meantime, AHP doesn't work with windows ink, so turn it off in your pen software settings. I need...

bug

When a pie menu runs, LMB gets blocked as to prevent LMB from affecting other apps while the pie menu is being used (Mentioned in #21). When the pie menu...

bug

For those who want to use pie menus in their own AHK scripts as an importable AHK class type from a library. Here's an example of how I think this...

enhancement

There is a memory leak. Memory use increases whenever a pie menu refreshes its visual, but the memory is not released when the menu closes. uluk posted a comment on...

bug

>For me the hotkeys to call AHP just stop working after a few minutes of not using it. All other functionality in Windows or other programs is unaffected. (#21) EDIT:...

bug

Add a slider for adjusting the 'icon size' across all profiles.

Instead of throwing that all in the settings page, I can section that off to an about page.