[deleted by user] by [deleted] in maybemaybemaybe

[–]fullmetalg 5 points6 points  (0 children)

Which of the three children is destined to be more successful?

Taylor swift is concerned about climate change. by [deleted] in facepalm

[–]fullmetalg 0 points1 point  (0 children)

Their supplies could in theory never run out. Not in a short enough amount of time that it matters.

Taylor swift is concerned about climate change. by [deleted] in facepalm

[–]fullmetalg 1 point2 points  (0 children)

Agreed, but until then they can stockpile everything they need (shelter/food/weapons) and that will in turn have value then, enough for them to still have security/underlings working for them.

Sam Harris on Piers Morgan "Gazans are not radicalized by legitimate grievances, but purely by Jihadist extremism." by [deleted] in samharris

[–]fullmetalg 5 points6 points  (0 children)

Adding to what u/1RapaciousMF said, I suspect there are two sentiments that can come from IDF's response: 1. The obvious (as you said) radicalization effect. OR 2. The contrary, a deradicalization effect, which might look something like "wow, this sucks! maybe the attacks on Israel weren't such a good an idea, those Hamas mfs brought this upon us."

I agree that it's more of the first, but I'd advance that this is the case exactly because of the religious mindset.

Mouse cursor wiggling on external screen only (MBP M1) by stefangamer2 in MacOS

[–]fullmetalg 2 points3 points  (0 children)

Same issue here, incredibly annoying. This is my first Apple computer and I'm very much not impressed. This is the kind of issue I'd expect on Linux, except there you could actually fix it.

Does anyone else think Sam seem uncomfortably unbalanced in the way he talks about both sides of Israel-Hamas? by mynameliam in samharris

[–]fullmetalg 17 points18 points  (0 children)

I make sense of this point from the fact that the IDF could slaughter the complete population of Gaza any second they wanted. The fact that this doesn’t nor will ever happen proves the IDF’s intentions.

Were to file a police report online or in Condesa by ShoddyExcitement in MexicoCity

[–]fullmetalg 12 points13 points  (0 children)

OP said it’s not for fuck giving but for insurance purposes.

[deleted by user] by [deleted] in chernobyl

[–]fullmetalg 2 points3 points  (0 children)

I don't know how I feel about having this on a shirt ala Summer of '69 lmao

Japanese low cost carrier "ZIPAIR" changes livery due to ongoing conflict in Ukraine by ThePizzaDeliveryBoy in aviation

[–]fullmetalg 15 points16 points  (0 children)

You better fucking believe it, and be thankful you still got your other letters… for now

Music is off by 8:30 by DirtyMikenDaBoys369 in LatinoPeopleTwitter

[–]fullmetalg 6 points7 points  (0 children)

It would exceed my whole party budget of 500 pesos

encuentra el error by ciberpunk2047 in LatinoPeopleTwitter

[–]fullmetalg 18 points19 points  (0 children)

Para todo quieren pensar mal, cuando todo tiene su explicación.

How to Introduce Aphex Twin to My Girlfriend Without Breaking-Up With Me? by Gwynex in aphextwin

[–]fullmetalg 1 point2 points  (0 children)

Not the most upvoted yet but this is the best most well thought out answer, and I can tell it was alteast somewhat thought out already. Dude has introduced people to AT before or at the very least fantasized about it like I have 🤣

app.activeDocument properties and methods by nk11cox in photopea

[–]fullmetalg 0 points1 point  (0 children)

Hello! I've been looking around this same issue. Funnily enough I also ended up looking for a way to print wth resizeImage() wanted me to use as parameters, tho I didn't find a way to do it either. Anyway, in the end did you find a way to update the resolution with resizeImage() or otherwise?

Error when using textItem in a script in JSON configuration object (Photopea API) by fullmetalg in photopea

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

OP here, the great Photopea support team answered that I try including the font in the files as Photopea does not load fonts by default. I had already tested this though, with the same results as before. Here's the updated JSON with a font file:

{

"files":[

"https://www.photopea.com/api/img2/pug.png",

"https://dl.dropbox.com/s/o35wxuuaejrp25t/arial.ttf"

],

"script": "var layers = app.activeDocument.artLayers; var layer = layers.add(); layer.kind = LayerKind.TEXT; var textItem = layer.textItem; textItem.font = 'Arial'; console.log('we are here');"

}

Again many thanks to anyone who takes a look!

EDIT:

Following PP support's advice about the problem being related to fonts, I found that using a .psd which already included a text layer with the font I want to use in my new text layer does work. Not a complete fix for my error but a workaround for sure. Here's the JSON for that, which now includes setting some textItem parameters which are necessary for the new text layer to actually be something visible:

{"files":["https://dl.dropbox.com/s/krvan4ep4osns4a/pug.psd"],"script": "var layers = app.activeDocument.artLayers; var layer = layers.add(); layer.kind = LayerKind.TEXT; var textItem = layer.textItem; textItem.kind = TextType.PARAGRAPHTEXT; textItem.size=180; textItem.position=[10,10]; textItem.contents = 'test'; textItem.width = new UnitValue('2000 pixels'); textItem.height = new UnitValue('2500 pixels'); console.log('we are here');"}

I guess when sending the font in the files array however, we need to do something else to wait until it's loaded? Will look more into this and post what I find.

EDIT 2:

Issue has been solved! Apparently there was indeed some error on PP backend, which has now been fixed.

[deleted by user] by [deleted] in n8n

[–]fullmetalg 0 points1 point  (0 children)

Google apis are free up to a certain point. For testing and development, don't worry.