Phill Sparks
Phill Sparks
I have an elm file that's approximately 75k lines, auto-generated from a CSS library to provide a function per class name. It takes elm-analyse anywhere from 3 to 6 minutes...
# Test Warrior I notice there's no tests yet for elm-warrior so I've started to write some! You can see all the [tests in progress](https://github.com/sparksp/elm-warrior/pulls?q=is%3Apr+is%3Aopen+base%3Atest+) on my fork before they...
When you `look` around a map there's currently no way to tell the difference between "good" warriors and "bad" warriors as you get a `Tile.Warrior String` rather than a `Warrior`....
The terms "Warrior" and "Player" seem to be used interchangeably - although when you see "Player" alongside "PC" and especially "NPC" you might expect Player to mean PC and not...
If a NPC is standing on a SpawnPoint then `tileAtPosition` (and therefore `look`) will return a `SpawnPoint` not a `Warrior`. The same is true for a NPC on an Exit...
I was seeing console errors due to a null `myDisposeCallback`. Nowhere seems to be calling `module.hot.dispose` but `module.hot.apply` is still called. There should probably be some type check that the...
If you use an elm code snippet in your documentation that starts with a module line then the highlighting does not work correctly, for example: [jfmengels/[email protected]](https://package.elm-lang.org/packages/jfmengels/elm-review-debug/1.0.1/) (bad highlighting with module...
Using the example from the FAQs `forward-email=alias:https://requestbin.com/r/en8pfhdgcculn` the below line of code will find the username as `alias:https` and the target as `//requestbin.com/r/en8pfhdgcculn` which is invalid. https://github.com/forwardemail/forwardemail.net/blob/6949cdf5748ec6971e010d3582dd7c11971b6e60/app/models/domains.js#L1867 Using a regex...
Identify when users are posting the same question repeatedly and frequently, and respond appropriately to them. There should be no need for anyone to repeat their question within 10 minutes...