hkcomori
hkcomori
How to open `*.md` files with markdown editor? VSCode has `workbench.editorAssociations` option. I want set markdown editor to the option but I don't know setting value. ```json "workbench.editorAssociations": { "*.md":...
Need the ability to set `binlog_expire_logs_seconds` instead. See: https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds
Allows to confgure `binlog_expire_logs_seconds`, `table_definition_cache`, `temptable_max_ram`. #462 is fixed.
Closes #64 This PR is an addition to the feature #64. It allows multiple lines of the same key, different values, to be defined in unit files. ```yaml unit_config: -...
## Expected behavior I want the current state of the service to continue if the `state` value is not set. For example, in the use case of adding `ExecStop` to...
In systemd, it is allowed to describe more than one `ExecStartPre`, `ExecStartPost`, and `ExecStop`. However, since this role describes `unit_config` in `dict` format, it is not possible to duplicate these...
Set Postfix settings like `smtp_user`. ```bash $ sudo docker run -p 25:25 \ -e maildomain=mail.example.com -e smtp_user=user:pwd \ -e postconf=key:value \ --name postfix -d hkcomori/postfix # Set multiple configs: -e...
Closes FreshRSS/Extensions#227 Changes proposed in this pull request: - Add UserCSS, which is based on [CustomCSS](https://github.com/FreshRSS/Extensions/tree/master/xExtension-CustomCSS) and changes the file storage location to the user's directory - Add UserJS, which...
Added the `security_autoupdate_additional_origins` list as a variable. The default value is an empty list and does not change the previous behavior. This allows for automatic updates of packages obtained from...
**Is your feature request related to a problem? Please describe.** Multiple-cursors allows me to select multiple strings at once. When multiple strings are selected and some formatting is toggled, it...