Skip to content

Instantly share code, notes, and snippets.

View dkarter's full-sized avatar

Dorian Karter dkarter

View GitHub Profile
let g:ale_pattern_options = {
\ '\.min\.js$': {'ale_linters': [], 'ale_fixers': []},
\ '\.min\.css$': {'ale_linters': [], 'ale_fixers': []},
\}
let g:ale_fixers = {
\ 'typescript': ['prettier'],
\ 'typescript.tsx': ['prettier'],
\ 'javascript': ['prettier'],
\ 'javascript.jsx': ['prettier'],
2019-09-03T22:02:12+00:00 constant-heavenly-redtailedhawk[gigalixir]: Readiness probe failed
: dial tcp 10.56.14.229:4000: connect: connection refused
2019-09-03T22:02:15+00:00 constant-heavenly-redtailedhawk[gigalixir]: Readiness probe failed
: dial tcp 10.56.14.229:4000: connect: connection refused
2019-09-03T22:02:18+00:00 constant-heavenly-redtailedhawk[gigalixir]: Readiness probe failed
: dial tcp 10.56.14.229:4000: connect: connection refused
2019-09-03T22:02:21+00:00 constant-heavenly-redtailedhawk[gigalixir]: Readiness probe failed
: dial tcp 10.56.14.229:4000: connect: connection refused
2019-09-03T22:02:22.756111+00:00 constant-heavenly-redtailedhawk[gigalixir-run]: Shutting do
wn 'constant-heavenly-redtailedhawk' on host 'constant-heavenly-redtailedhawk-7b8b998fd4-ltl
def most_viewed_posts(start_date, end_date) do
# v0
query = """
select
page,
count(page) as hits
from
requests
where
request_time between $1::timestamp and $2::timestamp and
"scripts": {
"test": "./node_modules/jest/bin/jest.js",
"test:watch": "yarn test --watch",
"webpack:test:build": "RAILS_ENV=test bin/webpack",
"webpack:test:watch": "RAILS_ENV=test bin/webpack --watch --progress",
"webpack-dev-server": "node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --progress --hot --color --config",
"lint:js": "eslint ./app/javascript --ext .js --ext .jsx",
"lint:css": "stylelint app/assets/stylesheets/**/*.scss",
"webpack": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --progress"
},
#!/usr/bin/env ruby
# frozen_string_literal: true
$stdout.sync = true
require 'shellwords'
require 'yaml'
ENV['RAILS_ENV'] ||= 'development'
RAILS_ENV = ENV['RAILS_ENV']
# frozen_string_literal: true
require 'whois'
require 'whois-parser'
words = File.readlines('/usr/share/dict/words')
whois = Whois::Client.new(timeout: 10)
domains = words
{
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings"
],
"plugins": ["react", "jest"],
"parser": "babel-eslint",
"parserOptions": {
"ecmaFeatures": {
{
"presets": [
[
"env",
{
"targets": {
"browsers": "> 1%",
"uglify": true
},
"useBuiltIns": true
==> Upgrading 1 outdated package, with result:
wireshark 2.4.4
==> Satisfying dependencies
==> Downloading https://www.wireshark.org/download/osx/Wireshark%202.4.4%20Intel%2064.dmg
Already downloaded: /Users/dkarter/Library/Caches/Homebrew/Cask/wireshark--2.4.4.dmg
==> Verifying checksum for Cask wireshark
==> Starting upgrade for Cask wireshark
==> Running uninstall process for wireshark; your password may be necessary
==> Running uninstall script /usr/sbin/dseditgroup
==> Username and password must be provided.
@dkarter
dkarter / README.md
Last active May 9, 2018 15:31
Pivotal Story Completion

Pivotal Story ID Completion in Vim:

DEMO

preview

Setup

Add this to your .vimrc: