-
A client may be interested in displaying old versions of an object which was modified by the Update activity. This way, Alyssa P. Hacker could save a draft of a blog post to her ActivityPub server, an…
-
@leebyron this is a really awesome library, thank you for making it. I'd like to know if you have any resources for learning about datastructures/immutable datastructures as I really want to learn mor…
-
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 …
-
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 (…
-
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.…
-
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…