Starfox64
Starfox64
This PR adds support for custom extension attributes to be added to the root spec. This is particularly useful for configuring doc generation tools like Redocly which I added an...
**getChannels**, **getUsers** and **getGroups** always return cached data meaning that said data will, at some point, become outdated. **Solutions:** - Make slackbots listen to update events and keep the cached...
### Plugin None ### I have an idea! Add a configuration option to set the file permissions and ownership of UNIX sockets created for RPC, FastCGI, etc. Right now it...
This PR adds experimental PDF/A compliance mode and closes #1106 I'm calling this experimental for multiple reasons: - Currently only supports the CPDF backend - Only takes care of adding...
## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.7.2 @capacitor/core: 5.7.2 @capacitor/android: 5.7.2 @capacitor/ios: 5.7.2 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 5.7.2 @capacitor/android: 5.7.2...
Currently phpnsc will detect static calls over a classname stored in a string variable and report that the variable name is not a class in the namespace. Example ```php static::$trackedClass::getFieldName($field);...
```js 'use strict'; const winston = require('winston'); const Graylog = require('winston-graylog2'); const logger = new winston.Logger({ level: 'debug', transports: [ new Graylog({ level: 'debug', handleExceptions: true, graylog: { servers: [{...
Dompdf will always use `file_get_content` as long as `allow_url_fopen` is enabled (which it is by default). This unfortunately means that cURL will essentially never be used and we are stuck...
**Is your feature request related to a problem? Please describe.** Unstructured supports most Excel file formats (xls, xlsx) but documents that include macros use the .xlsm extension and are not...
This pull request introduces a mechanism to expose HTTP response details from FrankenPHP as placeholders for use in Caddy directives, improving observability and configurability. The core of the change is...