Daniel Howe

Results 220 issues of Daniel Howe

```js RiTa.hasWord('dog') // is true RiTa.hasWord('dogs') // is false, should be true ``` would also be nice to add an `isStem(input)` function, which returns true if stemming a word in...

bug
question

3 letter words ending in -en or -ed cause runtime exception (java only_ @Real-John-Cheung cannot use `word.length() - x` without first checking `word.length() >= x`

bug

Via email: > For some reason, no matter how I use the word “there”, it always thinks it is existential.  For example: > > ”I have gone alone in there.” ...

`The (dog|canine) ate (3-6) bones`

- [ ] check all "vbn jj vbd" entries in lexicon and remove any that are not common adjectives - [ ] remove all _regular_ "vbn vbd" entries from lexicon...

@Real-John-Cheung can you look into creating a simple syntax highlighting mode for riscript in highlight.js -- the guide is here: https://highlightjs.readthedocs.io/en/latest/language-guide.html Don't start working on it yet, but just a...

priority: Medium
ongoing

Example: ```js it('Should resolve global functions in context', () => { let rs = '$player.name has $timer() secs left.'; let gameState = { player: { name: 'Wing', color: 'blue', traits:...

priority: Medium

``` input = "![(alT | alT)](http://path/to/img.jpg \"Title.lc\")"; expectHtml(input, "![alT](http://path/to/img.jpg \"title\")"); input = "![(alT | alT)](http://path/to/(img.jpg).cap \"Title\")"; expectHtml(input, "![alT](http://path/to/Img.jpg \"Title\")"); ```

priority: Medium