Kryptortio

Results 20 comments of Kryptortio

So I made a queue system using a "[user script](https://en.wikipedia.org/wiki/Userscript)" (also let's you save sets of settings). It works kind of like and addon, you can get it here: https://github.com/Kryptortio/SDAtom-WebUi-us...

I have never worked with OBS plugins so you probably know better I noticed there is something called ["obs_source_push_to_talk_enabled"](https://github.com/obsproject/obs-studio/blob/1793670bbf2a93bac8713e0a9bfef6a426036bde/libobs/obs.h#L1182) in the documentation. Another way to do it would be to...

I was about to post this as a new issue/suggestion but I guess it's really similar to this one so I'll just add this here as a comment here instead....

You can already do that, just open [zelda3.ini](https://github.com/snesrev/zelda3/blob/master/zelda3.ini#L133) in notepad.

Does Lemmy utilize some kind of swarm sharing? I'm thinking that scalability could increase a lot if when you ask one instance for an update and it happens to have...

Some ways to make it easier at least: 1. Install [Tampermonkey](https://www.tampermonkey.net/), create new script paste the following: ``` // ==UserScript== // @name Twitch - Fix Viudeo speed controller // @namespace...

I think you might be able to use a search url instead as a workaround, like this: [https://twitter.com/search?f=tweets&q=from%3Aelonmusk](https://twitter.com/search?f=tweets&q=from%3Aelonmusk)

@ciderpunx disabling the parameter seems like a simple solution, could that be implemented and then if you have the time using the search url could be looked into?

@ciderpunx Maybe if you don't have time to rewrite the script to use the search url in the meantime you could just change the line https://github.com/ciderpunx/twitrssme/blob/master/fcgi/twitter_user_to_rss.pl#L53 ` my $replies =...

Looks like this is a supported setting that can be added to [package.json](https://github.com/cocktailpeanut/breadboard/blob/main/package.json) easily like this https://stackoverflow.com/questions/45661129/how-to-set-a-custom-path-for-electron-app-installer Personally I would also add the portable/7z/zip target (switch nsis string to an...