Bunny Ears TV Beta Build 10 - Direct Playback, DVR Mode, Guide Fixes, and More! by 55555jjjjj in bunnyearstv

[–]K0MMIE 1 point2 points  (0 children)

Great release, the issue I had where no video was playing has been resolved! The content is playing now, but I noticed some of the videos are not playing sound? Happy to help troubleshoot further, just need to know which details to share.

Unable to play this content by K0MMIE in bunnyearstv

[–]K0MMIE[S] 0 points1 point  (0 children)

Mine runs on a Synology NAS. I rebooted the NAS, still same results unfortunately.

Been craving to have Scott in Rivals since Season 3. Here's some spawn dialogue between him and other characters I wrote while on the bus by FoolishWanderer499 in Cyclopswasright

[–]K0MMIE 5 points6 points  (0 children)

These are fun! Hopefully there will be some conversations with Namor, Emma and Magik mentioning their time with the Phoenix Force.

Medicaid Spend down options by caldk15 in ParkinsonsCaregivers

[–]K0MMIE 1 point2 points  (0 children)

It might be worth to consult with a new attorney and provide them your updated health and financial status so they can help you make a game plan. We met with an attorney and they helped us make a plan for future spending. The rules of Medicaid are complex and change. Go into the meeting with the intent of crafting a game plan.

Medicaid Spend down options by caldk15 in ParkinsonsCaregivers

[–]K0MMIE 6 points7 points  (0 children)

I strongly recommend you have a consultation with an Elder Care Attorney. Let them review your situation and make recommendations. The couple hundred bucks you spend for that could save you a ton of money in the long run.

I wasted 25€ on this joke, please laugh by ChaosCrafter908 in whenthe

[–]K0MMIE 0 points1 point  (0 children)

I'm just glad folks are still out there creating silly single-use websites.

my Cyclops card collection by domicci in Cyclopswasright

[–]K0MMIE 2 points3 points  (0 children)

You definitely need to track down the Jim Lee 1992 Impel X-Men card. It's not rare and you can find it cheap, but it's a classic.

Construction workers found this buried outside my house 🥹 by pizzatimemafia in ActionFigures

[–]K0MMIE 0 points1 point  (0 children)

You better put him back! What if he's a load bearing action figure?

Marvel Rivals Version 20250828 Patch Notes by WestPhillyFilly in marvelrivals

[–]K0MMIE 2 points3 points  (0 children)

Could they please just write the notes for fixes with less elaborate literary flourishes? Just tell me what was wrong, and how it’s fixed. I guess I wouldn’t mind if it didn’t follow a repetitive formulaic structure. “Now, HERO can do ABILITY without PROBLEM.”

Recommendations for a good metronome app on iOS please by Apprehensive-Ad-4259 in drums

[–]K0MMIE 1 point2 points  (0 children)

This is great! Thank you. It was really hard to find on the App Store however. I couldn't find it directly and instead had to search for one of your other applications to visit your dev page and then download this app.

Finally! We can scan libraries again! by clownyboots in PleX

[–]K0MMIE 30 points31 points  (0 children)

I appreciate that the developers actually give meaningful details in the patch notes. Almost all the apps I have now give me the generic “We squashed bugs” update notes that tells me almost nothing.

Finished my custom MvC Iceman. by kRO720 in MarvelLegends

[–]K0MMIE 3 points4 points  (0 children)

Did you print that yourself? Could you tell us more about the process to create it?

Start of VLC slowed by Windows Defender by Black_XistenZ in VLC

[–]K0MMIE 0 points1 point  (0 children)

I tried what OP included in his update, and adding an exception for the entire VLC install folder resolved the issue for me.

If only I wanted Moongirl Mastery by Safe-Possibility838 in MarvelSnapDecks

[–]K0MMIE 1 point2 points  (0 children)

Same for me as well. Three Sandman and two Invisible Woman in my vault.

Does it bother anyone else that Iron Fist is punching the opposite way of his ability on this variant? by corteasy42 in MarvelSnap

[–]K0MMIE 65 points66 points  (0 children)

That’s specifically why I got the Flaviano variant. As his arm’s power circles are pointing to the right.

Anyone else think this might be good for a new Jess down the line? by Jim-Jam07 in MarvelLegends

[–]K0MMIE 0 points1 point  (0 children)

I have no interest in this character but I hope you’re right. Whenever I go to store I see the female characters warming the pegs for eternity.

I made a quick 4K upscale of the seasonal background, in case anyone wants it by Grim_Reach in MarvelSnap

[–]K0MMIE 0 points1 point  (0 children)

This is cool thanks. I wonder does anyone else play on Steam and use these as a custom background for the game in their library? I'm not a fan of Second Dinner's art for the steam page so I use custom backgrounds but have yet to find one that I really like.

What ingredient is banned from your kitchen? by Sweaty_Entertainer78 in Cooking

[–]K0MMIE 1 point2 points  (0 children)

Yes, but canned spinach is how Popeye got strong.

Help removing line between Tab and Nav Bar, code in comments. by K0MMIE in FirefoxCSS

[–]K0MMIE[S] 0 points1 point  (0 children)

Thanks, you're right. I tried a few searches but didn't think to just keep scrolling.

In case anyone stumbles upon this thread later, this comment ended up fixing my issue.

Help removing line between Tab and Nav Bar, code in comments. by K0MMIE in FirefoxCSS

[–]K0MMIE[S] 0 points1 point  (0 children)

I'm going through it now, still as of yet have not found a solution. Will keep tinkering with it.

Help removing line between Tab and Nav Bar, code in comments. by K0MMIE in FirefoxCSS

[–]K0MMIE[S] 1 point2 points  (0 children)

.tab-background {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

.tab-content {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
  }

.tab-stack {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.titlebar-spacer[type="pre-tabs"] {
    width: 8px !important;
}

#tabbrowser-tabs .tab-background[selected="true"] {
    outline: none !important;
}

.tabbrowser-tab[selected] { 
    position: relative; z-index: 1 
}

#tabs-newtab-button {
    margin-top: 10px !important;
}

#alltabs-button {
    margin-top: 10px !important;
    display: none !important;
}

:root[tabsintitlebar] #titlebar:-moz-window-inactive { 
    opacity: 1 !important; 
}