-
There has been a previous issue about the slow writing of GeoPackage files: https://github.com/Toblerity/Fiona/issues/476. But triggered by https://gis.stackexchange.com/questions/302811/how-to-get-fa…
-
# Design/Code Review 2
## Project: Wealth & Debt Evaluator (WDev)
### Developer: Palmer Larson
#### Reviewer: Paul Berger
| Notes / Areas for Improvement …
-
BPO | [27721](https://bugs.python.org/issue27721)
--- | :---
Nosy | @rhettinger, @ned-deily, @merwok, @berkerpeksag, @dstufft, @nathanielmanistaatgoogle
Files | [patch.diff](https://bugs.python.org/fi…
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io).
- [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/iss…
-
- [x] Estimate statistical uncertainty of p-value from permutation tests
- [x] Allow users to pass a target precision to the permutation test instead of asking for the number of bootstrap samples
- …
-
```Java
package org.apache.lucene.search;
public abstract class Filter implements java.io.Serializable
{
public abstract AbstractBitSet bits(IndexReader reader) throws IOException;
}
public inte…
-
Commit 3eb313fe introduced a logic flaw: When an absolute ref does not resolve to a page, the ref is then resolved as a relative ref or an "ambiguous ref" depending on the circumstances. Expected beha…
-
This is an issue as a follow up of two things - our attempt to implement own "safe" blob provider (lil bit incompartible with an existing one) and the discussion with @ReubenBond about design principl…
-
In trying to use infer in class for comparing means, the two means example works great. After doing multiple means, students got the F-test easily - but wanted a posthoc comparison of means, akin to y…
-
This will come after #77
Currently we build 3 flavors of the library, 4, 8, and D. Instead, use fortran interfaces and kinds to provide one library that handles all three cases.
Not sure when t…