Victor
Victor
I want to use this tool alongside with `np`, is it possible? https://github.com/sindresorhus/np And if answer is yes, then how? `np` supports argument `--contents` to specify folder to publish, but...
I need to remove single file from within subfolder, but I cannot make this work... Is this possible somehow?
Following [this comment](https://github.com/sergeysova/patronum/pull/31#issuecomment-643653720) To have more _industry-like_ behaviour ([lodash](https://lodash.com/docs/4.17.15#throttle)), `throttle` should provide options to indicate whether `target` should be triggered on the _leading_ and/or _trailing_ edge of the timeout. >...
Subj, `effector-logger` somehow breaks effector priorities, for example, `sample` began to work earlier, than `.on`, which completely breaks synchronous logic. Code ```js const passingBy = createEvent(); const goAhead = createEvent();...
Add possibility to forbid for babel plugin to change exact `effector` import to `effector-logger`. ```js import { createStore } from 'effector' // effector-logger: disable ``` Checks only trailing comments, so...
TL;DR — [The most valuable thing `effector-reeffect` can do for the `effector` ecosystem](https://github.com/jfhbrook/node-ecstatic/issues/259) is to self-destruct and cease to exist in a current form. ## past 4th of December 2019,...
Several states, persisted in the query string, causes several history updates, even if updates were happen (almost) simultaneously. If you have two stores, persisted in query string, and they both...
When application is working inside [Scope](https://effector.dev/docs/api/effector/scope) (mainly in SSR environment like Next.js / Remix), asynchronous update from storage ([`"storage"` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event)) will miss the target store, because will be invoked outside...
Do we need ability to clear storage in this library, or this is out-of-scope? I see three possible cases: 1. Clearing the whole storage, with or without affecting all persisted...