Eugene Ghanizadeh
Eugene Ghanizadeh
In RxJS, you can call `.subscribe()` on any `Observer`, including other `Subject`s for example. In callbag world, any callbag can be an observer as well, so it would make sense...
A useful addition would be to emit [Open API Specifications](http://spec.openapis.org/oas/v3.1.0). Perhaps using [tree-sitter](https://tree-sitter.github.io/tree-sitter/) to parse the emitted type definitions and exporting an Open API spec based on that would do...
Right now, arguments are encoded based on their position in the query parameters / request body. While this works well with requests originating from TyFON clients, it results in reduced...
It would be really cool if we could do over-network streaming without any network programming. TyFON could provide that by allowing passage of callbags in parameters / return values (either...
Type packages (coming form `@types`) can be safely expressed as explicit dependencies of client SDKs and installed accordingly. As a result, their used types do not need to be bundled...
this function can be used by other libraries (for example, [test-callbag-jsx](https://github.com/loreanvictor/test-callbag-jsx) needs it to emulate selection of options with object values).
In various stages (create, setprop, render, etc) we are looping over a few plugins to see who would take responsibility for said operation. however, as [observable here](https://krausest.github.io/js-framework-benchmark/2021/table_chrome_89.0.4389.72.html), these processes (specifically...
- units MUST always be specified, which is an inconvenience. Perhaps for a specific list of values `px` can be assumed as default (or other units based on the value...
- If a hook is added to an element after the element is bound, `bind()` should be invoked instantaneously. - If a hook is added to an element after the...