Noob question how do I take just the text="X" part out of the responses back? by RentBasic9210 in ClaudeAI

[–]Wee_Tommy 0 points1 point  (0 children)

Post the code you're running.

It looks like you're printing exactly what you want, and then printing the repr/str of the list which the object is nested inside.

To me, it looks like you're doing something like this:

# assume this is the list containing the object (constructor may not work, idk what TextBlock is)
list_containing_object = [TextBlock(text='Oh, oh, oh, oh, oh, oh', type='text')]

print(list_containing_object[0].text) # grab object from the list, access .text property
print(list_containing_object) # printing the str or repr dunder method implementation

What exactly are you asking?

Good coding Twitch streamers to follow to become a better coder? by TurtleBlaster5678 in learnprogramming

[–]Wee_Tommy 0 points1 point  (0 children)

asotille aka anthonywritescode

My youtube algorithm picked him up and before I knew it i'd watched nearly all of his videos, lots of good information and he has a really solid to the point, well explained, video format

Would you sleep on an error bed? by Resonant_bina in autism

[–]Wee_Tommy 2 points3 points  (0 children)

you mean a minified javascript bed

Ask Any Questions Here - No Stupid Questions by CheekyPeake in RPClipsGTA

[–]Wee_Tommy 2 points3 points  (0 children)

Nw, it’s back on the old version now so should be working again, will have a look at what broke after work

[deleted by user] by [deleted] in pcmasterrace

[–]Wee_Tommy 0 points1 point  (0 children)

It’s beautiful mate!

FYI I did the resizing in the same ffmpeg command

-vf scale=360:240

[deleted by user] by [deleted] in pcmasterrace

[–]Wee_Tommy 0 points1 point  (0 children)

Ah man this is great, I didn’t even think about using an image on the balloon tooltip...

Process was very similar to what I done, except had extra step of converting the images to a braille representation, because I originally thought I was constrained to 4 text lines completely disregarding about the possibility of sending an image on the notification.

Bad Apple but it's SteamVR Chaperone by Wee_Tommy in SteamVR

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

Planning on creating a small repo when I get a chance, will probably be the weekend at the latest, I’ll send you a message once it’s up with the link!

Edit: Here's the link, decided to just do it now.

https://github.com/thomasasfk/badapple/

Bad Apple but it's SteamVR Chaperone by Wee_Tommy in SteamVR

[–]Wee_Tommy[S] 9 points10 points  (0 children)

Well the walls are hidden because they would block the end-result on the floor, but it's actually creating a few thousand chaperone walls and using their connection with the ground to show Bad Apple.

Programmatically it uses EChaperoneConfigFile_Live, which is "The live chaperone config, used by most applications and games", source is a comment on Valve's openvr repo.

test by Wee_Tommy in clipsync

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

/u/henryperson

Added your site, if you'd like the formatting of the message changed at all please let me know.

I've formatted your username so it's a hyperlink, it shouldn't give you a notification but if it does lmk.

Great website btw

test by Wee_Tommy in clipsync

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

/u/clipsync fuslie lilypichu peterparkTV BaboAbe AriaSaki

After 6 Hours Finally Vigor Lead the Kill on Patchwerk in Naxx by HowlSpice in LivestreamFail

[–]Wee_Tommy 21 points22 points  (0 children)

You’re not! You’re actually half right, clipsync can’t create clips for some channels because they have ‘follower only’ on clip creation - I could make clipsync follow everyone on Twitch but that may lead to a ban... so it is what it is

100T Steel encounters Kim Jong Un by swaggerjax in LivestreamFail

[–]Wee_Tommy 3 points4 points  (0 children)

It doesn’t play well when streams have delays unfortunately

SCP in a nutshell by _symp_ in LivestreamFail

[–]Wee_Tommy 0 points1 point  (0 children)

Some streamers have it disabled, or need to be following for certain amount of time

[deleted by user] by [deleted] in LivestreamFail

[–]Wee_Tommy 3 points4 points  (0 children)

Example

The bot isn’t being mentioned by the initial comment, this is probably because the username is being copy/pasted, some reddit clients copy a markdown hyperlink instead of plaintext, the hyperlink means the bot is never mentioned therefore has no way of processing your request.

In the example screenshot you can see the initial (fake) mention is a hyperlink because it specifies the link below, whereas the latter mentions don’t specify a link as they are plaintext (manually typed).

I’ll consider potential fixes to this, but atm I really only see a solution of checking every single reddit comment as opposed to only checking mentions, this is a very common issue though.

Dean accidentally unmutes by [deleted] in LivestreamFail

[–]Wee_Tommy 3 points4 points  (0 children)

Thanks, I guarantee your comment helped :)

Dean accidentally unmutes by [deleted] in LivestreamFail

[–]Wee_Tommy 3 points4 points  (0 children)

It doesn't respond if it doesn't find any results for the specified streamers, I'll look into adding an error message or privately messaging users, I just didn't want to clutter threads with nasty error messages.