git bisect start
git bisect good 60caac5
git bisect bad fba59ff34722b9b4ee0bcd6c0f9a1873f57345d4
git bisect run ruby check.rb
if File.open('/Users/gingray/github/ideavim/resources/META-INF/plugin.xml').read() =~ /VimWindowClose/
exit(0)
git bisect start
git bisect good 60caac5
git bisect bad fba59ff34722b9b4ee0bcd6c0f9a1873f57345d4
git bisect run ruby check.rb
if File.open('/Users/gingray/github/ideavim/resources/META-INF/plugin.xml').read() =~ /VimWindowClose/
exit(0)
rails new test-angular --database=postgresql -T --webpack=angular
rails new test-angular --database=postgresql -T --webpack=react
If you are getting this in gdb on macOS while trying to run a program:
Unable to find Mach task port for process-id 57573: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))
gdbc
)ServerAddr, _ := net.ResolveUDPAddr("udp", fmt.Sprintf(":%d", port)) | |
serverConn, _ := net.ListenUDP("udp", ServerAddr) | |
fmt.Println("Server start") | |
defer func() { | |
_= serverConn.Close() | |
}() | |
buf := make([]byte, 1024) |
require 'benchmark' | |
Benchmark.bmbm do |x| | |
x.report('Break') do | |
1_000_000.times do | |
break | |
end | |
end |
--- Actions --- | |
$Copy <M-C> | |
$Cut <M-X> <S-Del> | |
$Delete <Del> <BS> <M-BS> | |
$LRU | |
$Paste <M-V> | |
$Redo <M-S-Z> <A-S-BS> | |
$SearchWeb <A-S-G> | |
$SelectAll <M-A> | |
$Undo <M-Z> |
{ | |
"global": { | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false | |
}, | |
"profiles": [ | |
{ | |
"complex_modifications": { | |
"parameters": { |
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory |