-
**Is your feature request related to a problem? Please describe.**
I have JSON object in S3 with two fields like below and I want to limit the entries of those fields while uploading it to open searc…
-
👋
I wonder if there is any interest in implementing the approach described in https://en.wikipedia.org/wiki/Rendezvous_hashing for one of the default Horde distribution strategies.
```elixir
d…
-
![image](https://user-images.githubusercontent.com/40186412/96292791-2ebcbf00-1003-11eb-93dd-64bf43fdf71c.png)
Worked fine in debug mode..
-
```rust
storage {
programs: (b256 => bytes),
}
predicate Deploy(num_programs: int, program_hashes: b256[num_programs]) {
let programs: OptionalBytes[num_programs] = map (\h -> storage…
-
Hi,
you build a great tool which saved me much time!
I have the issue, that multiple commit hash references in commit message are not updated. These references get listed in `suboptimal-issues` bu…
-
On Win10 x64, Python 3.6.3 I get an error during installation ( RuntimeError: Error configuring Google hash map)
pipenv install arv
Installing arv…
Looking in indexes: https://pypi.python.org/…
-
The dbus type a{sv} (array of string -> variant pairs) is considered a dictionary, so it usually gets translated to a JS object by DBus clients.
In this Dbus implementation, it remains an array of pai…
-
This is a proposal to introduce a new syntax for declaring maps ahead of their use, outside of probes:
```
let @x[uint64] = stack_t;
BEGIN
{
@x[123] = ustack();
}
```
I would like this f…
-
I am currently implementing a container that models elements in polynomial rings. To this end, it makes sense to use a `hana::map` providing a mapping from tuples of _variables_ to _coefficients_ (in …
-
Open addressing hash maps that have only a single mutator thread but many reader threads.