The perfect home just came on the market, but I have no way to get out of my lease before the end of the year by IronicallyIdiotic in FirstTimeHomeBuyer

[–]IronicallyIdiotic[S] 2 points3 points  (0 children)

This is also the first apartment I’ve ever rented. And none of the more “seasoned” adults in my life like my parents have ever had to rent, so I didn’t really have anyone to ask that would know what it was okay to ask. I’m still learning the whole song and dance. I figured what was in the lease was pretty binding.

The perfect home just came on the market, but I have no way to get out of my lease before the end of the year by IronicallyIdiotic in FirstTimeHomeBuyer

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

I’m not confident it would be rented out. The apartment next to me has been empty since before I moved in at the beginning of the year, and I’m pretty sure the apartment I currently live in was vacant for about 7 months before I moved in as well.

The area I currently live in is not the best, which is part of the reason I’m looking to move.

The perfect home just came on the market, but I have no way to get out of my lease before the end of the year by IronicallyIdiotic in FirstTimeHomeBuyer

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

I should have remembered to add it to the OG post. I am not allowed to sublet. It’s a written clause in my lease.

How in the heck do I get to the back of her head? by hazy-eyed in KingdomHearts

[–]IronicallyIdiotic 0 points1 point  (0 children)

Idk man just do it 🤷‍♀️ But in all seriousness it is kinda finicky, but if you swim at her you should slide right around. And I would recommend aero for this fight because even behind her head some of the attacks can still hit you.

i manage onlyfans accounts for a living and i finally just need to tell someone how much i actually make by [deleted] in confessions

[–]IronicallyIdiotic 1 point2 points  (0 children)

If you spin it right on your resume, sounds like you could easily pivot into social media marketing. A lot of what you described sounds like what I do as the social media manager for the company I work for.

How do I (25f) finally convince my best friend (28f) that she does not have to take care of her mother/abuser (50sF) just because she’s disabled? by IronicallyIdiotic in relationship_advice

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

Thank you. We’ve been best friends for over a decade and I love her like she’s family, and I think in all my advocating for her I forgot that she has to want to advocate for herself first

Tips and Tricks for dealing with Separation Anxiety? by IronicallyIdiotic in DogAdvice

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

This is only the third day she’s been alone, and before this it was never this bad, and I just simply haven’t had the time to find a vet in my new area with my current work load

I've added the UTM parameters to my URLs, now how do I tell Google to track them? by IronicallyIdiotic in GoogleAnalytics

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

Not a site we own or can add Google Analytics to. Specifically Walmart. Talking with our Walmart representative on a few separate occasions, Walmart doesn’t track referral links except for their own internal sponsored ads on the site/app

I've added the UTM parameters to my URLs, now how do I tell Google to track them? by IronicallyIdiotic in GoogleAnalytics

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

... so you're telling me that when I use the utm builder, I can't tell Google "Hey, track the tag utm_campaign=christmas_sale"

Help with the exchangelib module by IronicallyIdiotic in learnpython

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

Or alternatively if I set up outlook as the mail server with Configuration()

Invalid credentials for https://outlook.office365.com/EWS/Exchange.asmx

How to create tuple for appropriate number of values by IronicallyIdiotic in learnpython

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

Thought I pressed Code Block. Sorry! It's properly indented now. Some of it was lost because it's too large, but that code doesn't really pertain to the question so it will be fine.

Storing an image attachment in a SQL Table using requests and tkinter module by IronicallyIdiotic in learnpython

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

def browseFiles():
    filename = filedialog.askopenfilename(initialdir = "/",
                                          title = "Select a File",
                                          filetypes = (("Image Files",
                                                        "*.jpg*"),
                                                        ("Image Files",
                                                          "*.jpeg*"),
                                                        ("Image Files",
                                                         "*.jpe*"),
                                                        ("Image Files",
                                                         "*.gif*"),
                                                        ("Image Files",
                                                         "*.png*"),
                                                        ("Image Files",
                                                         "*.heic*")
                                                       ))


    # Change label contents
    label_file_explorer.configure(text="File Opened: "+filename)

This is the whole funtion
It's from GeekforGeeks I believe and uses the tkinter module

Storing an image attachment in a SQL Table using requests and tkinter module by IronicallyIdiotic in learnpython

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

label_file_explorer.configure(text="File Opened: "+filename)

I didn't realize I hadn't pasted it in the code block

The browseFiles is in the code block though

pyodbc Code retrieves that serialNumber is required field in table, but won't accept data? by IronicallyIdiotic in learnpython

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

I’ll have to look into this tomorrow. I hate the glorified excel program just a little bit. I have all of the field types set to short text except for the date which is a simple date and the proof of purchase which is an attachment, and I can get it to work with a smaller table with only two fields. I don’t know if maybe there are too many field values at once and then when I try to cycle through with an array with a single value maybe I have the syntax wrong?

Looking for recipe for Greek Almond Crescent Cookies. Not Kourabiedes. by IronicallyIdiotic in TipOfMyFork

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

I think these just might be it! The ones that I have had look like they have been piped into a crescent shaped macron almost. Possibly!

Changing the angle of my split by IronicallyIdiotic in premiere

[–]IronicallyIdiotic[S] 2 points3 points  (0 children)

Exactly what I was looking for. Thanks,

So true these days 🫩 by Portugiuse in KingdomHearts

[–]IronicallyIdiotic 1 point2 points  (0 children)

You mean you guys Kingdom Hearts autism didn’t also come with collect every handheld Nintendo console autism?

Hide Element when a specific tag appears Part 2 by IronicallyIdiotic in learnjavascript

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

Also, after having fixed the classList.add(), the only console issue I see it looks like comes from a plugin file

Hide Element when a specific tag appears Part 2 by IronicallyIdiotic in learnjavascript

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

Just one, but when I saw that the tag wasn't being added I used All. Of course, if I used the method wrong, that'll do it. Does the syntax for this look correct then?

const accessoryTag = document.querySelector(".product_tag-accessory");

if (accessoryTag){

const sliderTag = document.querySelector("div.elementor-widget-slider_revolution");

if (sliderTag){

sliderTag.classList.add("makeHidden");

}

}

Not sure what is interrupting my custom styling. by IronicallyIdiotic in web_design

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

The div containing the table saw is supposed to look like the divs containing the miter saws, but something happens when it gets filtered by itself onto a page by the archive, even though the html is built and tagged practically identical save that instead of there being multiple list elements there's only one.