-
```
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 …
-
While this works:
```bash
$ scalariform
class A(x:Int,
y:int
)
class A(
x: Int,
y: int
)
```
Adding a trailing comma crashes scalariform 2.10:
```bash
$ scalariform
class A(x:Int…
-
Hi,
I struggle launching sfr_crawl when using export tabs arguments with space such as "Response Codes", "Page Titles", etc.
It seems that the space results somewhere as a break (lines 3-4) which …
-
```
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…
-
```
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…
-
hi tnx for the great work!
im struggling to define a template for forcing value to be comma separated with any number of digits
can u guide me on that?
-
### 🐛 Describe the bug
I am using PyTorch's execution trace observer to collect traces about a basic MNIST program. While the program **does** produce valid data (everything is there), it **does not*…
-
```
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…
-
```
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…
-
Some Smart Inputs, like RoundRectDataList, take a comma-delimited list. However, there is no way to specify an item which contains a comma. We need a way to escape commas, so they are not processed …