Css – Hide form after submitting
I am trying to create a hook that hides my form after it has been submitted whilst trying to show the message sent image afterwards, but I can't seem to get the form to disappear. so far I have tried…
I am trying to create a hook that hides my form after it has been submitted whilst trying to show the message sent image afterwards, but I can't seem to get the form to disappear. so far I have tried…
if I'm planning to use raspberry pi taking the picture , and send to NVIDIA Jetson TX2 to analize, how can I do so? environment: raspberry pi 4 , openCV, cv2, Jetson TX2 Ubuntu 18.04, Python from now I know…
I want to send message to user after 2 minute he has clicked an callback query and execute database automatically after that 2 minute .
I have successfully created a bot with and am able to fetch messages from a chat using the getupdates method (long polling). The getUpdates method is only showing user posted messages (clientside). When I post messages directly using the sendmessage…
I m trying to send text message which also contains urls to my friends on fb messenger, but not getting any way to send them. I have tried this let result = FBSDKMessengerSharer.messengerPlatformCapabilities().rawValue & FBSDKMessengerPlatformCapability.Image.rawValue if result != 0 {…