Filippo Argiolas
Filippo Argiolas
Hi I'm trying to edit a yaml config file without messing with the original formatting. I'm loading it with `config, yaml_indent, yaml_block_seq_indent = ruamel.yaml.util.load_yaml_guess_indent(fp, preserve_quotes=True)` and dumping it with: `ruamel.yaml.round_trip_dump(config,...
Lately I've been seeing some failed connection in TLS1.3 with mbedtls v3.3 because I was getting a MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET returned from a mbedtls_ssl_write() call. According to the API doc write() should...
Maybe the feature is already there and I'm not aware of it. It would be great if rg.el could extend search to multiple directories, especially when a project uses the...
With emacs-29 the modeline bottom border position seems higher than it should be. Here's a screenshot with doom modeline enabled but the same happens with the default modeline. Not sure...
Allow user to customize weston settings by providing a `.weston.ini` file in User Profile directory. The idea is to give advanced users an easy way to configure a keymap to...
Hi, I'm experimenting with tls1.3 and mbedtls 3.6 on a device with limited memory and I've sometimes been seeing an alloc fail error from `psa_export_public_key` in `mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange`. As far as...
I recently stumbled on a peer certificate failing hostname verification because SAN included URI but did not include DNS. The hostname part of the URI was correct and could have...