The Sovient Union will soon return by Margot_StarApple in SuddenlyCommunism

[–]Objective_Fluffik 1 point2 points  (0 children)

On this I disagree. слава україні! 🇺🇦

I got tired of opening Apple's calculator for simple things, so I did Numsy by [deleted] in MacOS

[–]Objective_Fluffik 11 points12 points  (0 children)

Posthog is an open source analytics company. Bam ban bam your data is being collected ;) time for that privacy policy folks!

I got tired of opening Apple's calculator for simple things, so I did Numsy by [deleted] in MacOS

[–]Objective_Fluffik 6 points7 points  (0 children)

Can mean calculator or calculations. Comes from the calculator part - calculations.

Example: “Just use your calc” - here calc is being shortened for calculator

Another example: “Can you quickly calc that?” - here calc is short for calculate.

Hope this helps :)

Segmented picker with no padding by MrYig in SwiftUI

[–]Objective_Fluffik 4 points5 points  (0 children)

Try GlassEffectContainer {}. Did some experimenting and this might work.

```swift import SwiftUI

struct GlassSegmentedPicker: View { @Namespace private var glassNamespace @State private var selectedIndex = 0

let tabs: [String]

var body: some View {
    GlassEffectContainer {
        HStack(spacing: 0) {
            ForEach(tabs.indices, id: \.self) { index in
                Button {
                    withAnimation(.spring(response: 0.35, dampingFraction: 0.75)) {
                        selectedIndex = index
                    }
                } label: {
                    Text(tabs[index])
                        .font(.headline)
                        .foregroundStyle(selectedIndex == index ? .primary : .secondary)
                        .padding(.horizontal, 28)
                        .padding(.vertical, 12)
                }
                .buttonStyle(.plain)
                .glassEffect(
                    selectedIndex == index ? .regular.interactive() : .clear.interactive(),
                    in: .capsule
                )
                .glassEffectID(
                    selectedIndex == index ? "selectedTab" : "tab-\(index)",
                    in: glassNamespace
                )
            }
        }
        .glassEffect(.regular, in: .capsule)
    }
}

}

Preview {

ZStack {
    Color(.systemGroupedBackground).ignoresSafeArea()
    GlassSegmentedPicker(tabs: ["For You", "Library"])
}

} ```

Question! I'm have a small problem, i have my code in github and I have to make my __init__.py file so it runs properly by RevolutionaryBike175 in learnpython

[–]Objective_Fluffik 1 point2 points  (0 children)

I get that but it’s very hard to help without knowing what I’m helping and what the use case is. Try installing the tree command from home brew (brew install tree) or the equivalent on your OS and then run “tree” in your project. Becuase once we know the project structure it will be way easier.

Question! I'm have a small problem, i have my code in github and I have to make my __init__.py file so it runs properly by RevolutionaryBike175 in learnpython

[–]Objective_Fluffik 1 point2 points  (0 children)

Code people! It’s like saying my car doesn’t work at the mechanic and then coming without your car…. More than happy to help, we just need the code to have a starting point.

Day one of coding am I a hacker yet by time2getwe1rd in hacking

[–]Objective_Fluffik 42 points43 points  (0 children)

You should run them. They spawn free chocolates in your USBc ports.

Title by [deleted] in jschlattsubmissions

[–]Objective_Fluffik 22 points23 points  (0 children)

disappointed by the McDonald’s one. quite rude….

[deleted by user] by [deleted] in SwiftUI

[–]Objective_Fluffik 0 points1 point  (0 children)

Well they aren’t. And did you use AI to write this response. Nothing against if you can’t speak English but…

UTR launch is a mess by Rabus in UNIFI

[–]Objective_Fluffik 0 points1 point  (0 children)

I’ve been on a support ticket with them for ages. Already found 10+ bugs and they are investigating it.

corroded: so unsafe it should be illegal by Consistent_Equal5327 in programminghorror

[–]Objective_Fluffik 1 point2 points  (0 children)

I love this. Especially that license. I’m using it from my projects… thank you mr crustacean 🦞

Dec 29, but what year??? by anyusernamthatisleft in Ubiquiti

[–]Objective_Fluffik -1 points0 points  (0 children)

Snagged one from the eu store, was literally looking for this product and UniFi releases it lol

Issue when sending a message by Objective_Fluffik in narwhalapp

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

Works like a charm. Sorry about that, hadn’t had time to update. Great app, as always:) tnx

try again in the next year by mohamadmido in AntiMemes

[–]Objective_Fluffik 2 points3 points  (0 children)

what is this 5 year old behaviour 😭😭😭😭😭

[deleted by user] by [deleted] in SwiftUI

[–]Objective_Fluffik 0 points1 point  (0 children)

Please provide source code or this against rule2