-
For the upcoming [federal version of NepalMap](https://github.com/Code4Nepal/nepalmap_federal), we would like to present data on pneumococcal vaccination rates. These data are available in Table 10.3 …
-
There are unnecessary commas in the textbook names in the syllabus page.
-
When I tried the following program:
```ocaml
let%svg test = ""
```
I got this error:
```
Error: Value of transform must be an SVG transform
```
I'm very surprised as the corresponding parser…
-
## 🐛 Bug Report
I'm passing a string like so `"1 5 15"` to the tts.speak(). On android it is being read as "One Five One Five".
### Expected behavior
It should be read as "One Five Fifteen". That…
-
pending discussion of what it should look like.
-
If we ignore any whitespace and underscores in the string arguments given to `inexact-real-from-strings`, that should make it easier to pass more kinds of number syntaxes directly into this SRFI witho…
-
Hi, me again...
Sorry, I forgot what is the consensus on splitting lists? Is this a valid issue?
Given:
```
▐"#4d0121", "#660130", "#7f023e", "#930049", "#a80156", "#c30766", "#d21272", "#de2a84", …
-
Add this command:
- !read team1, team2, ... -> Starts a game with the given team.
This way, games can be started with teams quickly. Ideally, this would also post a message where users can join th…
-
**Describe the bug**
Only the first ID is identified, and it's incorrectly identified as gas type.
**To Reproduce**
Steps to reproduce the behavior:
1. First time install
2. Add three space-del…
-
there is no way to control how braces are broken in the following case:
```c
struct SomeStruct variable = {
member1,
member2,
}
```
It would be formatted with the brace attached to …
yshui updated
4 months ago