Timo Tijhof

Results 386 comments of Timo Tijhof

The drawback of appending a callback parameter is that it locks us in. If we need an extra parameter for something else later, in `test.each()` or in `test()` more broadly,...

So I've thought about this a bit more, also in context of well-known JavaScript idioms. Number 1 and number 5 both have appeal in that sense as playing to an...

For those looking, the handling of this new mode landed a few months earlier in libcurl at https://github.com/curl/curl/pull/16473

php8.4-apcu requires an upstream release of commits at https://github.com/krakjoe/apcu first since php-apcu 5.1.23 from PECL doesn't compile cleanly against PHP 8.4. Release ~~pending~~ at https://github.com/krakjoe/apcu/issues/523. EDIT: Published as php-apcu 5.1.24.

The page is now up at https://gruntjs.com/grunt-brand-guide. It is not yet, however, linked from the sidebar, or indeed otherwise discoverable in any way. Should we add it to the "Community"...

A different PR that fixes the same issue has since been merged: https://github.com/Automattic/wp-memcached/pull/149

It looks like you're using QUnit 2.3.2 which is quite old. Consider updating that first! https://github.com/qunitjs/qunit/blob/2.21.1/History.md https://qunitjs.com/api/callbacks/QUnit.on/#the-error-event The README says the minimum version is 2.2.0 which is incorrect indeed.

@AramSol You can use grunt-contrib-qunit 9.x for the time being. I also recommend filing an issue with UI5 to upgrade QUnit. There have been no breaking changes inside QUnit 2.x...

@AramSol See also https://github.com/SAP/openui5/issues/3832, https://github.com/SAP/openui5/issues/3204#issuecomment-822215176, https://github.com/SAP/openui5/issues/1359, https://github.com/SAP/openui5/issues/1105. I believe if you modify your HTML file, you can use any QUnit version you like, instead of the default. For example, you...

Based on the docs at , I suspect maybe this isn't intended to work for functions with a declared visibility in the code. E.g. only `/** @private */ function foo()...