-
This is to discuss the callback interface separate from the clutter of #5. In there we started discussing a little about coming up with a common callback interface, but didn't get very far.
-
_(moved from an e-mail thread with @jbenet @haadcode @diasdavid)_
Consider IP (the Internet Protocol). Once you open a _network_ address, you get a data stream. That gives certain flexibility, so IP …
-
Hi,
Could you give an example of numeric filter's usage in `searchParameters`?
I tried several things according to [the documentation](https://community.algolia.com/algoliasearch-helper-js/reference.…
-
So I was trying to workout why my parallel code was taking so long.
After-all I only sent the big datastructures once, though a closure as the function that was mapped over.
That should happen, once (…
-
This is a proposal to kill the automatic conversion of objects / arrays to observables:
```javascript
const todo = { done: false}
isObservable(todo) // false
const todos = observable([]) // ob…
-
Hello, I have some experience implementing persistent data structures in Go and would be interested in contributing to this project. Specifically, I think that the standard library could benefit great…
-
```
Atm a transaction uses all read handles to listen to when it needs to
retry. A lot of values these handles refer to are immutable (see the queue
and both the stacks it uses, these stacks are final…
-
"we should start thinking about making Merkledag nodes immutable and having a separate type for changing them"
I'd be interested in having a discussion on this topic, since immutable datastructures i…
-
I am copying @tbreloff post from: https://github.com/Evizero/LearnBase.jl/issues/14#issuecomment-193793222 since I think this is the right place
> Ok I'll try to add to MLDataUtils... again it will p…
-
```
Atm a transaction uses all read handles to listen to when it needs to
retry. A lot of values these handles refer to are immutable (see the queue
and both the stacks it uses, these stacks are final…