Sébastien Santoro
Sébastien Santoro
cheet('c h e e t . j s'); require a direct . This key requires a shift in some layouts, like in azerty. Furthermore, the numeric keypad . isn't handled.
Use case: add e4c to an library/extension/plugin with an entry point and an optional exit point. I've tested this: - init code: `e4c_context_begin(E4C_TRUE);` - exit code: `e4c_context_end();` If the main...
In PHP 8.1, signatures of classes inheriting from another class or implementing an interface must match return types. For example: `Return type of TheSeer\DirectoryScanner\FilesOnlyFilterIterator::accept() should either be compatible with FilterIterator::accept():...
For an unidentified reason, it wasn't possible to unmount the bootstrap volume (lsof / fuser didn't show anything using the disk). In such scenario, the code logic tries to read...
Currently the README suggests to run the image like this: ``` -p 53:53 \ -p 53:53/udp \ ``` That creates the following bindings: ``` 53/tcp 0.0.0.0:53->53/udp :::53->53/udp ``` You can...
The documentation stresses the Python requests library is needed. Yet, this plugin is for certbot, which (i) needs requests (ii) relies on acme Python package, which also need requests. Is...
Output on FreeBSD 10: - a "sysctl: Cannot allocate memory" error message - the correct logo - an information line with RAM information missing ``` FreeBSD Version 10.0-RELEASE, Compiled FreeBSD...
Vault 1.9 added support to custom metadata, "a map of arbitrary string to string valued ser-provided metadata meant to describe the secret.". This is already supported by the read_secret_metadata method...
Vault 1.9 introduced to kv2 secret engine support for custom metadata. In addition to engine metadata like delete_version_after, max_versions, cas_required, we can add a **custom_metadata** field. The custom_metadata field is...
When the RPM package is installed, it seems to want to use non existing user and group. For example, on CentOS 8: ``` $ dnf install dive ... Running transaction...