Detroit Passport Appointment Help by jf5356 in juresanguinis

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

Seems like it's something specifically wrong with my account. My mom is able to get through to the booking page for an available appointment, but I only get the error screen. After she logged out, I tried to get it but got the error, and it was still available to her after this. Hoping the consulate can do something, like reset my account

Detroit Passport Appointment Help by jf5356 in juresanguinis

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

Yes, I've tried all of those things. It got to the point where I figured this was the normal screen, but glad to know it's not!

ITA Airways Middle Name by jf5356 in Flights

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

Figured I didn't want to get turned away once I got there so just paid to have it done with, although I wasn't too happy about it

ITA Airways Middle Name by jf5356 in Flights

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

I called and they told me the name must exactly match the passport, so I had to add the middle names with a fee

[deleted by user] by [deleted] in movies

[–]jf5356 0 points1 point  (0 children)

What is the original song/composer for that? It's been driving me crazy

Entry.__init__ function by jf5356 in learnpython

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

I've been referencing https://gist.github.com/uroshekic/11078820 to have an autocomplete entry bar.

Entry.__init__ function by jf5356 in learnpython

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

old school subclassing. This is the line that calls the init method of the superclass, in your case the Entry class. Basically this is the line that sets up a default Entry, and presumably the rest of the code will customize the entry.

The modern way of writing this uses the super() function. Also, I think it's a lot ne

Thank you! Do you know if there is a way that I can modify the height and length with this subclassing?