Thomas Kientz

Results 18 comments of Thomas Kientz

@holiber I am using it as a workaround atm !

My 0.2$, As its svg based, It is almost impossible to resize without stretching / deforming the graphics with a dynamic width or height. https://github.com/danilowoz/react-content-loader/issues/91 So I don't think this...

> When objects and arrays are passed as props, while the child component cannot mutate the prop binding, it **will** be able to mutate the object or array's nested properties....

Please improve search UX on the docs : https://material.io/tools/icons/ We are wasting so much time finding icons. Searching by name is useless ! Font awesome search is great : https://fontawesome.com/icons?d=gallery

@mcoope31 > This still persists. Is everyone using keep-alive just refreshing each time still? I am commenting `` while working on a component inside scoped inside it.

@taylorhlabs it does still only support reading from UserDefaults.standard Make sure to upvote the issue so the ionic team can track it

Sadly, Nexus is dead : https://github.com/prisma-labs/graphql-framework-experiment/issues/1432

I came with a different approach, passing a method `setIsFocused` in the slot prop. More vue idiomatic imo and more explicit.