figbird icon indicating copy to clipboard operation
figbird copied to clipboard

Effortless realtime data management for React + Feathers applications

Results 18 figbird issues
Sort by recently updated
recently updated
newest added

there is a little gap in the logic, what about when you are requesting something like this, query : { include: [UserData] } the include is treat in the backend...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Hello, I want to thank you first for this awsome library. We are having some trouble dealing with pagination when using useFind(). We would want to have a "load more"...

hi I am trying to implement [feathers-graph-populate](https://feathers-graph-populate.netlify.app/getting-started.html) but when I want to use [Client-Side Params](https://feathers-graph-populate.netlify.app/getting-started.html#enable-custom-client-side-params) I don't know where to call the before hook when I am using figbird on...

Still needs some work on TODOs, finalising the API, solving some memoisation issues and tests.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trim-newlines&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

hi there, with feathersjs api when you try to use useFind with allPages: true, if you have a $in with your _id field: ``` useFind('feathers-service-name', { query: { outlet: this.state._id,...