Bryce Neal
Bryce Neal
As discussed in #527, adds a new public method `createCheckAPI` which allows a user to initialize a new instance of `check`, `checkSchema`, etc using `customValidators` and `customSanitizers`. This greatly improves...
We could benefit from some tree shaking by switching our builds to webpack 2
We should explore the feasibility of taking advantage of the [Web Workers API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) to calculate paths. This would come in the form of an optional API method to enable this...
Let's explore the possibility of converting the code base to [Standard JS](http://standardjs.com/rules.html), along with adding a `.editorconfig` file.
Hello. I just downloaded the OS X client (2.0.0), and when I click download, paste my hash, and then click enter, I am prompted with this crash screen. It happens...
Can you please publish 1.1.1 on npm ?
## Issue Description Type: feature request ### Describe what happened (or what feature you want) There are some issues with the way commands / mappings are setup currently. 1. Not...
# Environment Knex version: `2.2.x` Database + version: 15.6 OS: Mac OS # Bug The increment/decrement implementation uses a `_counter` method to store the amount being modified. Within this method...
Using the README's recommended `which-key` configuration yields the following error on startup: ``` There were issues reported with your **which-key** mappings. Use `:checkhealth which-key` to find out more. ``` I...
I'm trying to configure vim-ai to work with [OpenRouter](https://openrouter.ai/). OpenRouter conforms to the [OpenAI spec](https://openrouter.ai/docs/quick-start), while allowing for routing to many other models (including Anthropic's Claude). I'm receiving a cryptic...