-
Context: when add the first root to a partition, the first challenge epoch is set as current block number number + 1 (i.e. challenge finality = 1).
This means that in the very fist proving step we …
-
**Please make sure to fill out this form completely, and attach your program logs (set to Debug setting). You can delete this line.**
- [X] Searched to see if this issue exists
- [X] Completed bel…
-
https://github.com/Visdomoyat/js-arrays-lab/blob/f0e30e222ec2c1b0be3c471569cba31c1b951118/app.js#L21
You hard coded the values in exercise 1. You need to use an array method to push the values into…
-
To incorporate this gem as part of a CI process, the tests suite should return a non-success exit code when coverage failed.
For minitest, ignoring thresholds (considering anything bellow 100% a fa…
-
## Goal
Populate the metadata file with useful information.
## Context
The [current default](https://github.com/CDCgov/cfa-epinow2-pipeline/blob/main/R/write_output.R#L23) is an empty list. For c…
-
In this request we are considering a use case where "species" ( coordinates are: "wildcat", "ants", "frog, "wolf",...) is not a property but a dimension. The property will be the number of occurrences…
-
## Description
When setting a default value for author, there's no green icon idnciating that a default value for author has been set.
## Environment
1. demo
## Reproducible Steps
Steps to create …
-
The myskoda integration is using translation for sensor values, which are also translated by default within HomeAssistant.
Example: Device_Tracker -> "home" == "Anwesend" (de.json) or several Binary_…
-
Spectrum docs: https://react-spectrum.adobe.com/react-spectrum/LabeledValue.html
Docs ticket: #869
-
This should be illegal, for example, so we should report an error on it:
```ts
let a = new Map([new Pair("a", void)]);
```
Also illegal:
```ts
let hi(): Void {}
let b = hi();
```
Also…