Henrik Lau Eriksson

Results 8 comments of 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: ![image](https://github.com/sindresorhus/awesome/assets/1299786/698d1a5f-465a-4f53-b2c2-0255eeef3709)

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: ![ptrun](https://github.com/user-attachments/assets/430c9a9d-beb5-4c53-8e5f-ff746f3a0805) 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...