Skip to content

Instantly share code, notes, and snippets.

@ssmike
ssmike / log
Created September 4, 2024 06:43
TMPDIR=/tmp/ ./build.sh
COPY Copying file app.js
COPY Copying file react.js
COPY Copying file vendor.css
COPY Copying file vendor.js
cp: no such file or directory: /tmp/docs/.tmp_output/.*
ERR /en/dev/example-app/_includes/example-cpp.md: 13: MD005/list-indent Inconsistent indentation for list items at the same level [Expected: 0; Actual: 4]
ERR /en/dev/example-app/_includes/example-cpp.md: 13: MD007/ul-indent Unordered list indentation [Expected: 0; Actual: 4]
ERR /en/contributor/load-actors-overview.md: 77: MD007/ul-indent Unordered list indentation [Expected: 0; Actual: 2]
ERR /en/contributor/load-actors-overview.md: 78: MD007/ul-indent Unordered list indentation [Expected: 0; Actual: 2]
@ssmike
ssmike / .trydactylrc
Last active December 2, 2019 09:53
.trydactylrc
blacklistadd deezer.com
blacklistadd feedly.com
bind W tabdetach
bind x tabclose
set hintchars asdfgqwertzxcvb
colorscheme dark
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.18.2-gentoo Kernel Configuration
#
#
# Compiler: gcc (Gentoo 7.3.0-r3 p1.4) 7.3.0
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ssmike
ssmike / .cvimrc
Last active December 10, 2017 09:59
.cvimrc
let barposition = "top"
set typelinkhints
let blacklists = ["http://localhost*","http://haskell-lab/*","http://ssmike-dev.haze.yandex.net/*", "https://feedly.com/*", "*deezer.com/*"]
map J gT
map K gt
set autoupdategist
let hintcharacters = "asdfgqwertzxcvb"
command g tabnew google
let searchengine yandex = "https://yandex.ru/search/?text=%s"
let searchalias g = "google"