-
this is a bit of a hole in the language — unless you use `carefully`, there is no other way I can see to test whether the tick counter has been reset. this occasionally makes it difficult to write cod…
-
Now that we're dropping Java 1.4 compatibility for 3.0, we can incorporate Junit4 in testing. Junit3 and junit4 tests can coexist, so no tests should have to be rewritten. We should start this for the…
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Running the latest version of Constellation
* Attached the ***Support Package*…
-
## The issue
iOS app document containers exist have a symlinked equivalent:
```
/var/mobile/Containers/Data/Application/...
/private/var/mobile/Containers/Data/Application/...
```
Not sure…
-
Currently, to build all the optional features in netdata, you need to install almost a dozen extra packages beyond what `install-required-packages.sh netdata-all` pulls in.
-
BPO | [6877](https://bugs.python.org/issue6877)
--- | :---
Nosy | @freddrake, @warsaw, @brettcannon, @birkenfeld, @ronaldoussoren, @mdickinson, @benjaminp, @ned-deily, @zvezdan, @meadori
Files | [read…
-
From version 1.2.7 on, the behavior of `igraph::power.law.fit` sometimes results in a weird error:
```R
igraph::power.law.fit(c(8, 8, 3, 0, 0, 0, 0), implementation = "plfit")
Error in power.law.…
-
The following public consultation for an opt-out data-sharing model for joint accounts, is open for feedback.
We invite all participants in the Consumer Data Right to submit their feedback below as…
-
Unfortunately i cannot provide the source FASTA file, but using a non-qc-failing FASTA generated by ARTIC with Pangolin supplied by the `staphb/pangolin:3.1.16-pangolearn-2021-11-25` image, and then d…
-
```
> networkx.barabasi_albert_graph(6,1)
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
i…