Robert Field
Robert Field
Hi @sebin-ayata, we really appreciate contributions! I have a couple of concerns about using `Date.now()` as a "default" gateway id: - Current users of the sdk will be creating a...
Hi @sebin-ayata, Closing https://github.com/moltin/js-sdk/pull/682 in favour of https://github.com/moltin/js-sdk/pull/714 please take a look at https://github.com/moltin/js-sdk/pull/714 and let me know if it handles everything you need it to.
That does do exactly what I needed, Thank you. With the method being marked as @internal : https://github.com/datorama/akita/blob/721243c814b8835a0bec113a686c5a1400dc2f2a/libs/akita/src/lib/store.ts#L177 Would you be open to making (or accepting a pull request for)...
Something like: ``` update(stateOrCallback: Partial | UpdateStateCallback, options?: { override: boolean }) { isDev() && setAction('Update'); let newState; const currentState = this._value(); if (isFunction(stateOrCallback)) { newState = isFunction(this._producerFn) ? this._producerFn(currentState,...
Ok, I'll put together a pull request later today.
This feature would be great 👍