python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Xquartz ssh -X sessions: how to detach/reattach to persistent windows
I've installed xquartz on my OSX machine, and upon connecting to a remote server with ssh -X user@server.domain I'm able to launch gui windows (let's say Rstudio for example --I see the window show up...
Jabber1
Votes: 0
Answers: 1
How fix two pages render in ternary navigation return
I'm trying to implement a persistent login session in react with firebase, it works kind of good, but i have a problem with the initial state and the re-render of the component, the initial state of c...
Dante Allievi
Votes: 0
Answers: 1
Persistent timer on HTML page load
I have this persistent JavaScript timer. I want to start the timer on page load of an HTML page (and maybe end it on a specific page).
HTML:
<div>Time remaining: <span id="timer">...
prvtat
Votes: 0
Answers: 0
My Kubernetes MongoDB service isn't persisting the data
This is the mongodb yaml file.
apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-mongo-depl
spec:
replicas: 1
selector:
matchLabels:
app: auth-mongo
template:
metadata:
...
L. Ribeiro
Votes: 0
Answers: 1