John Cheung

Results 9 issues of John Cheung

The test sometime fails (not very common, but for now seems already appear twice in PR CI tests including #156...) see `riscript-tests.js line 1180` https://github.com/dhowe/ritajs/blob/b2ee27454b1ffa5c88f0115c505d3dd4da09f58d/test/riscript-tests.js#L1180

bug
priority: High

In `src/lexicon.js` line230

inline: TODO

In `src/rita_lts.js` line14

inline: TODO

In `src/grammar.js` line3 I don't know if this is necessary

inline: TODO

I tried to replace the black pixels in a video in P3D renderer but just calling loadPixels() seems to make the programme extremely slow But it's ok when it applied...

Environment: macOS Catalina 10.15.3; Processing 3.5.4 ; Video2 lib beta release 4 Problem: I try to use a try-catch structure to load video like this ``` import processing.video.*; Movie m;...

## Description `curveVertex()` causes `java.lang.OutOfMemoryError: Java heap space` error when the vertex amount is big in P2D render. With the default Java2D render it works fine. ```processing void setup(){ size(800,800,...

we currently have a list of irregular past part in `conjugator.js` (`const IRREG_PAST_PART`). some of the words in it are in the lexicon and some of them are not. we...

currently LTS return `f-t` for the word `fed` I believe it should be `f-eh-d`? found when adding tests for `corn-fed` @dhowe please verify if `f-eh-d` is the correct result.