Jan Lohage
Jan Lohage
Does your problem persist with the new version?
Seems like a caching issue to me. @daffl I think baking caching right into the plugin wasn't exactly the best of ideas we should refactor caching to make it configurable...
it DOES get new data from the server when an event occured. It just doesn't request new data when you subscribe twice with the same query. Making caching configurable shouldn't...
To disable caching on your local version change `return cacheObservable(this._cache, 'find', params ,pipeStream);` to `return pipeStream;` I think we'd need to figure out the API for a user provided cache,...
There's also this fork https://github.com/rhalff/angular2-json-schema-form/tree/angular-6 by @rhalff. I'd love to see everyone having a working fork join efforts
The name should indeed be `ngx-json-schema-form` re your second point: the readme states `Note: This project is a continuation to dschnelldavis/Angular2-json-schema-form & is and is not affiliated with any organization`...
I recently cleaned up the strategies a little further and made the source a real cold observable (https://github.com/j2L4e/feathers-reactive/blob/cleanup/src/utils.js#L10). With this we can just switch the stream to the source to...
A solution for the second (and easier to solve) edge case and requerying in general: https://github.com/feathersjs-ecosystem/feathers-reactive/compare/autoretry#diff-2b4ca49d4bb0a774c4d4c1672d7aa781R87
Translation through [deepl](https://www.deepl.com/translator#it/en/Ho%20necessit%C3%A0%20di%20passare%20direttamente%20il%20codice%20htlm%20alla%20stampante%20senza%20passare%20prima%20per%20la%20creazione%20di%20un%20pdf.%20Sarebbe%20possibile%3F%0AGrazie%20per%20l'ottimo%20lavoro%20che%20avete%20fatto) > I need to pass htlm code directly to the printer without going through creating a pdf first. Would this be possible? > Thanks for the great...