-
Sort YAML but keep structure
Source:
```
bList:
- foo
- bar
aList:
- bar
- foo
```
Target:
```
aList:
- bar
- foo
bList:
- bar
- foo
```
Actual:
```
- bar
- bar
- foo
- f…
aioue updated
7 years ago
-
[Enter steps to reproduce:]
1. running a command from `~/.atom/global-shell-commands.cson`
The command is available in the command palette. It's only when the command is executed.
Test comman…
-
VSCode 1.8.1
macOS 10.12.2
```sh
[Remark]
TypeError: Cannot read property 'length' of undefined
```
DevConsole
```
Illegal value for `line`: Error: Illegal value for `line`
at t.lin…
dphov updated
7 years ago
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go1.6.2 freebsd/amd64
2. What operating system and processor architecture are…
-
Hello,
I am using the current linux-amd64.
Canu keeps failing at the filterCorrectionOverlaps with no error output. Or it just stops...
I have a large memory box of 2TB.
commands I have tire…
-
We've changed our default product listing sort from Position to Name. When a user does a product search, and you change the sort from Relevance to Name, it just reloads the page. Choosing any other so…
-
# Problems summary
I am using MacVim, when I type using `file_rec/async`, it is very laggy to update the results, to the point of being unusable.
## Expected
It should be a bit snappier ;-)
## Envir…
synic updated
8 years ago
-
Hi,
I run this command lines
```
module load bioinfo/Java8
/work/project/amaizing/bin/canu/Linux-amd64/bin/canu -s /work/project/amaizing/PacBio_FV2/canu.spec
-p F2PacBio1 -d F2PacBio1 genom…
-
Copied proposal from https://github.com/jashkenas/coffee-script/issues/2662#issuecomment-13026081 below
---
Taken pretty much from the coffee-of-my-dreams list, the best way to explain my preferred …
-
This issue should be considered together with #1006 .
http://checkstyle.sourceforge.net/config_blocks.html#NeedBraces
For the NeedBraces check, with allowSingleLineStatement, I've identified wha…