-
-
There are a variety of vim modelines and emacs file variable blocks in LinBox files (6 versions of vim modeline by a quick find | grep | sort -u).
A recent pull request was changed to have this, wh…
-
If you select the following code block in visual mode and hit `==` (automatic indentation)
``` rust
let philosophers = vec![
Philosopher::new("Judith Butler"),
Philosopher::new("G…
-
Per @jwchumley:
The website feedback repository in Github has an issue with links where "&" is being stored as "&" So that the correct link is stored, save the exact URL in the GitHub issue.
…
-
## What were you trying to do and how can we improve it?
Search for individual contributions
## General feedback?
We searched for a name and it was coming up with no contributions when we know th…
-
We are trying to run a CI-NO computation on octatetraene. Here is the input.
```
import forte
memory 1 gb
molecule {
0 1
H 0.971328 1.220141 0.000000
H -0.971328 -1.220141 …
-
SUGGEST: it may be worth while to add a few sentences that would clarify where FedRAMP expects applicants for FedRAMP Tailored to come from.
-- The criterion excludes newly developed but not "ope…
-
Using these settings - `:set ts=2 sw=2 et cino=(0`
This example is indented like this, which is correct (note eight spaces at the start):
```
if (one
&& two) {
}
``…
-
Hello there. I tried installing and using vim-snipmate today for the first time. It works fantastically on my Mac where I have vim 7.4 installed. On my Linux dev box I have less control over things …
-
Please consider this example:
``` swift
(() -> ()) -> ()
```
vs
``` swift
(() -> Void) -> Void
```
I find the second one more readable and much easier to scan.