I am trying a simple websocket application using Jakarta EE9 and JSF 3.0 on a glassfish 6.2.5 server. When I run it, messages are not received, when the server
and help! :-) Im not really a coder, but trying to set up a web page that has an iframe with an embedded canvas that is responsive. I'd like the animation to sc
I imported H264 .mp4 video in unity Assets folder. Every time I select the video I get this error: Initializing Microsoft Media Foundation failed. It seems th
from collections import namedtuple BeltStats = namedtuple('BeltStats', 'score ninjas') ninja_belts = {'yellow': BeltStats(50, 11), 'orange': Be
I get such a record not found error when sending request from postman. Following my code : users Table id | name | email |password | --- ------ ----
I have a compute engine already set up, I can use ssh command in command prompt, like gcloud compute ssh test-instance@cloud-engine-noapi --zone us-central1-f
I need to select between a range of dates centered on a specific date, but my partition column of dates is stored as int. For example, selecting between the dat
I have a data frame with the customers as shown below. df: id name 1 john 2 dan 3 sam also, I have a list as ['ww
I have a div tag like this: <div [hidden]="reviewable && !suggestionIsRejected" class="oppia-suggestion-review-message"> <i [hidden]="rev