Long Nguyen

Results 9 issues of Long Nguyen

![opcache-status-with-clear-cache-button](https://cloud.githubusercontent.com/assets/47636/14736888/719ee35a-08a3-11e6-8621-dbd5e906755b.png)

Can we implement this feature? Thank you for your great project.

enhancement

https://jsonapi.org/format/#fetching-sparse-fieldsets > A client MAY request that an endpoint return only specific fields in the response on a per-type basis by including a fields[TYPE] parameter. Can we implement this usage...

enhancement

I think we can improve performance for large file with `react-virtualized` - https://rawgit.com/bvaughn/react-virtualized/master/playground/tree.html - https://bvaughn.github.io/react-virtualized/#/components/Collection ![sketch react](https://user-images.githubusercontent.com/47636/31004227-afa7dc52-a51d-11e7-87dc-d40f7a13994c.png)

Blank field display when I used `nova-json-schema-field` with schema Array of objects ```php public function fields() { return [ NovaJsonSchemaField::make('Options', $this->optionsSchema()) ->listClass('list-reset') ] } public function optionsSchema() { return [...

enhancement

This is helpful when defining a custom Form wrapper component that will provide custom methods. E.g. `getError(fieldPath: string)`, `getData(fieldPath: string)`.

- Context: I am implementing `PrismaEntityDataProvider` (will be open source). Prisma supports richer [operators](https://www.prisma.io/docs/orm/reference/prisma-client-reference#is) like:`startsWith`, `endsWith`, `search`, `is` ... - Problem: `EntityFilter`, `IdFilter` are implemented as TS's `type` so I...