You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a problem with the workflow please answer the following questions. Please note that the workflow is only compatible with Alfred 5.
is your problem related to the PHP binary, PHP Path, PHP installation, etc.? Yes.
Are you using the latest version of the workflow? Yes.
Have you installed the workflow dependencies? Yes.
Describe the bug
As in title, if you try to convert any length of inches to feet & inches, and that number if a multiple of twelve, then if it's >= 7 feet, it'll always return XX.0 ft AND XX ft, 12 in.
I'd also recommend switching to X' Y" as an preferred or additional output, but this is just a bug report.
To Reproduce
Steps to reproduce the behavior:
Open Alfred '...'
Type '...'
84 in ft
96 in ft
108 in ft
...
See error
Expected behavior
7.0 ft
7 ft, 0 in
NOT 7 ft, 12 in
Debug Output
Input: 84 in ft
[10:52:46.778] Calculate Anything[Script Filter] Queuing argument '4 in ft'
[10:52:46.831] Calculate Anything[Script Filter] Script with argv '(null)' finished
[10:52:46.838] Calculate Anything[Script Filter] {"items":[{"title":"7.0 ft","arg":"7.0","subtitle":"Action this item to copy this number to the clipboard","valid":true,"mods":{"cmd":{"valid":true,"arg":7,"subtitle":"Action this item to copy the amount with no format"},"alt":{"valid":true,"arg":"7.0 ft","subtitle":"Action this item to copy this value with unit to the clipboard"}}},{"title":"7 ft, 12 in","arg":"7.0","subtitle":"Action this item to copy this number to the clipboard","valid":true,"mods":{"cmd":{"valid":true,"arg":7,"subtitle":"Action this item to copy the amount with no format"},"alt":{"valid":true,"arg":"7 ft, 12 in","subtitle":"Action this item to copy this value with unit to the clipboard"}}}]}
System information:
OS: MacOS 14.2.1
Alfred Version 5.1.4 [2195]
PHP Version 8.3.2
The text was updated successfully, but these errors were encountered:
If you have a problem with the workflow please answer the following questions. Please note that the workflow is only compatible with Alfred 5.
is your problem related to the PHP binary, PHP Path, PHP installation, etc.? Yes.
Are you using the latest version of the workflow? Yes.
Have you installed the workflow dependencies? Yes.
Describe the bug
As in title, if you try to convert any length of inches to feet & inches, and that number if a multiple of twelve, then if it's >= 7 feet, it'll always return XX.0 ft AND XX ft, 12 in.
I'd also recommend switching to X' Y" as an preferred or additional output, but this is just a bug report.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
7.0 ft
7 ft, 0 in
NOT 7 ft, 12 in
Debug Output
Input:
84 in ft
System information:
The text was updated successfully, but these errors were encountered: