-
### What happened?
We're using the Python automation API.
One of our calls to an instance of `Stack.up()` ends up leaving an orphaned `_watch_logs` thread lying around which then hangs shutdown of…
-
### Summary
I am converting my raw data to BIDS format. I’m encountering an issue with HeuDiConv during the conversion of field maps, and I suspect it has to do with how the tool groups seque…
-
-
Any one have an easy way to detect nodes with no edges?
-
as per
https://arxiv.org/abs/1703.09343
-
```
What steps will reproduce the problem?
A document with a code block across the end of the page can leave single
lines on either side, and that sucks.
Test case coming.
```
Original issue repor…
-
When you hide a hub the things that were linked solely to it should disappear from the network view (possibly after a refresh). Currently these orphans just float unlinked.
-
```
What steps will reproduce the problem?
A document with a code block across the end of the page can leave single
lines on either side, and that sucks.
Test case coming.
```
Original issue repor…
-
```
Due to the checkArgument in OrphanBlock's constructor:
Preconditions.checkArgument((block.transactions == null && filtered)
|| (block.transactio…
-
I have the following relationship set up between parent and child entities:
```
entity.HasOne(d => d.ParentEntity)
.WithMany(p => p.ChildEntity)
.HasForeignKey(d => d.IdParentEntity)
…