-
Allow the user to manage a list of "their favorite aggregates" (in general or per slice or project) so that we don't have to query all AMs in existence.
_Imported from trac ticket [#339](http://trac…
-
In scylladb/scylladb#11106, we implemented various `DESCRIBE` statements and as part of scylladb/scylladb#18750, we're currently extending `DESCRIBE SCHEMA` by covering auth and service levels. Our go…
dawmd updated
2 months ago
-
OG-Core allows the specification of a linear tax rate on bequests received (estate tax, `tau_bq`). See `default_parameters.json` line 1058, `tax.py` lines [288](https://github.com/PSLmodels/OG-Core/bl…
-
I have added a check in the ExpressionBuilder so it refuses to build ELM that has error annotations. This makes many of our unit tests fail, since the generated ELM by the java tooling contains errors…
-
### Description
Right now, aggregations only allow building hourly and daily statistics. It would be good to allow custom windows like 7 days or 6 hours.
The one thorny thing with this is if win…
-
### Management API is unreasonably slow
We have a project utilizing some of the features on the 'Management API'.
In particular we query '/organizations//users' very regularly. And this endpoint i…
-
Note: This is not implemented yet and feedback is highly appreciated. Please comment if you have concerns or different ideas.
In Go, it's impossible to define dynamic return types depending on what…
-
As requested in https://github.com/amtunlimited/average-response/blob/71a4e9653d13f888f5158fc1d8226dc37c8bee3e/script.js#L32 you can find the API's documentation here: https://github.com/mozilla/pytho…
-
`test_2edge_and_sort` was recently fixed by changing the test to include all coordinates of the result. But is this the right decision?
Sparse cube-formatted data is space inefficient, but has the…
-
```python
>>> arr = ndtest("a=a0,a2,a1")
>>> arr
a a0 a2 a1
0 1 2
>>> g = arr.a.i[1]
>>> g
a.i[1]
>>> arr[g]
1
>>> arr.sum(g)
1
```
Now let us define another array with the s…