-
One of the "deep" conceptual problems with LG parsing is that there are usually either not enough parses (i.e. null words) or there are too many (count overflow) and its hard to strike a middle ground…
-
We've received many requests for anonymity support in go-ipfs. This issue tracks the issue and the related concerns.
First, there was a significant amount of [work](https://github.com/ipfs/notes/is…
-
Current structure assume that there is only one testator. Does it make sens to allow for multiparty attestation?
I could imagine that multiple parties would like to attest to one specific datum in …
-
Regression of #16
~~https://extensions.gnome.org/errors/view/3766~~ you need to be logged in apparently
Copy of report:
```
What's wrong?
Timing error causes area screenshots to contain th…
-
Efforts in MRIQC to minimize the baseline process size were resulting in meager gains until I found this. Delaying the import of either module allows reducing the baseline drastically.
-
# Bug Report
## Describe the bug
When I use `includePrePost: false` for intervals of '1m' spanning >1day causes an error:
`TransformDecodeCheckError: Unable to decode value as it does not match …
-
We've known for some time we need to layer a pub/sub system on IPFS. We should try to reuse other things. The least work, the better. But it should be a simple protocol, easy to implement, well-layere…
-
From my layman understanding it seems as if the SpanningTreeIterator was written with MultiGraphs in mind.
However, trying it with a MultiGraph yields repeated output of the same spanning tree.…
-
### 🐛 Describe the bug
At shap, we have run into problems with our CI jobs on macOs, e.g. see [here](https://github.com/shap/shap/actions/runs/8021717954/job/21914432162#step:7:28). I tracked this …
-
shrink all circles into points (2-edge-connected-component)
```cpp
i64 cnt = 0, now = 0;
std::vector dfn(n, -1), low(n), belong(n, -1), stk;
std::function tarjan = [&](i64 node, i64 fa) {
dfn[n…