Sem Schilder
Sem Schilder
This branch, branched off from https://github.com/repman-io/repman/pull/580. It's that + PHP 8.0 to PHP 8.2 compatibility fixes and updates
It seems I can't install symfony/clock component through the packagist repo on the hosted repman instance. I'm having the following behaviour: ``` $ composer require symfony/clock In JsonFile.php line 347:...
This addition accommodates the introduction of 'native' return types in newer PHP versions. Once support for lower PHP versions is discontinued, this attribute can be safely removed along with the...
## Overview: Currently, the OpenTelemetry PHP repository does not have libraries to enable auto-instrumentation for PSR-6 (Caching Interface) and PSR-16 (Simple Cache) standards. Adding support for these PSR standards would...
I was going through the repository and noticed that is a custom [`ClockInterface`](https://github.com/open-telemetry/opentelemetry-php/blob/main/src/SDK/Common/Time/ClockInterface.php) to handle time-related functionalities. As you might be aware, the recently released [PSR-20 `ClockInterface`](https://github.com/php-fig/clock/blob/master/src/ClockInterface.php) provides a standardized...
With this PR .pem files can also be used with this tool. I have all my certs saved as .pem files so this is incredibly useful.
The `goog.forwardDeclare` function is deprecated and is actively cleaned up with `goog.requireType`. When building with version v20200614 (June 17th 2020), you'll get the following erros: ``` /closure/goog/events/eventhandler.js:55: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE]...
I run a Kubernetes cluster at home (microk8s) and I'm thinking of creating a helm chart out of this repository so we can easily run it in there instead of...
Hi, The documentation and existing issues are unclear on how to change the log level with the helm chart. I have the hub running in Kubernetes, but my JWT token...
### Description When you're on a package overview page, press the suggesters link and then it gives a 500. The following logs are produced: ``` [2024-07-24T14:03:28.498722+00:00] request.CRITICAL: Uncaught PHP Exception...