Hugo Locurcio
Hugo Locurcio
**Describe the bug** Clicking the website URL on GitHub repository displays a warning if browser is in HTTPS-only mode **To Reproduce** Click the website URL on the repository sidebar: ...
**VS Code version:** 1.79.2 **Partial Diff version:** 1.4.3 I noticed this extension uses its own telemetry setting, which means there is no way to disable telemetry by flicking a single...
This is useful to disable vkBasalt for a specific application when vkBasalt is globally enabled on the system. This specifically avoids issues in situations where environment variables cannot be unset...
Text editors cannot display ANSI escape codes, so these should be stripped from log files to ensure readability. Since this uses a regex, this works both for `print_rich()` and manually...
Currently, the prompt color can be easily customized:  However, I'd like to add a space between the prompt and the command (like in PowerShell), as I find it easier...
**Python version:** 3.7.6 **onvif-zeep version:** 0.2.12 (from this repository) I'd like to return a response of type NetworkInterface as a Python dictionary, so it can be returned as JSON by...
- Use alpha scissor to resolve transparency sorting issues with gizmo icons relative to other transparent materials in the scene. This also makes gizmos visible in `screen_texture`, which means gizmos...
- This closes https://github.com/godotengine/godot/issues/81008. ## Preview 
- Salvage of https://github.com/godotengine/godot/pull/74387. Thanks @myaaaaaaaaa for the original implementation :slightly_smiling_face: This setting affects all lines drawn in 3D, including gizmos in the editor and debug draw options. This can...
In mbedTLS for instance, each error has its own hexadecimal integer constant: https://github.com/ARMmbed/mbedtls/blob/052deb941f051a07c1d9726e05dac2a8d7557959/include/mbedtls/x509.h#L56-L96 It would be useful to list hexadecimal numbers beside each error constant [here](https://x509errors.org/mbedtls#mbedtls), so that error constants...