I have a sealed class and a subclass like this - sealed class TimePeriod { data class TwoLineTimePeriod( val lineOneTimePeriod: String, val
I have a text object and in it I dropped some fields from the database explorer and I put also some text in that text object. My problem is that the values for
I am using Yarn in a react and flask api building project. I am new to api building and react. I have introduced a command as "start-api" in the react's package
I've decided to write here because I've ran out of ideas. I have a NestJS app in which I use env's - nothing unusual. But something strange happens when I want
I have two tables and two classic reports in my application. I would like to update report2 (right site) and the table content depending on a link in report1 (l
Hi i am new to sql and this is my first time installing xammp. after installing xammp i wrote a code in command prompt to connect in my localhost this is my cod
I have setup Devise, I have set up the below code in my user.rb file def self.create_auto_password generated_password = Devise.friendly_token.first(8)
I have a method that uses DOM parsing to build an XML file and it takes an OutputStream as an argument. I'm trying to run the program from the command line, but
When executing the following query SELECT * FROM companies JOIN employments on companies.company_normalized LIKE CONCAT('%', replace(employments.displayname