Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just pushed a fix, should be live in a minute or two, thanks again!


This loop is similarly suspect:

  let maxValue = value;
  for (const externalIndex of AFFECTING_EXTERNAL_INDICES[i]) {
    maxValue = Math.max(value, externalSamplingVector[externalIndex]);
  }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: