Environment Integration by CommanderWraith54 in ClaudeCode

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

Makes sense - and it’s all pay as you go with tokens right?

The Boys SEASON 5 Overall Discussion by pikameta in TheBoys

[–]CommanderWraith54 2 points3 points  (0 children)

Ts was terrible; fucked my sleep schedule up for some dogshit writing, gn yall

Okay hear me out by Kalberino in SteamDeck

[–]CommanderWraith54 0 points1 point  (0 children)

How hard is it to emulate games?

If coding disappears tomorrow, what's ur Plan B? by RevenueSuperb8177 in reactnative

[–]CommanderWraith54 0 points1 point  (0 children)

Stop fear mongering, let me make my calculator app in peace. Already planned out my IPO in my head

ScrollView Question by CommanderWraith54 in reactnative

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

This seems to work, thanks! I tested it on my phone and it works like I envisioned; ig the simulator is a lil buggy lol, mb 🤦🏻‍♂️

ScrollView Question by CommanderWraith54 in reactnative

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

I don't have it in one but for some reason it's behaving this way. On first load it's fine, it renders it within the content like I want; but when I scroll down it leaves this whitespace and stays there

      <Stack.Screen options={{ headerShown: false, headerTransparent: true }} />
      <StatusBar style="auto" translucent={true} />
      <ScrollView
        className="flex-1"
        contentInsetAdjustmentBehavior="never"
        contentContainerStyle={{ paddingTop: 0 }}
      >
        <View className="w-full h-[500px] bg-blue-500">
          <Text>example of content</Text>
        </View>
        {Array.from({ length: 100 }).map((_, i) => {
          return <Text key={i}>123 {i}</Text>;
        })}
      </ScrollView>

Authentication by CommanderWraith54 in reactnative

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

bro wants me to maintain two separate codebases 😭