-
It would be a great feature to be able query attributes via reflection.
This could allow things like setting the names or formats of fields for certain serialization formats, grouping fields or giv…
-
I'm trying to make the json relationships work with a nested array of objects, which looks like so:
```json
[
{
"offers": [
{
"offer": "1",
"redirect_weight": "100"
…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
Trying to use prange inside an overload eg.
```python
@njit(**JIT_OPTIONS, parallel=True)
def update(x, xp, r, rp, p, Ap, alpha):
return update_impl(x, xp, r, rp, p, Ap, alpha)
def update…
-
If a BooleanQuery meets certain criteria (only contains disjunctions, is likely to match large numbers of docs) then we use a BooleanScorer to score groups of 1024 docs at a time. This allocates arra…
-
abi-decoder works great for receipt.logs, but now I want to process pending transaction, so I need to decode an input. But it returns undefined.
Here is an example ([transaction](https://etherscan…