Boris Muñoz

Results 3 comments of Boris Muñoz

Hey, It's supposed to work with Alfred 3, because is using [Alfred-Workflow](https://pypi.org/project/Alfred-Workflow/), maybe I used something incompatible with that version 😕. Did you make it work? If not, I'll have...

I just found out this https://www.deanishe.net/alfred-workflow/guide/update.html#id3 > Workflows created or edited in any version of Alfred are fundamentally incompatible with earlier versions, even if no new features are used. So,...

This is what is working for me: ```javascript z.enum(['true', 'false']).transform((value) => value === 'true') ```