Merlin (they/them)

Results 30 issues of Merlin (they/them)

I tried to specify the table Members (uppercase m) but instead it creates a table members (lowercase m).

I just installed git-flow using the command below, found at [git-flow cheatsheet](http://danielkummer.github.io/git-flow-cheatsheet/) ``` wget -q -O - --no-check-certificate https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash ``` Unfortunately, when I run `git flow init`, I...

Is there a means to add autofixing to composed rules? If so, how would I go about doing that. Specifically I'm looking to autofix no-unused-vars as reported [here](https://github.com/eslint/eslint/issues/11668)

**Client Updates Not Sticking** When I add points to a player, the points appear on the screen and the change is propagated to the server but when I hard reload...

Milligram looks great and I'd love to start using it in my projects, but the [browser support section](https://milligram.github.io/browser-support.html) isn't very detailed. Do you know how far back browsers do support...

improvement
Hacktoberfest

**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behaviour?** Upon running `npx preact-cli create` and `npm run dev`, I see a failing...

I have two React apps running on my staging site: the main one, and one for admin stuff. Only the admin app shows up which means I can't see the...

enhancement

### Subject of the feature "It" should not be used in an example ### Problem In the below example, "it" is offered as a replacement for "he." "They" is sufficient....

**Instructions Unclear** I just spent a while, and was finally successful, trying to figure out how to do this without an external library. After seeing your [solution](https://github.com/workshopper/learnyounode/blob/master/exercises/juggling_async/solution/solution.js) and rereading the...

How can I debug Aphrodite? I've tried to add the descendant extension as see [here](https://github.com/Khan/aphrodite/pull/95#issuecomment-247285739) but I am getting warnings in the console of `Warning: Invalid attribute: '0'` and this...