-
Recently @argonlaser tried cloning https://github.com/Wilfred/remacs on the worker. This git repo is 250+ MB in size. ( Good job on doing this🏅 🎖 )
After the cloning process starts, the following l…
-
Given the Rust code:
```rust
#![allow(dead_code)] // bar
```
rustfmt 0.7 produces:
```rust
// bar
```
-
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
## 作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方…
-
At runtime, I get the following error. I think it might be due to style documents, such as sass in your code, which my app has no loader for. I havent dived into your source, so i cant be specific
``…
-
```
$ hist count
183
$ ls /some/new/path
...
$ hist count
184
```
It would be nice to insert items in the database immediately. This is particularly useful when you have two terminals open.
-
How do the two syntaxes differ?
Partners with the Asciidoctor and AsciiDoc differences
May go under The Basics category
-
If I call a function with keyword arguments, but without parentheses (common in Jenkinsfile scripts):
``` groovy
foo x: 1, y: 2
```
The `x` is incorrectly highlighted with `font-lock-type-face`.
![…
-
on macosx checking out and building head leeds to
```
configure: error: The following required libraries were not found:
gnutls
Maybe some development libraries/packages are missing?
If you …
-
I have a rust project that contains the following in its Cargo.toml:
```
# Allow unwinding in functions called from C. See
# https://www.reddit.com/r/rust/comments/565q1f/wrote_a_blogpost_from_my…
-
So, when I'm in the GUI emacsclient, C-g does not work. I've been using the ivy-hydra C-o o command.
System: Ubuntu 16.04, emacs 25.1.2
Symptoms: I'm in an ivy buffer and hit C-g. 'Quit' appears a…