Dmitry Petrov

Results 10 issues of Dmitry Petrov

Frp almost completely compatible with svelte, except for a moment with a subscription. Svelte uses simple [store contract](https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values-store-contract). ```ts type Store = { subscribe: (subscription: (value: any) => void) =>...

enhancement

To see which packages are published within the repository and which latest versions are available, need to link existed packages to github repository.

documentation

**Describe the bug** Incorrect behavior while suggestion **To Reproduce** Steps to reproduce the behavior: 1. Enable autocorrect on iOS keyboard 2. Create bulleted list ```md - test 1 - test...

bug

Sometimes some dependencies are optional, but now there is no way to specify such dependencies correctly. My suggestion is to add an optional token: ```ts const foo = tokenOptional('foo')() const...

Dependencies now require them to be an array `Deps extends any[]`. But this is useless because we pass them as is, `fn(argsRef.current.deps, ...args)`.

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Describe the bug 😯 Exporting types allows them...

enhancement

### Duplicates - [X] I have searched the proposed features ### Latest version - [X] I have tested the latest version ### Suggestion ⭐ By default, a dark theme is...

enhancement: need to review

### Duplicates - [X] I have searched the proposed features ### Latest version - [X] I have tested the latest version ### Suggestion ⭐ Review and update the documentation to...

enhancement: need to review