I do have a lot of questions regarding the API, however, as I am not able to easily infer what the functions in SignalExt do just based on the name and signature, and the tutorial only seems to cover very few of them. Some are documented, but most aren't, such as dedupe() (though this one is mentioned in the tutorial), first(), etc. I would be more than happy to write up docs and examples for each if you would be able to write up a short description for each. If not, I'll just go ahead and read through the source and figure it out, but would be super convenient for other library authors to use it in their projects.
Thanks once again, and greatly appreciate the work you've done thus far!
Loving your library!
I do have a lot of questions regarding the API, however, as I am not able to easily infer what the functions in
SignalExt
do just based on the name and signature, and the tutorial only seems to cover very few of them. Some are documented, but most aren't, such asdedupe()
(though this one is mentioned in the tutorial),first()
, etc. I would be more than happy to write up docs and examples for each if you would be able to write up a short description for each. If not, I'll just go ahead and read through the source and figure it out, but would be super convenient for other library authors to use it in their projects.Thanks once again, and greatly appreciate the work you've done thus far!