Kostia P

Results 22 issues of Kostia P

The first example from [Try it online](https://github.com/staltz/callbag-basics#try-it-online) section - [Observe Events](https://codesandbox.io/s/p5jwlp0x07?file=/index.js) doesn't seem to work: ``` (0 , _callbagBasics.fromEvent) is not a function 16 | const setText = event =>...

When I open any chapter, say ch01: https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/ch01.html Right chevron links to the current chapter header. I'd expect it to link to the next one. Env: ``` MacOS Desktop Chrome...

Add one-line markdown descriptions for - [x] filter - [x] find - [ ] buffer - [x] windowToggle - [ ] expand - [x] toArray

help wanted
good first issue

Add one-line markdown descriptions for - [x] throwError - [x] catch - [x] retry - [x] retryWhen - [ ] onErrorResumeNext Might be helpful: https://medium.com/@kddsky/error-handling-in-rxjs-bac0f96a7def

help wanted
good first issue

Add examples with short descriptions for - [ ] publish - [ ] multicast - [ ] connect - [ ] refCount

help wanted
good first issue

vertical hover line for time chart **wip** , needs ui/ux review

Currently we allow intrinsic elements to receive Observable attributes, e.g.: ```tsx // > πŸ¦‰ ``` Components don't support this feature yet, and passing an Observable to a component results in...

enhancement

Currently `[ng2FileDropSupportedFileTypes]` supports only file types, in contrast to ``'s `accept`, which supports both types and extensions. **Current behavior**: its possible to limit files only by file type **Expected**: single...

enhancement

Currently, we are skipping multiple sync emissions. This will wait for all 3 values from `a` and only then would produce a result: ```ts const a = of(1, 2, 3);...

bug
discuss

Here we're exploring API suggestions that might be handy or help with handling [README#precautions](https://github.com/kosich/rxjs-autorun#%EF%B8%8F-precautions): 1. Expression with explicit dependencies [by](https://twitter.com/voliva_v/status/1309554172216446979) @voliva : ```ts const a = timer(0, 1000); const b...

enhancement