-
I would like to request an enhancment for IList and MultiMap to support the SQL Predicate functions. For the MultiMap it would be nice to have the predicate support searching the Keys or the List wit…
-
The current version of bruno omits quotes and nesting.
If we introduce both, it is really no different from either json (without quotes for keys) and exactly a JS object (sans commas)
The curren…
-
**Is your feature request related to a problem? Please describe.**
`cudf::hash_join` makes it possible to build the hash table once and probe it multiple times. But it only supports inner join, lef…
-
GDB pretty printing does not work for various STL containers.
Steps to reproduce:
* debug [SampleCode/Cxx11SGXDemo](https://github.com/intel/linux-sgx/tree/master/SampleCode)
* set breakpoin…
-
```js
/**
* @constructor
* @template {string} K
* @template V
*/
function Multimap() {
/** @type {Object} TODO: Remove the prototype from the fresh object */
this._map = {};
};
…
-
Hi,
I was wondering if you had any plans to add support for using the `@OP` style suffix for oidcgrp fields in the multimap auth plugin, in a similar style to the one added to the oidc field?
I'…
-
There is a method `forEachKeyMultiValues` on `Multimap` with the following signature:
`void forEachKeyMultiValues(Procedure2
-
Hi,
Using the signal/slot library of Corrade, it appears that when one attaches many slots to same signal, the slots are not called in any particular order. In particular, there are not called in t…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1004) created by **SeanPFloyd** on 2012-05-16 at 04:34 PM_
---
The use case I have in mind is parsing HTTP query Strings.…
-
Currently, there's two `Multimap.index` methods both returning an `ImmutableListMultimap`. It would be useful if there was a method added alongside with the following signature:
```
ImmutableSetMult…
ghost updated
5 years ago