Ian Lovett

Results 16 comments of Ian Lovett

Another possibility would be having a constructor that recognizes if the passed in data is already an instance of immutable to just make a copy: EG: ``` next = immutable(state);...

:+1: Using angular and it would be great to be able to pass a rendered DOM element with bindings, etc.

How about optionally providing the filename? When I have similar name service vs. controllers vs. directives vs. views, I like to have the type in the filename so I can...

@gsoltis This appears to work -- I suppose if I can assume that the last item in `tasks` like `--dry=json | jq .'tasks[-1].hash'` -- this might get me the hash?...

@gsoltis I suppose I would have to jq for *both properties* `cacheState.remote` and `cacheState.local` ? Could we not have one property that specifies whether it was not cached, local cached,...

Yeah I would have thought that everything defined on these objects is spread out, for example `audience` but found it didnt work on the config object nor `extraParams`. I am...

@robertovg solution worked -- for me I had to pass `--legacy-peer-deps` as well: ```bash npm link --legacy-peer-deps ../${HOST_PROJECT}/node_modules/react/ ```

@ModaxDev @Don-Ghead @diegomura I was able to reproduce this and when investigating the versions I had installed found that I had: ``` [email protected] [email protected] @types/[email protected] ``` but ``` @types/react@18 //...