raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.09k stars 2.81k forks source link

[Aerospace Tiling Window Manager] Not handling mixed arrays properly #12522

Closed dmnkf closed 3 days ago

dmnkf commented 2 months ago

Extension

https://www.raycast.com/limonkufu/aerospace

Raycast Version

1.75.1

macOS Version

14.4.1

Description

as I have multiple workspaces the whole logic behind my screen assignment is a bit complicated.

currently I got

[workspace-to-monitor-force-assignment]
1 = ['built-in', 'secondary', 'LG.*', 1]
2 = ['secondary', 'zowie.*', 3]
3 = ['LG.*', 'main']
4 = ['secondary', 'zowie.*', 3]
5 = ['secondary', 'zowie.*', 3]
6 = ['secondary', 'zowie.*', 3]

the plugin however can't parse this and says this isn't allowed. Aerospace itself handles it properly.

Steps To Reproduce

[workspace-to-monitor-force-assignment] 1 = ['built-in', 'secondary', 'LG.', 1] 2 = ['secondary', 'zowie.', 3] 3 = ['LG.', 'main'] 4 = ['secondary', 'zowie.', 3] 5 = ['secondary', 'zowie.', 3] 6 = ['secondary', 'zowie.', 3]

Current Behaviour

Some error about not being able to parse this mixed array.

Expected Behaviour

Handle it like aerospace, where mixed arrays seem fine.

raycastbot commented 2 months ago

Thank you for opening this issue!

🔔 @limonkufu you might want to have a look.

💡 Author and Contributors commands The author and contributors of `limonkufu/aerospace` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue.
limonkufu commented 2 months ago

Thanks for the report.

Aerospace added a new functionality to expose the config directly which i will be switching very soon. That would take care of this bug as well. I will update here once i have the version ready

limonkufu commented 2 months ago

@raycastbot assign me

raycastbot commented 1 week ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 3 days ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.