Kirill Agalakov

Results 47 issues of Kirill Agalakov

- replace `pathsToSpec` with a list of parsed spec objects - supports any spec format, not only `json`/`yaml`) - support for specs loaded from network or any other source, not...

enhancement
breaking change
discussion

Hey @mtth! Thanks for this awesome library! I'm currently trying to set up some encoding/decoding processes in a Cloudflare Worker environment. Basically it nails down to encoding jsons on the...

question

Hey folks! First, thanks for this amazing lib! This makes testing with jsdom a breeze. However, I found some missing features (also referenced here and there in the tracker, like...

## Motivation This PR introduces an initial implementation of linaria processor for solid. ## Summary The idea is to completely eliminate any extra runtime components and transpile the code into...

related to #3 - @fyzu NOTE: the test in `@injectable-ts/react` is failing due to missing dependency - need to find a way to fix it

Thanks for such a great utility first! Unfortunately I cannot find the source here, so there's no way to open a PR for impromevents. Here are some of them: -...

Add the following type to rx-utils ```typescript interface Behavior extends Observable { readonly getValue: () => A; } ``` so that we could use it as both a value-over-time and...

feature
package: rx-utils

Lightweight zero-runtime Option replacement