-
when run make proto-gen command in v0.41.2, the following error happens. This error also happens in latest master branch.
******************************************
Generating Protobuf files
/usr/l…
-
`PDict` datastructure from `pysistence` is incompatible with python 3 pickle.
Simple test:
```
>>> import pysistence
>>> a = pysistence.make_dict({"test": "test"})
>>> pickle.loads(pickle.dumps(a…
-
`ConcurrentQueue` is an unbounded, thread-safe queue, where the primary operations are Enqueue and TryDequeue. It's one of the more valuable concurrent collection types. However, unbounded collectio…
-
Are non-string keys allowed in maps? When I try with current `ipfs dag put` it indicates no, but wondering if that is current implementation or a design from the spec.
-
# Improved Map Performance
I recently started a new `Map` implementation for `FSharp.Data.Adaptive` that uses subtyping and virtual calls instead of discriminated unions and pattern matching for re…
-
Hello,
This is AWESOME! I have few questions:
1. Why did you use "\Ds" namespace, why not "\DataStructure"? It is more explanatory, I know it is related to coding style, but I can not see reason why …
-
RxJava in not nice when it comes to stacktraces.
The worst thing is `observeOn` that schedules execution on different threads. Every time we use `observeOn` we get our stacktrace from the process ro…
-
Hi!
I am trying to create a workspace using `DEDataArray` as follow:
```Julia
mutable struct Workspace{T}
-
Hello,
there are lots of users using `doctrine:generate:entities` nowadays. This must stop.
Symfony should provide its large user base decent article on designing/modelling entities in a proper …
-
Replacing the long discussion with 200+ comments with **new issue dotnet/corefx#14354**
This issue is **CLOSED!!!**
------------------------------------------------------
### Motivation
Ja…