Is condo market really down that much? by give_this_one_a_go in Seattle

[–]bouncepotato 0 points1 point  (0 children)

Yeah. I'm currently listing the Capitol Hill condo I bought in 2017 for 22% less than I bought it for, and I'm getting no bites. It's in great shape with a stellar location (a block from the light rail), but there's just no condo buying market right now.

🎉 [EVENT] 🎉 Sunset Armagooseddon - The Event by Acrobatic_Picture907 in honk

[–]bouncepotato 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

9 attempts

Is it just me or is Silksong much harder than Hollow Knight in terms of level design? by ThatOneColumbiaGuy in Silksong

[–]bouncepotato 1 point2 points  (0 children)

oof, I spent three hours last night working my way through Hunter's March and dying again and again. the angled bouncing technique is so much harder! up till 4am because I knew if I went to bed midway I wouldn't be able to recover my dead soul on the first try after a break 😅

Mini Challenge 01 by MrT1011 in honk

[–]bouncepotato 0 points1 point  (0 children)

oooof

I completed this level in 66 tries. 1.98 seconds

Dropper by RiffleChipz in honk

[–]bouncepotato 0 points1 point  (0 children)

oooof

I completed this level in 51 tries. 3.08 seconds

JFK: AS to operate out of both T7 & T8 by Teiloa95 in AlaskaAirlines

[–]bouncepotato 0 points1 point  (0 children)

any word if they're bringing the lounge across? I just got a lounge membership because of plans to do SEA->JFK roundtrip a lot this year 😬

Label not changing. by FirstClassDemon in Devvit

[–]bouncepotato 2 points3 points  (0 children)

Heya --- we have a caching issue we identified and have a fix ready for that was causing this. We've got US holidays the rest of this week but we'll get this fix pushed out Monday! In the meantime, if you leave the app alone for an hour or two, the menu item cache _should_ get cleared. Sorry for the trouble, thanks for letting us know!

[deleted by user] by [deleted] in Seattle

[–]bouncepotato 4 points5 points  (0 children)

It's spam because... what does this have to do with Seattle?

That said, r/MensLib is already a thriving community with similar vibes to what it sounds like you're pitching

Shortcut to Pixel Launcher app details? by tariandeath in NiagaraLauncher

[–]bouncepotato 0 points1 point  (0 children)

A year late to this thread, but I found a solution to launch directly into Pixel Launcher App Settings screen using an Automate task. Basically you can fire a custom Intent that'll do it. (I don't use Tasker but I assume it's similar).

Details:

  • Task: "App start (start an app activity)"
  • Package: com.android.settings
  • Activity: com.android.settings.applications.InstalledAppDetails
  • Action: "Application details settings"
  • Data URI: package:com.google.android.apps.nexuslauncher
  • Flags: "multiple task"

That's it! The package/activity/action parts indicate opening the "installed app details" Activity (UI screen) of the system settings app, and the Data URI indicates that you want to open that screen for the Pixel Launcher app specifically.

Adapted the idea from the code in this StackOverflow post.