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)
User systemd service restarting only when SSH-ing into the machine
I have a strange situation with a web service hosted on a debian instance, that sometimes stops, and does not restart automatically. However, when SSH-ing into the machine, the service seems to restar...
Cyril Duchon-Doris
Votes: 0
Answers: 1
BUILD FAILED (Ubuntu 20.04 using python-build 2.2.5-11-gf0f2cdd1)
I have been trying to install python 3.9.1 in my local project with asdf
when trying to run asdf install python 3.9.1 it returns this error.
I already tried to install the dependencies and still witho...
Lucas Borges
Votes: 0
Answers: 1
How to use libraries in Common Lisp?
I'm a beginner in Common Lisp and I want to use a library.
I can't find a single one simple example of loading / requiring / using a module.
I've installed cl-ppcre like this :
$ sbcl --non-interactiv...
WhiteMist
Votes: 0
Answers: 5
How to switch ruby bundler from rvm to asdf?
I am using rvm and I needed to switch to asdf, I installed ruby 2.3.1 using asdf but when I execute which bundler I get this:
/Users/ali/.rvm/gems/ruby-2.3.0/bin/bundler
how can I switch the bundler ...
Ali Alhammouri
Votes: 0
Answers: 0