Daniel Ruf

Results 83 issues of Daniel Ruf

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/fetzi/server-timing/blob/master/src/ServerTimings.php#L41

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/tuupola/server-timing-middleware/blob/master/src/ServerTimingMiddleware.php#L133

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/mzeis/Mzeis_ServerTiming/blob/master/app/code/community/Mzeis/ServerTiming/Model/Observer.php#L31

Depending on the context in which the CLI is started, the path results in a different absolute path. Please make this configurable to prevent, that it creates the tmp folder...

enhancement

When we set `allowCodeExecution` to `false`, we get `The 'callback', 'resources' and 'customCode' options have been disabled for this server.` When we set `allowCodeExecution` to `true`, we get no error....

bug
only json

I'm new to C and I try to create a PHP extension of bc with SWIG, but as direct replacement for `eval()` in PHP. What is the **correct function from...

See https://github.com/NoiseByNorthwest/php-spx/pull/267#issuecomment-2367275451 Not exactly sure, what is to be done / changed and what the exact issue is. Needs further input.

Coming from a setup with Vue CLI and webpack to Vite, the following template is not transformed: ```html ``` The old `vue.config.js` file: ```js /* jshint node: true, esversion: 6...

It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/beyondcode/laravel-server-timing/blob/master/src/Middleware/ServerTimingMiddleware.php#L69-L75

### Bug report I have the following configuration in the `config` folder: ``` includes: - ../vendor/shipmonk/dead-code-detector/rules.neon parameters: level: 1 reportUnmatchedIgnoredErrors: false bootstrapFiles: - ../includes/config-common.php - ../tests/bootstrap.php excludePaths: - ../lib/* -...