Arthur

Results 10 issues of Arthur

# Separate each builtin into a different file ## Description Issue #195 - Moves the implementation of each builtin runner into its own file. - Export paths remain unchanged. -...

## Javascript client Created a basic javascript client. - Uses jQuery and require.js libraries - Logins, creation, game selection, and map drawing should all work (in chromium at least). -...

### Expectation: the [docs section](https://hump.readthedocs.io/en/latest/camera.html#camera:attach) for `camera:attach` lists its arguments ### Reality: listed function signature and examples use zero argument. No mentions are present in the description that this is...

Just some minor typo fixes. The project looks a bit abandoned, which is unfortunate. It seems promising.

Building on the lint config PR, each monitor (perf, stocks, weather) has been separated into its own module. Each module provides an async generator that can be used as a...

Adds and applies lint config. As noted in the issue, the settings may need to be adjusted to suit your tastes.

The [current code](https://github.com/Klathmon/qmk-hid-display/blob/4f0338f0d39485cb968ac9c6a49f76eb840baf1e/index.js#L53) checks if the OS is darwin (mac), and uses a windows specific module if it isnt. That's going to fail on any system that isn't windows or...

The `request` package [is deprecated](https://github.com/request/request/issues/3142). Consider moving to one of the available alternatives. Many of them also include built in promise support, so manually creating your own promises for a...

Trivial first issue: add a lint config It's not a huge deal right now, but enforcing consistent code conventions is always a good idea. For example, the current index.js has...

First, apologies for not having a very thorough report/question. I've read through a few other text issues and I imagine this falls under the same grouping as (what seems to...

improvement
feature
text
performance
rendering