Chris Rawnsley

Results 12 issues of Chris Rawnsley

Sorry I thought #54 fixed this but I have just found another instance where this occurs with or without scores. Test case: ```sh cd /path/to/src/fzy git reset --hard 0ee47c2 make...

I've only recently realised that my version of ag, 2.2.0, was released over 3 years ago. I think that's a solid testament to its reliability! However, I've come up against...

From the [`flux-standard-action`](https://github.com/acdlite/flux-standard-action#errors-as-a-first-class-concept) repo: > Flux actions can be thought of as an asynchronous sequence of values. It is important for asynchronous sequences to deal with errors. Currently, many Flux...

I usually just let my plugin manager take care of updating and, unfortunately, I can miss some important updates such as this plugin is no longer necessary if Neovim and...

I think this is likely an upstream problem with Precinct but just thought you'd like to be aware that this error might occur: ``` unexpected error: TSError: Type expected. at...

> React-Hot-Loader: react-🔥-dom patch is not detected. React 16.6+ features may not work This is the error logged in the console when I load a fresh `create-react-app` and use this...

**Describe the bug** `@hookform/resolvers` is unable to find `superstruct` when it's hoisted to the root-level and `superstruct` remains in the workspace. This likely impacts other validation packages due to it...

### Problem Using 0.11.0 with `vim.diagnostic.config({ virtual_lines = true })` + `set number cpoptions+=n` results in the column indicator being misaligned. ### Steps to reproduce ```sh nvim --clean -c 'set...

diagnostic

I have an idea of trying to combine as much of my Vim and Neovim configuration and I'm wondering if there's a neat way of having 'shared plugins', 'vim-only plugins'...