Ian Leeder
Ian Leeder
Just setting up a new dev environment, installed VS Community 2019 (v16.2.5), installed ReSharper (Ultimate 2019.2.2), installed GitHub extension (2.9.1.7781) and Bitbucket extension (1.41.2). I have seen the exception stacktrace...
I'm often switching between mutliple log files, and wanted a more convenient way to do so. That's the original reason I downloaded the source code! Many apps accept `Ctrl-W` to...
The instructions generate a publish build in `/bin/dist`, but the electron app was looking for the server in `/LogViewer.Server/bin/dist`. _Note: I only tested this on Windows, I'm assuming macOS is...
I was wondering why most operations didn't work with the devtools window open. It's because of these lines. I'm certain that the command `webContents.getAllWebContents()` includes devtools window. I managed to...
Tested using 1.20.6 **Describe the bug** NUglify refactors JS code, and moves variables inside block scope, breaking functions that reference that variable. **To Reproduce** _This example uses C#11 raw string...
Did something change on the search field behaviour? I have one site running UIOMatic 3.1.9.660, and if I enter a search term, navigate away and back, the field is empty....
Just FYI it took me a long time to realise there was actually a logo here, especially on my old monitor with suboptimal contrast. I only noticed when I viewed...
If you only make a change on the SEO tab and save the changes, you get the expected green bar: > SEO content saved! If you attempt to navigate away...
I created a script under Script Manager and forgot to enter a name. The validation error highlights the script type, so I didn't notice my missing name for a few...
My project is targeting .NET 6 (since it's LTS, and I'm using Umbraco 10 LTS), and I currently have SEO Toolkit 2.2.0 installed. I'm using both `SeoToolkit.Umbraco` and `SeoToolkit.Umbraco.Core` in...