Ruslan Zavacky
Ruslan Zavacky
When class is specified like this ``` {{lazy-image class="v-grid-item__img" url=mainImage errorText=""}} ``` check which suppose that `class` is an array fails, because now `class` is clearly a string. --- After...
Use case that I am currently working on: Checkbox to agree with Terms of Use. I add validator on that checkbox, that it should be "checked". If it is not...
With this PR I am trying to add JSON API Object deserialization, so far so good. Even though, as I am working with JMS Serializer staff for the first time...
This is a meta issue to gather full Specification of JSON API and to check what is supported/implemented by this library. (Will add more things, any contribution is welcome) Each...
I see that ProxyCommand is available, but can't figure out how to correct specify it like to connect via Cloudflared agent. For example, in Cloudflare, .ssh/config looks like this: ```...
When firing a keyboard TAB event (eg. press TAB button). Browsers behavior is, to throw a keyboard event and also, blur the current document.activeElement. Currently, we are not doing that...
From what I see in `GrantType/ClientCredentials.php` in method getUserId we request `$this->clientData['user_id']`. Going to `Storage/ClientCredentials.php` it seems this storage do not return user_id. Also, in `oauth_client` table there is no...
Hey @yaymukund this addon seems simple and very useful. How about publishing this addon to NPM to make it easier to use?