Henrik Lau Eriksson
                                            Henrik Lau Eriksson
                                        
                                    A good starting point would be to run the linter. I found 61 errors.
I don't think it's a requirement, but it would be a nice touch to exclude `Releases` and `Packages` from the repo: 
@htcfreek Which PR do you prefer?
Hi @AstudilloMarillo When you say Auto-Send, do you mean type the selected emoji to the window that previously had focus? Something like what the [Input Typer](https://github.com/CoreyHayward/PowerToys-Run-InputTyper) plugin does?
Not yet. I released a new version, but didn't work on this issue. If you feel up to it, you can implement this. PRs are welcome!
Hi @AstudilloMarillo I just added support for updating the plugin from within PowerToys Run. It will look something like this, but with a different version:  I would like to...
In .NET Aspire preview 5 (`8.0.0-preview.5.24201.12`) the constructor signature of `ExecutableResource` has changed and the args are set via an extension method: ```cs public static class Extensions { public static...
> In .NET Aspire preview 5 (`8.0.0-preview.5.24201.12`) the constructor signature of `ExecutableResource` has changed and the args are set via an extension method There is also an [`AddExecutable`](https://github.com/dotnet/aspire/blob/e444435dea8b5d6eb303bf2d18a7d807688b0b25/src/Aspire.Hosting/ExecutableResourceBuilderExtensions.cs#L24) extension method...