-
One suggestion, it could be great to be able to set:
as_vec(
a,
b,
)
Just like rlang::list2 does using ... param.
_Originally posted by @jrosell in https://github.com/jonocarroll/vec…
-
Although the Blood Bank balance display makes use of commas as separators for numbers > 1000, if you include a comma in any of the buy/sell fields, the "Preview" button will not function. I would rec…
-
Hi! I was wondering when integrating this library into our own, do you support different locales?
Different countries have lots of different notations for large numbers:
- 100.123,12
- 100,123.12…
-
Hello! We're looking at enabling managed trailing commas, but there's some interesting behavior w/enums which have member declarations. Given an enum like:
```kotlin
enum class ProtocolState {
…
-
Example test case that fails:
```
==================
Comma in annotation property
==================
class EnvironmentSpec {
@Option(
names = ["--environment", "--env"],
ar…
-
When parsing scientific names that include a comma within the authorship, the GBIF name parser incorrectly splits the authorship and fails to parse the name properly.
1. Fails:
Query: `https://api.g…
-
**Describe the bug**
All numbers that are greater than 4 digits in length should have commas to improve readability. Currently no commas are used.
**Example of desired format**
1
10
100
1000
…
-
When you pass in a request that uses `,` in the query params (which is how X handles `user.fields` etc) it is being transformed into `%2C` which causes those custom fields to fail to be fetched from X…
-
I tried changing the test file to:
```
#include
...
setlocale(LC_NUMERIC, "");
TPRINTF("%'llu\n", ULLONG_MAX);
```
But the output is:
```
$ make
...
libc_printf("%'llu\n", ULLONG_MAX…
-
Some of the output is missing commas, which makes invalid JSON.
![image](https://github.com/user-attachments/assets/8154c931-d37d-4045-9955-0aca4e73cb40)