Boris Muñoz

Results 5 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') ```

I'm having the same issue when using the `yarn build` command https://github.com/bmunoz89/vue3-playground/ ``` ERROR Failed to compile with 1 errors 10:09:59 PM error in ./src/views/Experimental.vue?vue&type=script&lang=ts&setup=true Module build failed (from ./node_modules/thread-loader/dist/cjs.js):...

@idrunk I made another branch to [remove the experimental feature](https://github.com/bmunoz89/vue3-playground/compare/master...it-works) ``, which is the same feature that we are using, and in that [branch](https://github.com/bmunoz89/vue3-playground/tree/it-works) works without throwing that error.