I'm running RAD Studio Delphi XE2. Something strange appears to have been done to one of my .pas files. Many of the lines from my unit1.pas have been replaced w
from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.common.by import By PATH ="/Users/kaike
I working on a framework. I want to define a CompositeError class which means that it can contain other related errors... var err1 = new Error("msg1"); var err
I have a CSS file in a public directory and 2 EJS templates in views directory. My CSS file works when i use this route: app.get('/theresa', (req, res) => {
This is the error I keep getting: javax.el.PropertyNotFoundException: Property [getWedstrijd] not found on type [domain.WedstrijdTicket] at javax.el.BeanELR
Models.py class user(AbstractUser): salary_number = models.IntegerField(unique=True, null=True, blank=True) Admin.py def save_model(self, request, obj,
Attempting to create collapsible buttons. They are showing & collapsing onclick however I'd like them to be hidden by default. Started a personal website pr
I am posting this message to seek help, I have a react app which is: Not a create react app project -Mono Repo, and we are trying to add sencha in one project I
I am trying to dynamically name the file outputted by Webpack, based on the name of the entry file. For example, my entry is named accessCodeEditor.js - and I w
I have a list of words I need to check in more one hundred text files. My list of word's file named : word2search.txt. This text file contains N word : Word1 Wo