hrt/derrandz

Results 13 issues of hrt/derrandz

## Description Upon querying a mapper like the following: ``` const post = await store.find('posts', '1', { with: 'user' }) ``` The following error is thrown: ``` err: TypeError: list.forEach...

mapper relations

**Description**: There are some things that consume resources yet are unbounded, like the amount of iterators that can be running at the same time, and those should be bounded to...

![screenshot from 2016-08-18 13-24-17](https://cloud.githubusercontent.com/assets/13497307/17773624/163bcedc-6547-11e6-9021-09b403a64524.png) my files that are included: ``` angular-animate/angular-animate.js angular-dynamic-locale/dist/tmhDynamicLocale.js angular-i18n/angular-locale_fr.js angular-weekly-scheduler/dist/js/ng-weekly-scheduler.js ``` directive call ``` weekly-scheduler(class="scheduler", ng-model="model" options="model.options") ```

enhancement

# Overview The DAS module is currently reliant on default constant global variables acting as configuration variables. This makes changing configuration values for the DAS module non-trivial, as it requires...

area:config
kind:feature
kind:improvement
area:das

# Overview The codebase is currently littered with default constant global variables acting as configuration variables. This makes changing configuration values for the Celestia node non-trivial, as it requires code...

area:config
area:shares
kind:feature
kind:improvement

Is there somehow I can store my full bloom filter to a file and load it again later on to check for new values?

## Overview This PR documents peer usage throughout the go-header package, as well as it ships documentation for the `p2p` package and the `sync` package. Run: ``` $ godoc -http=:6060...

Currently the compositions under `test-infra/compositions/cluster-k8s/das-benchmarks` are named `001-lights-dasing-from-latest-bridges` and they should be renamed to `das-benchmarks` are is the name of the test case as figures in `plans/das-benchmarks/das-benchmarks.go` file

## Context We would like to benchmark how faster is this in comparison to previous syncing strategies (`IPLD`). Facts to the moment: * with `IPLD` was so slow that they...