Mikel

Results 4 issues of Mikel

Hi, I can't make `IsExact` work with enums. ```ts const foo = 'Foo'; enum A { A1 = 'A1', A2 = 'A2', } export const t1 = [foo, ['A1']] as...

by design

I have a complex scenario. **Is your feature request related to a problem? Please describe.** While pattern matching a tuple with wildcards I need to define all possible scenarios although...

enhancement

I [forked this boilerplate repo](https://github.com/MikelArnaiz/jsonresume-theme-boilerplate) and added a `Lorem ipsum` to the top: https://github.com/MikelArnaiz/jsonresume-theme-boilerplate/blob/2289e54fdbe9f12a178cdeb1a441a757bbdda38b/resume.hbs#L14-L17 However when running `resume serve` that is not shown: ![Screenshot 2020-10-01 at 21 18 59](https://user-images.githubusercontent.com/2076221/94853892-579e5b00-042c-11eb-849c-49683fa1fabf.png) Am...

## Update Solved by adding to the `.yarnrc.yml` the following ``` nodeLinker: node-modules ``` The question remains if `turbo` doesn't support `yarn 4` or just `Plug'n'Play`. --- ### Verify canary...

kind: bug
linear: turbo
owned-by: turborepo