SpareSimian

Results 53 comments of SpareSimian

I've successfully used ndppd as packaged in the EPEL repository on my CentOS 7 gateway when communicating with AT&T's "Business in a Box" gateway. Their gateway wasn't configured to route...

I'm able to package 0.5.14 on Rocky 8 (clone of RHEL and CentOS 8) using the spec file from the link above, but running it with Python 3.9 fails, unable...

I opened a bugzilla here against the EPEL 8 package: https://bugzilla.redhat.com/show_bug.cgi?id=2132170 Note that this isn't a problem for Fedora because it's a fast-moving distro and has a single recent Python....

Is it a currency or an inventory item? Does it show up in the config panel under Plugins/Currency? (I'm not playing WotLK so can't check.) https://www.wowhead.com/wotlk/item=40752/emblem-of-heroism#comments

I looked at the AdiBags source code and it uses [C_Currency.GetCurrencyListInfo](https://wowpedia.fandom.com/wiki/API_C_CurrencyInfo.GetCurrencyListInfo) to get its currency list. So this smells like a Blizzard bug. I looked through my addons to see...

What data does Overwolf monopolize? Can it be distributed and hosted elsewhere? Preferably in a distributed way that prevents it from being monopolized. Think Bittorrent or Usenet or Mastodon. Perhaps...

So CurseForge is providing a download repository, which is the expensive part which GitHub and GitLab can replace, and it also provides a "registry" of known addons so users can...

The registry linked by @layday only lists GitHub addons. That could be extended with more fields to handle CurseForge and GitLab. What does Ajour currently need to handle an addon?...

Correction, @Lemagex , Ajour _is_ great. Don't give up on it yet. Let's move the metadata away from CurseForge and decentralize it so no monopoly can shut it down. If...

Yep, it's the late DMF that caused it. Change line 737 in SavedInstances.lua to add a week to the end-day calculation: dmf_end.day = firstsunday + 14 -- 1 days of...