issues Search Results · repo:parallel-js/parallel.js language:JavaScript
Filter by
149 results
(64 ms)149 results
inparallel-js/parallel.js (press backspace or delete to remove)evalPath looks for the eval.js file in the project directory on the client side, but on Next.js the project directory is
never served to the client, so it s impossible to set evalPath.
):
Johnrobmiller
- 1
- Opened on Sep 4, 2022
- #241
Good evening.
I tried to compare a simple sequencial vs. parallel algorithm. To my surprise, the sequiencial code seems to be faster
with different maxWorker options, as well as number of ELEMENTS. My ...
ccknaus
- 1
- Opened on Jul 26, 2022
- #240
I am using node v16.13.0 and Gatsby. This is what happens after I install parallel.js and imported it in my code. I am
not really sure what the issue is.
import Parallel from paralleljs ;
const p = ...
dagumak
- 1
- Opened on Jan 4, 2022
- #238
For My example below:
var Parallel = require( paralleljs ); var _ = require( lodash );
let data = { a :{ id :1}, b :{ id :2}, c :{ id :3}, d :{ id :4} };
for(let i in data){
const p = new Parallel(data[i]); ...
far11ven
- Opened on Dec 16, 2021
- #237
I m using parallel.js to build up a result space and to find all criteria matching results within this space, which
works very well. There is just one edge case, where this isn t working: In case my criteria ...
rmeissn
- Opened on Nov 3, 2021
- #234
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
Repository problems
These problems occurred ...
renovate[bot]
- Opened on Oct 20, 2021
- #231
I m using Typescript. The current map only accepts functions like : fn: (data: N) = N. But in practice, I need to feed
the map with function like : (data: N) = T. T is not the same type as N. Could you ...
zhengger
- Opened on Aug 30, 2021
- #229
I want to push value to variable list during mapping. It ends in the error ReferenceError: list is not defined . I m
using typescript and below is my code.
import Parallel from paralleljs ;
import { ...
zhengger
- 2
- Opened on Aug 30, 2021
- #228
There is an error with this repository s Renovate configuration that needs to be fixed. As a precaution, Renovate will
stop PRs until it is resolved.
Error type: undefined. Note: this is a nested preset ...
renovate[bot]
- Opened on Jan 21, 2021
- #217

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!
Restrict your search to the title by using the in:title qualifier.
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.