ember-buffered-proxy icon indicating copy to clipboard operation
ember-buffered-proxy copied to clipboard

An Ember Proxy the enables change buffering

Results 13 ember-buffered-proxy issues
Sort by recently updated
recently updated
newest added

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](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 [terser](https://github.com/terser/terser) from 4.4.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Relying on `ember-buffered-proxy` to detect model changes has the drawback that comparisons are strict, and therefore a simple type change is captured by the buffer. When using an HTML `input`...

How would you use buffered proxy for nested properties e.g. `post.author.name` and an array of objects e.g. `post.tags[{name: 'tag one'}, {name: 'tag two'}]` For the array i'm cloning the array...

I just implemented `ember-buffered-proxy` to make an edit modal edit independently of the main page. I took some notes here that might help someone else. Or maybe even turned into...

It would be nice if there was a way to override how values are compared inside of `setUknownProperty` without having to override the whole function. For example, we're working on...

Hi! Thank you for you your awesome project. I wonder whether i can use ember-buffered-proxy on Ember Data records. My use case: 1. A record is created clientside when a...

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies