Sébastien Santoro

Results 28 issues of Sébastien Santoro

OpenSSL 1.1 is coming on packages, for example it landed on Debian Sid next week. That calls to bump the `openssl` crate dependency to 0.9. As the `openssl` 0.7 create...

- Removed space before question mark - geogebra -> GeoGebra - github -> GitHub

With a simple `apt update && apt upgrade && apt install abiword` installation, without the XDG environment variable, I got a working abiword import/export feature for HTML, PDF and Microsoft...

enhancement

https://github.com/annotorious/annotorious/wiki/Developers offers the following information to test the current code: (1) java -jar plovr/plovr.jar serve standalone.json (2) simply open test/image/index.html for a test page that uses it. When opening this...

hvac library uses environment to configure Vault connection properties. Currently, hvac.Client() will detect Vault URL from the VAULT_ADDR environment variable, but doesn't detect namespace from the VAULT_NAMESPACE variable. In an...

ViMbAdmin is in pretty good shape to run under PHP 8.3. The only errors we've seen so far are: - [ ] get_class() use without argument [is now deprecated](https://www.php.net/manual/en/migration83.deprecated.php) -...

Calling get_class() without an argument in PHP 8.3+ emits E_DEPRECATED.

Doctrine ORM 2.8 isn't compatible with PHP 8.3. The project offers warranties against breaking compatibility in the 2.x series, so it's a straightforward version bump without any need for code...