Blake Burkhart

Results 74 comments of Blake Burkhart

Yeah, I think I set the category manually. I like auto setting based on the source. But parsing the name of the game seems a bit questionable.

For Windows Store apps, it looks like Playnite is creating a play action of `explorer.exe` with a `shell:` URL argument like `shell:AppsFolder\1ED5AEA5.AngryBirdsFriends_p2gbknwb5d8r2!App`. I can update my extension to support this...

Oh, you must have an empty `shortcuts.vdf`. Perhaps you created and then deleted a shortcut, leaving behind an empty file. This shouldn't be too hard to fix, I'll look at...

Sorry, but this extension is no longer maintained and is not compatible with the current version of Playnite. I now use @darklinkpower's [Special K Helper](https://playnite.link/addons.html#SpecialKHelper_71349310-9ed8-4bf5-8bf2-e92cdb222748) Playnite add-on. The extension has...

@azhard4int Yes, you can regenerate the CSSSelector objects each time to save memory, but you're trading memory usage for performance. It is very slow to recreate the CSSSelector objects every...

I was testing in on a completely empty document. The slowness I saw was entirely from creating CSSelectors. Also I did notice the memory usage you mentioned, but it was...

I can look at it tomorrow. I may have introduced antother change on accident that caused all the slowdown. I think there was actually a small speed up from using...

@azhard4int No. I really only used this once for downloading some blogs to create ebooks for personal reading. I wanted to get rid of all the social media buttons in...

Yes, by default esptool resets your device into the bootloader using RTS and DTR which is unsupported by glasgow's pty mode, but you can [disable this in esptool](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/advanced-options.html?highlight=reset#reset-before-operation) however, which...

> improve our contentview API so that it roundtrips This would be awesome. However, note that "destructive" things are fine for pretty printing, but not for roundtrips. I deliberately pretty...