-
Hi there TAG,
I'm requesting a TAG review of User-Agent Client Hints and the plan to reduce the information available in the User-Agent header, and related JS APIs. The review in [issue #467](https…
-
## Description of the issue
The model factsheets (#15) cover the mathermatical objective of a model. We should too, especially because we have a ModelElement "ObjectiveFunction".
## Ideas of sol…
-
I am probably missing something obvious but trying to keep close to the documentation:
```Julia
N=20
M=10
V=3
z=sort(randn(N).*V .+M)
u=gaussian(z,10,3)
B=interpolate(z,u, BSplineOrder(4))
b…
-
randomBytes uses OpenSSL as its random number generator. It [would be wiser and less errorprone](http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/) to use a system RNG like urandom…
-
This is a master issue for all things related to local datastore performance improvements.
- [x] Make LDS stop checkpointing and making copies of objects for mutable containers (#102)
- [ ] Make LDS q…
-
# Bug report
## Describe the bug
When requesting `/_next/image(.*)`, I'm getting this Response header:
```
Cache-Control: public, max-age=60
```
And it's fine... What's not fine is t…
-
According to the Go [spec](https://golang.org/ref/spec#Comparison_operators) array types are comparable but not ordered. Which is odd for e.g. `[...]byte` array values since `strings` are ordered and …
-
### Description
As of 21.2, the resolver decides it needs to download every possible version, `to determine which version is compatible with other requirements.`, for multiple dependencies.
Not…
-
Web API based data sources normally have quota limits on the number of API calls you can make in a given period.
For SCOPUS this means:
- Query granularity is monthly.
- 20,000 API calls per 7 da…
-
Ideally SUSHI should be a pure Java application. Currently the only native part is GLPK, and apparently the only pure Java replacement that is actively developed is ojAlgo (http://ojalgo.org/). Evalua…