Joe

Results 10 issues of Joe

# What / Why > It would be nice to have [`satisfies`](https://github.com/npm/node-semver/blob/cb1ca1d5480a6c07c12ac31ba5f2071ed530c4ed/functions/satisfies.js) throw an error so that we may see that the range does not satisfy due to an invalid...

Enhancement
semver:major

No more Edit & Resend scores on Game Bots!

feature

I personally like to use j as up and k as down. I can configure it for normal mode: ```toml [keys.normal] j = "move_line_up" k = "move_line_down" ``` However, I...

A-documentation
C-enhancement
A-keymap

This PR adds the core-js [Array.prototype.at](https://github.com/zloirock/core-js/blob/v3.9.0/packages/core-js/features/array/at.js) polyfill. ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before...

type: next

**Feature Request** Description: This would give users another tool in their toolkit to ensure an aspect of their site stays accessible. Possible solution: This would ideally come in the form...

This PR adds some new examples to the repo: 1. A simple example, akin to the one found on the readme 2. An example of how to use the connection...

Hey, no real issue here, just wanted to let you know I've built a js/ts client for your API. https://github.com/jharrilim/balldontlie-client Thanks for the awesome work!

Classes, const, some jsdoc comments for type hinting, switched to jest, etc

### Summary With this setting set to `false` in my config: ```toml [editor] preview-completion-insert = false ``` I expect that completions should not appear unless I use enter to select...

C-bug