Timo Tijhof

Results 148 issues of Timo Tijhof

Another one for the "Integrations" section (ref https://github.com/qunitjs/qunitjs.com/issues/42), we can promote use of [SinonJS](https://sinonjs.org/). Perhaps a very plain and simple way, could be like so: ```js const { test }...

help welcome
Category: Docs

Fix typo in `showHelpAfterError`.

At , when typing: ```php function x() { } x(); ``` And then adding anything above or below it, the preview starts failing: ``` Fatal error: Cannot redeclare x() (previously...

**Describe the bug** We exclude classes and public functions marked `@private`. But static functions marked `@private` are not excluded. **To Reproduce** ```php /** * Some versions of PHP have trouble...

bug
PHP

- Rollup Plugin Name: `@rollup/commonjs`, `@rollup/node-resolve` - Rollup Plugin Version: latest Documentation Is: Confusing. * https://github.com/rollup/plugins/tree/node-resolve-v15.2.3/packages/node-resolve#using-with-rollupplugin-commonjs * https://github.com/rollup/plugins/tree/commonjs-v26.0.1/packages/commonjs#using-with-rollupplugin-node-resolve ### Please Explain in Detail... ```js import { nodeResolve } from '@rollup/plugin-node-resolve';...

* [ Demo with below example ](https://phan.github.io/demo/?code=%3C%3Fphp%0Afunction+msg%28%24param%2C+%24arg+%3D+null%29+%7B%0A++++echo+%22%24param%5Cn%22%3B%0A++++var_dump%28%24arg%29%3B%0A%7D%0A%0A%24errors+%3D+%5B+%27foo%27+%3D%3E+%27bar%27+%5D%3B%0Aforeach+%28+%24errors+as+%24key+%3D%3E+%24error+%29+%7B%0A%09%24errors%5B%24key%5D+%3D+%28array%29%24error%3B%0A%7D%0A%27%40phan-var+array%3Csting%2Cnon-empty-list%3Cstring%3E%3E+%24errors%27%3B%0A%27%40phan-debug-var+%24errors%27%3B%0A%0A%24messages+%3D+array_map%28+function+%28+%24err+%29+%7B%0A++++%27%40phan-debug-var+%24err%27%3B%0A++++return+msg%28+...%24err+%29%3B%0A%7D%2C+%24errors+%29%3B) * Phan 5.4.1 * Phan 5.4.3 ```php

The API token allows access to: * read-only APIs, * safe APIs that delegate pre-existing authority (e.g. trigger pull from VCS, idempotent, and might happen on its own), * sensitive...

In writing https://github.com/composer/packagist/issues/1458, I noticed that while `update-package` is mentioned at https://packagist.org/about, it not documented at https://packagist.org/apidoc. Are there other endpoints mentioned on other doc pages and/or in common use...

**What**: ```css div { hasOwnProperty: blue; } ``` **Why**: ``` t.indexOf is not a function ``` The added test fails in CI without this patch as: ``` - /home/runner/work/less.js/less.js/packages/test-data/less/_main/property-name-interp: OK...

size:S