KevinAsher
KevinAsher
Hi, just started using this lib. At the graphql-php docs [here](http://webonyx.github.io/graphql-php/type-system/object-types#shorthand-field-definitions) it says it supports a shorthand notation for defining fields for types. But when i try to use them,...
Hi, I'm working on a generic batching utility for Eloquent Models with Graphql, [here](https://github.com/KevinAsher/DataLoaderTraitExample/blob/master/app/Traits/DataLoaderTrait.php) is the repo with an initial implementation, check out [Types directory](https://github.com/KevinAsher/DataLoaderTraitExample/tree/master/app/GraphQL/Type) for examples in usage. It...
The CSS line-height property accepts px as well as a unitless value, the issue here is that when given ```line-height: 10px;```, the extension transforms to ```lineHeight: 10;```, which in this...
Olá, Usamos a API de integração de imóveis e temos alguns clientes com seu próprio número 0800. Atualmente, não é possível enviar um número de telefone 0800 pois o atributo...
### Description When using the app-layout with background-image and scroll effects, there is a performance hit if the scroll target of the app-header is not the `html` root element. Apparently...
First of all, a big thanks for all the work done in this web component. While on mobile, its hard to sort a medium size list of items because of...
Since the list of items are inside the `` container, we can't set a flexbox container on ``. This is great use case for a custom css mixin.
Fixes #9 And other changes: - Improves element reordering (eliminates flickering of siblings while dragging a sortable element) - Prevents dragging while elements are animating back to normal position
### Description Using the demo code, if we add border or padding to ``, its height grows while dragging an item. Of course there is workarounds or probably that's not...
### Current behavior While playing with the built-in demos that came with the installation of cypress, I've noticed a tooltip that keeps showing up for a hidden error icon as...