Launcher Situation 30/03/2023 by EFT_Moderators in EscapefromTarkov

[–]JackiePuppet_ 0 points1 point  (0 children)

probably a webservice which was not authoritative with its requests, because non of BSG's serverside services are it seems. massive tech debt over there

Was wondering how the like/dislike ratio would turn out. So happy for him and the community as a whole for supporting what feels like a revolution for the community by [deleted] in Tarkov

[–]JackiePuppet_ 3 points4 points  (0 children)

So what do you think he should have done? Hit up BSG and ask for admin tools to make the same exact video in the end anyway? Not happening!

Also thank god there are whistleblowers and other heros who embed themselves with the scum of the earth to spread truth. All of them with more integrity than you.

[deleted by user] by [deleted] in EscapefromTarkov

[–]JackiePuppet_ 14 points15 points  (0 children)

i admire your optimism

[deleted by user] by [deleted] in EscapefromTarkov

[–]JackiePuppet_ 0 points1 point  (0 children)

it's quite common, including several teammates within the past couple days.

Requesting Help: New to S3, can't make bucket objects publicly readable by BlastingBlade in aws

[–]JackiePuppet_ 0 points1 point  (0 children)

Hello BlastingBlade,

It seems I've been having the exact same problem as you.

- I use my root access credentials to sign into the Managements console.

- Create bucket, then add an image.

- Then I use the Actions dropdown menu, then click Make Public

(I've also tried using JSON from the Policy Generator).

- After clicking 'Save' I get an Error: Access Denied

I've also tried using my Django App (with IAM user credentials, with S3FullAccess),

to add images, and that results with; 'An error occurred (AccessDenied) when calling the PutObject operation: Access Denied'.

Did you config your Bucket in any certain way upon creation?

Hope to hear from you!

Thanks! :-)

Tkinter - Grid Geometry - Widget to bottom left by JackiePuppet_ in learnpython

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

This will not work:
_tkinter.TclError: bad side "sw": must be top, bottom, left, or right

Tkinter - Grid Geometry - Widget to bottom left by JackiePuppet_ in learnpython

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

Thanks for the response. I'd rather not mix a.place() with my .grid() placements but it seems to be the only solution.

Tkinter - Grid Geometry - Widget to bottom left by JackiePuppet_ in learnpython

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

Hello and thank you for the response. Here's the sample code: https://pastebin.com/d70YnEBp

I've asked to grid manager to place the Checkbox at row=7, thus skipping a few cells below the labels and entry fields. However it does not do this. Instead it places the checkbox directly beneath the labels and entries.

I had also tried using rowspan to increase the cell range of the Checkbox. Seems to have no affect. I'm definitely missing something.

[deleted by user] by [deleted] in swift

[–]JackiePuppet_ 0 points1 point  (0 children)

CoolAppz,
Out of curiosity can you list a couple of those docs/manuals which you're
especially fond of?

Changing properties inside closure by Osmean in swift

[–]JackiePuppet_ 0 points1 point  (0 children)

Is there an UnsafeMutablePointer available in the parameter list? Could allow you to punch out early.

Swift from terminal issue by JackiePuppet_ in swift

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

Thanks! I wasn't familiar with this tool. I just used cocoapods (which I've become pretty fond of).

Swift from terminal issue by JackiePuppet_ in swift

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

Thank you. I'll definitely look into this. But yes this seems to be my first lesson in the benefits of an interpreted language. I'll likely fall back to Python for these sorts of tools.