Results 26 issues of Kevin Swope

docs here https://pkg.go.dev/github.com/pyros2097/cupaloy#section-readme say use ``` go get -u github.com/bradleyjkemp/cupaloy ``` README on here doesn't even mention how to install. Not even sure if same package. I get ``` go...

In the activerecord spec https://github.com/igrigorik/em-synchrony/blob/master/spec/activerecord_spec.rb There is a pool of 10 specified. ``` def establish_connection ActiveRecord::Base.establish_connection( :adapter => 'em_mysql2', :database => 'widgets', :username => 'root', :pool => 10 ) ```...

The demo shows the requirement of a password to show a 'protected' page, but the page in fact has already been downloaded and is easily available in the downloaded data....

I'd be the first to say this must be a screw up with my settings, but I have I have no problem on the SecureShellApp, just this app. 1. Start...

I've been using the default settings for easymotion for years with no problem, but I decided to do some enhancements to my config so I started with the section in...

I've been benchmarking many minimalist frameworks in rust/node/go/elixir/etc for a while now on my MBA M1. I discovered crystal and I'm giving it a try. I'm comparing kemal cut-n-past ```...

I'm just evaluating snap.svg but I noticed that the demo 'game' causes my MBA fan to rev up and a CPU load of nearly 100% ("Brave Browser Helper (GPU)"). This...

**Describe the bug** completions only sporadically available https://user-images.githubusercontent.com/321586/133140763-313199c7-eee3-419f-9087-cef8ff2b696d.mov **System (please complete the following information):** - OS: mac - IDE: VScode - Plugin/Package: Svelte for VS Code - Vim emulation mode...

bug
needs repro

when opening ctrlspace menu (the main event), the cursor in the main window is changed to the settings for pmenusel to reproduce ``` hi PmenuSel ctermfg=NONE ctermbg=228 cterm=NONE guifg=black guibg=orange...

good first issue
priority: 2 - low
bug: misbehavior

I was getting much worse performance than node/mysql2 in a web app benchmarked by k6. The problem seemed to be this driver, so I made a crude benchmark which seems...