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)
Permission denied when running Ruby on Rails in a docker container
Trying to run a ruby on rails app, here is the docker-compose.yml:
version: '3'
services:
postgres:
image: postgres:11
volumes:
- ./tmp/db:/app/tmp/db
environment:
POSTGRES_H...
tech0tron
Votes: 0
Answers: 0
Every time I edit SCSS, Parcel crashes the hot reloading with a Build Error
I've just started using Parcel and I love it compared to webpack. The simplicity is incredible for someone like myself who doesn't necessarily need a tool like webpack yet.
That being said, I am runni...
coast
Votes: 0
Answers: 1
Vue 3 + Vite image URL becomes undefined after build
I encountered a bug where I dynamically generated a URL from props for image import in my Vue 3 component and it becomes undefined after build
Script used to generate URL and the tag in Vue Component...
Ricey
Votes: 0
Answers: 3
Authentication failed for gem installation
bundle install leads to error:
Fetching https://x-oauth-basic@github.com/MyCompanny/fiscal_calendar.git
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/MyCom...
simo
Votes: 0
Answers: 1