Nikhil Tilwalli

Results 9 issues of Nikhil Tilwalli

**Code to reproduce the issue:** ```typescript import {run} from '@cycle/rxjs-run' import {combineLatest, of, merge} from 'rxjs' import {map} from 'rxjs/operators' import {makeDOMDriver} from '@cycle/dom/lib/cjs/rxjs' import {withState as onionify} from '@cycle/state'...

This feature is an attempt to offer the same dom `props` functionality offered by VNodes in `@cycle/dom`. I've chosen to name the special prop `domProps` but that could obviously be...

cycle-onionify (with RxJS) unsubscribes from the sink when there are no subscribers to the state$ and then restarts when a component in the tree uses onionify again. This restarts the...

bug

I understand that currently the only way to remove an unused child component's property from the onion state is to have the parent set it's state value to `undefined`. This...

I'm posting this as a note of something to possibly update in the future... The code for `path` never allows an empty string to be added to the `_namespace` meaning...

The below code throws the error: `Uncaught DOMException: Failed to construct 'CustomElement': The result must not have attributes`. Does anyone know why? ``` document.createElement('google-map-poly') ```

This PR integrate changes from #32 and #34, fixes tests as well as passes provider options to `authorize_url!`. This allows the request url to be configured since Twitter offers both...

Thanks for building this! I've updated to the latest stuff and it's passing all tests.