-
Node level:
The count of distinct strains circulating in a population should be available to all individuals in a node.
These could be given weights as a proxy for relatedness
Individual level:
Indiv…
-
We need to add ZCAP examples to the Authorization section in the specification in order to discuss what this stuff looks like.
We should start with just a simple example for document creation.
T…
-
Dear author:
There are something wrong when I install and run the gr-adsbTransmit on Gnuradio 3.8.1, I installed successfully but there are something wrong when I run the example code. More specifica…
-
After a few iterations on both cryptographic primitives and language designs, biscuit is in a phase of iterative improvements.
Biscuit is used in production in several places, the rust implementati…
-
**Describe the bug**
The decal gets replicated when splatted. This happens when you try to splat just around the corners; you can then clearly see the partial/full replication (just once) of that …
-
Having a config like
```
stream {
resolver 8.8.8.8 ipv6=off;
log_format socks 'socks: $socks_connect_addr $socks_name $socks_protocol [$time_local] $remote_addr';
server {
…
-
Hello.
Currently, the standard explicitly doesn't specify what scaling should be used for the effective media volume range (ie for volume sliders):
> An element's effective media volume is deter…
-
Currently the LP method uses Z to keep KDP high when in regions of High Z. At X-Band where we can get phase shift on backscatter that is of greater width than the (5pnt) filter this can lead to the ph…
-
RC Firmware must be changeable too.
Some limitations was added with RC Firmwares 1.6 and newer.
Output Power is reduced from 25mW to 10mW in CE Mode.
And
It should be possible to change CE to FCC Mo…
-
The current algorithms produce a negative lux under certain conditions (especially low light).
Current:
lux1 = ( (float)ch0 - (TSL2591_LUX_COEFB * (float)ch1) ) / cpl;
The fixed value of TSL259…