Paul Nicholls

Results 22 issues of Paul Nicholls

The height assigned to `sticky-element-container` when the element becomes sticky appears to be calculated before `isSticky` in the yielded hash becomes `true`, which can result in either a gap between...

This ensures that the due date will be after the start date, in order to prevent TII returning error 2309. Fixes issue #59

If a module is created (or presumably updated) with no due or cutoff date, the `turnitin_get_module_dates()` function will set the `dtdue` parameter to a date 6 months from now. If...

### The problem Files are identified purely by pathname hash, and only submitted to TII once per pathname hash. This means that if an assignment is set to send drafts...

Builds on #376 by introducing a new `ligaturesOnly` option which removes the regular glyphs, so that the generated files are similar to those of a non-ligature font. (The `ligatures` option...

Although `svgicons2svgfont` added support for ligatures several versions ago, `grunt-webfont` still depends on v1.1.0 (see #251) - so the Node engine is unable to support ligatures. This PR updates to...

The `Wally Bear and the NO! Gang` test had an incorrect "talking" property specified, which resulted in the following error (which also prevented subsequent tests from running) - similar to...

The Untitled Goose Game test had an incorrect "size" specified, which resulted in the following error (which also prevented subsequent tests from running): ``` UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot...

While working on #30, I noticed that the Doug's Big Game "Hello" test was failing badly, as it was using the default background and character rather than the expected ones.

I saw [your tweet ](https://twitter.com/Foone/status/1187963154564698112) about wordwrap, and decided to have a quick crack at it. I think I've covered the main issues; I haven't been able to break it...