-
The code supplied handles signed char types but treats everything else as an integer and tries to send the ASCII representation of it. The header declares several format types but only Character is ha…
-
https://twitter.com/daveshanley/status/1547721269142925317
Would be cool to have some sort of way to display metrics in the CLI
If someone's interested in doing this, I can happily setup a gatew…
-
**What happened**:
1. Bring a Grafana Docker container up using the repository mentioned below. Use `make build` to generated `docker-compose.yml` file and then `make run` to bring the containe…
-
Proto:
```proto
enum Option {
/**
* This is the default option. Its documentation should wrap not at
* the "\n" symbol but at the right place according to the line limit.
*/
DEFAULT =…
-
workflow#code-labels / contributions#code-labels
-
**Syntax:**
`"'^BMF-,,'"`
**Variables:**
variable text address char array = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state an…
-
- Determine possible QA tests we could run for data to ensure the precip error does not occur again
- Max consecutive precip hours > 48 (or another number)
- Annual Precipitation
…
-
**Is this a request for help?**:
No, we were told to open this after a discussion with John Chiao and Jared Ledgister
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
**Versio…
-
We expect that
Right now
unicode.SimpleFold('k') == '\u212A'
*\u212A is 'K' the Kelvin char
This is not intuitive for ASCII simple folding.
Fix it so that
unicode.SimpleFold('k') == 'K'
-
**Is your feature request related to a problem? Please describe.**
Table syntax in markdown is abhorrent. It's difficult to write, even more difficult to maintain. Plethora of conversion tools exist …