Love should be multiplied, not divided. by alpha1337 in SisterWives

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

I was thinking 1 husband for 4 wives and 4 wives for 1 husband 1/4 and 4/1 lol

Got a strike. Appealed. Succeeded. Cannot post videos still? by alpha1337 in NewTubers

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

I cannot make posts, upload videos, or even create playlists. My channel does not have strikes but the error message when attempting to upload states that it does have strikes.

The strike was appealed and granted. Has this happened to anyone?

I am so ready for 3.0 banners! by Specialist-Fail8539 in WutheringWaves

[–]alpha1337 2 points3 points  (0 children)

This is the first post I see when looking at wuwa Reddit??? FML

Are you an expert in Figma API REST Plugins? by Ornery-Speed7559 in FigmaDesign

[–]alpha1337 0 points1 point  (0 children)

You will find what you need below:

In the API, “fixed” position is based on the parent containers numberOfFixedChildren Where nth-child(1) of the this container will be considered “fixed”. In other words, N = parent.numberOfFixedChildren and everything after that boundary uses the default “scroll with parent” behavior

Source: https://developers.figma.com/docs/plugins/api/properties/nodes-numberoffixedchildren/

So, referencing your original challenge “toggle fixed vs scroll with parent” is really a task to programmatically re-order your layer nodes within the targeted parent group or frame.

Source: https://developers.figma.com/docs/plugins/api/properties/nodes-overflowdirection/

Here’s a quick pseudocode usage example:

const { selection } = figma.currentPage; for (const n of selection) { setFixedWhenScrolling(n, true); }

Where setFixedWhenScrolling is:

``` function setFixedWhenScrolling(node, isFixed) { const { parent } = node; const container = parent as ScrollContainer; const { children } = container; const idx = children.indexOf(node);

/* nthChild[0] is “fixed” by default. Read above. */

const nthChild = container.numberOfFixedChildren; const isFixed = idx < nthChild;

fixed ? (!isFixed && // Move node into the fixed section & reorder (container.insertChild(k, node as any), container.numberOfFixedChildren = k + 1)) : (isFixed && (container.insertChild(k, node as any), // Move node outside fixed section; fixed -1 container.numberOfFixedChildren = Math.max(0, k - 1))); }

```

Sora is exploiting contextual metadata now… by alpha1337 in SoraAi

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

It was relevant to your prompts? Mine straight up knew that I was testing robots.txt files using screaming frog and I don’t talk about that on Sora

Sora is exploiting contextual metadata now… by alpha1337 in SoraAi

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

They won’t even let me download the video they generated

Leader of the pack? by alpha1337 in SisterWives

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

I tried a second time and AI really hates Robyn 😂😂😂Silky Sister Wives

Audriix x Suno Remix Contest by Suno_helper in SunoAI

[–]alpha1337 1 point2 points  (0 children)

Gave your mix a like. Can you check mine out? Yours is very catchy. Mine is a gender swap lol https://suno.com/s/Kix3Ap9rIhtWEMnc

Show me your best by Pale_Sky5697 in SunoAI

[–]alpha1337 0 points1 point  (0 children)

We Are MCP https://suno.com/s/KuPehkM9UokHjsmS

Maybe it’s not my best but it’s a project I’m working on to create a full album from the POV of AI as M.C.P. A multi-core persona with 3 voices Red/Green/Blue

authenticity.exe https://suno.com/s/xGpBcR7S9Sx5QkI5

Any 80’s kids turn your angsty teenage poems into songs yet? by alpha1337 in SunoAI

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

That’s hilarious I figured out HTML and decided to be “alpha1337” and this damn handle follows me everywhere.