Parzival

Results 9 comments of Parzival

> I've personally been experiencing heavy performance issues when combining this plugin with Lighty's, Message LoggerV2 plugin. > https://_lighty_.gitlab.io/bdstuff/?plugin=MessageLoggerV2 I dont know Lighty's Message LoggerV2 but I think the reason...

You could compare the structure of the current config with the structure of a new config with preset support . If the structure is not the same as the configuration...

I would use an object array for the presets instead of an object. Makes things way more simple. For the ui I was thinking of something like a drop down...

You can automate the process by getting the account token using this code: ` var token = Object.values(webpackJsonp.push([ [], { ['']: (_, e, r) => { e.cache = r.c }...

It does. I use this code in some of my own scripts. I would say just try it yourself

Just to provide an example for runnging this under a different user: ```yaml - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: GoXLR-on-Linux.GoXLR-Utility installers-regex: ^goxlr-utility-(\d+(\.\d+)*)\.exe$ token: ${{ secrets.WINGET_TOKEN }} # token for goxlr-utility-bot fork-user:...

I can't remember exactly, but I think I heard that this is because the profile files only save the name of the sample file and not the complete path. The...

Any updates on this? I basically want to do the same.

How did you identify this? Just out of curiosity. I am not a C expert