Nazarii Shvets

Results 8 issues of Nazarii Shvets

## Missing/Incorrect APIs Can't pass `name` paramether in `attach` without `mapParams/source` ## Suggested Implementation https://github.com/effector/effector/blob/9d0f59af6f61e23d86b513041bc16b541c229063/packages/effector/index.d.ts#L2744 Current: ```ts export function attach< FX extends Effect, >(config: { effect: FX }): Effect ```...

good first issue
typings

## Proposal `debug` parameter for `sample` to add more insights for debugging Precondition: Something wrong with beautifull sample like: ``` sample({ clock: [event1, $count] source: { foo: $foo, bar: $bar...

enhancement
RFC

## Proposal Create protocol for `debug` operator, so it would be easy to debug factory instances ## Problem Current state of `debug` allows passing flat objects with units to `debug`...

RFC

## Proposal Add eslint rule to ban direct imports from 'effector/effector.umd', 'effector/effector.cjs', 'effector/effector.mjs' (with autofix) so it would be possible to catch/fix such cases with linter ## Use case For...

Precondition: [docs](https://farfetched.pages.dev/recipes/cache.html#hashing-algorithm) ``` So, the key is a hash of the following data: - SID of the Query - params of the particular call of the Query - current values...

type:documentation
scope:core

Precondition: [docs](https://farfetched.pages.dev/recipes/cache.html#hashing-algorithm) ``` So, the key is a hash of the following data: - SID of the Query - params of the particular call of the Query - current values...

type:enhancement
scope:core
discussion

Hi, I'm trying to add cache for my queries, and I need to hide this update behind feature-flag. How to do it?

type:enhancement
good first issue
scope:core

Hi, I'm using your library in my project We have Sentry for monitoring, and recently we started to catch such issues Issue itself is strange, as for Chrome 124.0.0 `clipboardData`...