-
### Description
Hello. Hyprland IPC has the following event emitted on the layout change
```
activelayout>>KEYBOARDNAME,LAYOUTNAME
```
`KEYBOARDNAME` and `LAYOUTNAME` are separated by comma. The …
cnt0 updated
2 months ago
-
At https://docs.microsoft.com/en-us/style-guide/punctuation/commas#use-a-comma, it would be clearer if you didn't use an example with "you understood."
"Select Options, and select Enable fast save…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When pasting CSV into spreadsheet, commas within a quoted field are being seen as delimiters. …
-
e.g.
```
>> test.js:
define(["one", "two", "old"], callback);
define(["old"], callback);
define(["old", "three", "four"], callback);
```
What I tried
```
grasp -e 'define([_$before,"old",_$after],…
kirjs updated
10 years ago
-
```
What steps will reproduce the problem?
1. open a movie in a path that contains a comma, for example "/home/user/show
series 1, 2, 3/file.avi" [in bash quoting "show series\ 1\,\ 2\,\ 3"]
2. drag …
-
```
What steps will reproduce the problem?
1. Create a simpe CSV file (example attached)
2. Using tikal -x create a XLIFF file
3. The simple string within the quotes will be separated between several …
-
When setting up a "checkbox with multiple items" field, if there is a comma in one of the fields, it breaks that entry into two lines due to the commas in the shortcode defining each field item.
Exa…
-
```
c.f. ipod missing manual
```
Original issue reported on code.google.com by `liza31337@gmail.com` on 9 Oct 2008 at 4:10
-
```
c.f. ipod missing manual
```
Original issue reported on code.google.com by `liza31337@gmail.com` on 9 Oct 2008 at 4:10
-
```
A flag should be added (for example -m) that would cause the output to be
minified:
No whitespace outside of strings.
No superfluous commas (commas before } and ]). These could be removed anyway…