Chris Lasher

Results 15 issues of Chris Lasher

# Example VIMRC ``` vim set nocompatible set runtimepath+=~/.vim/plugins/repos/github.com/Shougo/dein.vim " Required: call dein#begin('~/.vim/plugins') " Let dein manage dein call dein#add('Shougo/dein.vim') call dein#add('Shougo/neocomplete.vim') call dein#add('SirVer/ultisnips') call dein#add('honza/vim-snippets') call dein#add('neitanod/vim-clevertab') call dein#end()...

My example VIMRC ``` vim set nocompatible set runtimepath+=~/.vim/plugins/repos/github.com/Shougo/dein.vim " Required: call dein#begin('~/.vim/plugins') " Let dein manage dein call dein#add('Shougo/dein.vim') call dein#add('Shougo/neocomplete.vim') call dein#add('SirVer/ultisnips') call dein#add('honza/vim-snippets') call dein#add('neitanod/vim-clevertab') call dein#end()...

It's important to order the paths from the most specific to the most general. This fixes the issue where binaries installed via Homebrew were ignored. Also, removed `/opt/homebrew` from the...

Fixes an issue in the API Gateway v2 adapter where the call to `headers.raw()` throws the following error: ``` TypeError: nodeResponse.headers.raw is not a function ``` As described in remix-run/remix#4354,...

Despite #9, the v1.1.0 package on NPM does not actually contain the enum value `AWSProxy.FunctionURL`, nor the code to handle it in `createRemixAdapter`. This can be seen on [NPM's code...