I am trying to set the activity of my Discord bot as a "game" however the examples I've found online haven't helped at all. client.user.setActivity("what the bo
`apiVersion: projectcalico.org/v3 kind: NetworkPolicy Metadata: name: allow-tcp-80 namespace: test Spec: selector: color == 'bule' types: Ingress Egress ingress
Let say I have below dataframe import pandas as pd >>> pd.DataFrame({'product_name': ['laptop', 'printer', 'printer',], 'price': [1200, 150, 1200], 'p
I have a button that's supposed to run a function when loaded. return ( <> <LikeButtonStyle onLoad={getUserData} onClick={addInfo}>
my MacOS version is 12.2.1 and sdk version is 12.1 I can build it successfully before, but now it fail after I finish upgrading my xcode. this is some error inf
i want to make home page like where i can swipe one post at a time in moile view. I have tried react swiper but react swiper is swipping post horizontally i wan
In generator’s, we have async: async to get an Future async* to get a stream And sync: sync* to get an Iterable. But what about sync no start* found in ke
I'm novice with React and the state concept. So I fetch data from my database with axios. I put everything in a state (accomodation) and then I need to catch a
I have a query that is returning a single result. I would like to set that as a variable value in the query to be used later on. It shows up