issues Search Results · repo:caolan/highland language:JavaScript
Filter by
381 results
(76 ms)381 results
incaolan/highland (press backspace or delete to remove)Hi!
I have a highland pipeline like this:
function batchAndQueue(stream) {
const asyncPost = _.wrapCallback(callbackify(flush));
const data = _(stream)
.map((data) = someTransform(data)) ...
ak--47
- 1
- Opened on Feb 8, 2023
- #709
Stream.scan(memo, iterator) looks like memo is forced to accept string and buffer, any suggestion or work around to make
memo accept an array
ranjanmanishr
- Opened on Jul 28, 2021
- #708
When consuming a stream with .reduce, I d like to be able to do some async operations inside the iterator/reducer
function and have the stream wait for their completion before consuming next element.
...
adrian-gierakowski
- 2
- Opened on Aug 5, 2020
- #707
Hi good day, I ve a class named RPC, here we ve this method
public async send(nber : number) : Promise ConsumeMessage {
if (!this.stream) {
await this.delay(2);
console.info( RPC not ...
cocodrino
- 1
- Opened on Jul 14, 2020
- #706
I have thee following code with a file test.info containing some numbers each on their own line. I expect this to output
a series of lines Doubled = then the doubled number. Instead I m getting the error ...
jcdietrich
- 11
- Opened on Jun 22, 2020
- #705
img width= 1025 alt= Screenshot 2020-06-17 at 13 59 42 src=
https://user-images.githubusercontent.com/539309/84901299-309d6280-b0a3-11ea-8136-c517176bf53e.png
Maybe worth pushing the website to a github ...
richardscarrott
- 3
- Opened on Jun 17, 2020
- #704
I found Highland while searching for stream library support for native JS async generators (like async function
*main(..) { .. }) and thus async-iteration. It seems from looking at the code and previous ...
getify
- 3
- Opened on Jun 7, 2020
- #703
Calling src.destroy() in a stopOnError callback errors with Cannot write to stream after nil.
const nodeReadableStream = createNodeReadableStream();
const src = _(nodeReadableStream, () = () = nodeReadableStream.destroy()); ...
richardscarrott
- Opened on Jun 5, 2020
- #702
Was looking for a stream wrapper to read and modify files, this one looked the most promising
Last commit 10 months ago, 3.0 rewrite started in 2014 and still not ready, is this abandoned or am I missing ...
Mautriz
- 2
- Opened on May 17, 2020
- #701
Hi! Is it possible to get an async iterable from a highland object? I d like to be able to consume it with for-await-of
if possible.
timwis
- 1
- Opened on May 12, 2020
- #700
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.