python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why is Capybara unable to find my element?
I'm making a fake twitter app for a project and I have this issue with Capybara not recognizing my :username element. Is there something that I'm missing in my code or perhaps a process that I haven't...
Christian Cordero
Votes: 0
Answers: 0
How to programmatically get Sinatra's active port?
I'm creating a simple and portable web application with Sinatra on Ruby, and I'm letting the system find an open port for the server to use with the following:
require 'sinatra'
require 'socket'
sock...

frissyn
Votes: 0
Answers: 1
Heroku "Application error" when deploying Sinatra (Ruby) app
Although the app works perfectly on development mode, I keep on getting the classic "Application error" when the app is already "Build succeeded" and "deployed", accordin...
Mik
Votes: 0
Answers: 1
Background repeating, html won't lengthen
body {
font-family: "Bubblegum Sans", cursive;
background-image: linear-gradient(to right bottom, #b15c3a, #bf7549, #cd8d5b, #daa66f, #e7be86, #e6c38d, #e5c894, #e4cd9b, #d4c092, #c5b489, #b6a...
goatstash
Votes: 0
Answers: 1