Fotis Gimian
Fotis Gimian
**Describe the bug** From time to time (not always), WhatsappTray doesn't allow me to press Ctrl-+ in VS Code or other programs for zooming in. When exiting WhatsappTray, the problem...
Hey there, firstly thank you so much for this incredible tool! 😄 When writing PowerShell cmdlets in C#, it is common to run the inherited `WriteError` to write [non-terminating errors.](https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/adding-non-terminating-error-reporting-to-your-cmdlet?view=powershell-7.1)...
**Information** - OS: Windows 11 Pro - Version: 0.44.0 - Terminal: Windows Terminal / PowerShell 7 **Describe the bug** Spectre CLI doesn't seem to call `Validate` if a constructor is...
Hey there guys, hope you're doing well! 😄 Are there any plans to add typing information and support mypy in the future? Kindest Regards Fotis
Hey there guys, our database password contains a `#` character and databases doesn't seem to like it 😄 ``` In [25]: url = DatabaseURL("postgresql://username:password%23123@localhost/name") In [26]: url Out[26]: DatabaseURL('postgresql://username:********@localhost/name') In...
Hey there, firstly thank you so much for your extension, it's absolutely awesome!!! I was wondering if it would be possible to implement functionality similar to the Typewriter extension whereby...
Hey friends, just another little one. Recent versions of Python include a standard library called `venv` which essentially performs the exact task that the `virtualenv` PyPi package performs. Usually you...
**Product and Version Used**: 3.2.0 **Steps to Reproduce**: 1. Create a new console project using .NET 5 2. Install Roslynator.Analyzers 3. Create an `.editorconfig` with the following contents ```ini [*.cs]...
Hello there, unless I'm mistaken, this module doesn't offer the ability to create and manage the SSL keystore for you in relation to Marvel exporting: i.e. ``` yaml marvel.agent.exporters: id1:...
**Describe the bug** Observe the selected line in Visual Studio 2022 and notice it contains a border around it. **To Reproduce** Steps to reproduce the behavior: 1. Open Visual Studio...