erri120

Results 52 comments of erri120

1.2.2 also fails. Ninja fails with this error: ```log [0/2] Re-checking globbed directories... ninja: fatal: CreateProcess: %1 is not a valid Win32 application. ```

Base path override as an URL base path so the application is at `/something/` instead of `/`. I'm using Caddy for reverse proxying and currently have archivy on a subdomain...

The whole thing is just a dummy project: https://github.com/erri120/cmake-testing

Both workarounds with the guard and including this on the top-level file work but it's still weird there is a difference between using a source cache and not using one.

This bug is very weird, I had `KHz` somewhere in my text and it broke the extension. Here is a regex you can use: `[A-Z]{2}[a-z]` to search for these problematic...

I've got some requests to update my [Game Mangement](https://github.com/erri120/Playnite.Extensions/tree/master/src/GameManagement) extension which implements this in a very hacky way: - size calculations happen at [application startup](https://github.com/erri120/Playnite.Extensions/blob/307a78a682880205bc95cb00f9caf880d0ceaa37/src/GameManagement/GameManagementPlugin.cs#L118) (non-blocking) and when a new...

This happens whenever I use the apostrophe (`'`) making writing `I'm`, `you're`, `it's` virtually impossible. What happens is I start writing `you`, hit the apostrophe key and immediately after pressing...

Can you provide a decrypted JSON file for reference?

> While I agree with this, do keep in mind that ConverterApp uses Winforms and is also the tool that most people would use. That is not easily converted to...