Re: [PATCH libvirt-python v1] examples/consolecallback.py: Use hex-encoding for `^]`

2025-10-02 Thread Marc Hartmayer
On Thu, Oct 02, 2025 at 01:51 PM +0200, Ján Tomko wrote: > On a Thursday in 2025, Marc Hartmayer wrote: >>Use hex encoding for ^] to prevent potential rendering issues in web browsers >>when viewing the file on GitLab. >> >>While at it, make the file an executable as a Shebang line is present. >>

Re: [PATCH libvirt-python v1] examples/consolecallback.py: Use hex-encoding for `^]`

2025-10-02 Thread Ján Tomko via Devel
On a Thursday in 2025, Marc Hartmayer wrote: Use hex encoding for ^] to prevent potential rendering issues in web browsers when viewing the file on GitLab. While at it, make the file an executable as a Shebang line is present. Suggested-by: Dawson Rosell Reviewed-by: Boris Fiuczynski Signed-o

[PATCH libvirt-python v1] examples/consolecallback.py: Use hex-encoding for `^]`

2025-10-02 Thread Marc Hartmayer
Use hex encoding for ^] to prevent potential rendering issues in web browsers when viewing the file on GitLab. While at it, make the file an executable as a Shebang line is present. Suggested-by: Dawson Rosell Reviewed-by: Boris Fiuczynski Signed-off-by: Marc Hartmayer --- examples/consolecal