-
The next test fails:
```python
import pytest
@pytest.fixture(autouse=True)
def tmp_file(tmp_path):
(tmp_path / "file.txt").touch()
@pytest.mark.asyncio_cooperative
async def test_co…
-
SOLR has two classes HTMLStripReader and WordDelimiterFilter which are very useful for a wide variety of use cases. It would be good to place them into core Lucene.
---
Migrated from [LUCENE-1377]…
-
BPSW is the current popular way for probabilistic primality testing.
More detailed info about BPSW is at https://en.m.wikipedia.org/wiki/Baillie–PSW_primality_test
A patch and initial discussion is …
-
BPO | [12394](https://bugs.python.org/issue12394)
--- | :---
Nosy | @mhammond, @freddrake, @vsajip, @tjguk, @tarekziade, @merwok
Files | [6382acfb1685.diff](https://bugs.python.org/file22711/6382acfb1…
-
**Describe the bug**
I am not able to see wallpapers that have scenes or effects. I can only see the wallpapers of images and videos with music. In beckend video settings, there is only one option "Q…
-
I collected V2Ray traffic data and reran my deep packet inspection test, as described from [the issue here](https://github.com/v2ray/discussion/issues/569).
I compiled V2Ray (commit hash `5dffca84…
-
We could add a method like TwoPhaseDISI.matchCost() defined as something like estimate of nanoseconds or similar.
ConjunctionScorer could use this method to sort its 'twoPhaseIterators' array so tha…
-
|Item |Considerations| Comments/Suggestions|
|--------|---------|---|
N/A | Planned MVP Functionality | Doesn't look like you reached full MVP coverage but I'm sure you will upon completion! |…
-
https://indico.cern.ch/event/1036527/attachments/2243646/3804631/RichardSamworth_PHYSTAT.pdf
-
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…