Timo Tijhof

Results 121 issues of Timo Tijhof

The lighthouse scores are set to the same 0-400 scale, which makes them visually comparable. I.e. as you scroll down, the far end of the graphs go lower, as it...

## What are you trying to do? Assert that X is equal to Y within a certain tolerance, eg allow a delta of 0.1 above or below it. It most...

Category: API
Type: Enhancement
Type: Meta
Component: Assert

Follows-up https://github.com/qunitjs/qunit/issues/1568 ## What are you trying to do? Code that reproduces the problem: ```js QUnit.test.each( 'escapeRegExp [specials]', [ 'foo', 'bar', '_', '+', '-', '^', '$' ], function ( assert,...

Type: Enhancement
help welcome
good first issue
Component: Core

The last three releases used an H1 heading instead of H2.

See https://phabricator.wikimedia.org/T315056 Use in-place sort for `@Data` and consume `$Node` on the fly to use less memory. This helped stave off out-of-memory errors on cron scripts that builds svgs from...

## Environment: - OS: 17.3 - IceCubesApp version: 1.10.31 ## Description * Publish a post in which a non-breaking space is used (for example). In my case I drafted it...

bug

Thanks for oyejorge/less.php. I'm trying to make an extra directory (not relative to the currently parsed file) available to the parsed file. For this, the SetImportDirs method seems suitable, however...

- removed duplicate/unused gruntjs package. - simplified .travis.yml. - added grunt-contrib-qunit to run tests locally in Headless Chrome without SauceLabs. Thought this might be useful. It does have the downside...

Up until wp-memcached 3.0.2 there weren't any such files in the Git repository, but now that there are, we should exclude them from the package to avoid clutter in downstream...

If I understand our code correctly, it is currently limited to literal primitives in terms of recognising "literal" values, so when both values are literals but one is using an...

bug
help wanted
accepted