Asaf Shakarzy

Results 61 comments of Asaf Shakarzy

We had to build an _admin_ / _portal_ apps and did not want to come up with two different projects as this requires extracting common components into third project, which...

With react-15.4.2 I get: ``` warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please...

@whoisandie I somehow got version 1.x, updating to 2x works fine :-)

@whoisandy ping? if you don't want to merge this please say so and I'll fork.

@whoisandy I described a use case in the issue, this patch let you change any fill style during rendering, code example to extract a color from a palette based on...

@VladRassokhin thanks for answering, What I see is: ```bash vsphere-iso: output will be in this color. ==> vsphere-iso: Creating VM... ==> vsphere-iso: Customizing hardware... ==> vsphere-iso: Mounting ISO images... ==>...

I think you are missing floppy definition, take a look here: https://github.com/guillermo-musumeci/packer-vsphere-iso-linux

this conform the change as stated here https://github.com/strapi/documentation/blob/main/docs/developer-docs/latest/plugins/users-permissions.md

Yea well, at some cases it doesn't make sense, consider an example where a base component is responsible for fetching movies, while the top components may display them visually /...