Andrew
Andrew
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
Finally got it! There was a .git folder in the root directory for some reason and after deleting the entire folder I got VS Code Source control to work propertly. Thanks Kevin!
10 replies
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
Will do that now
10 replies
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
I tried the new blank folder with same results. I get the following message in the Source Control "A Git repository was found in the parent folder of the workspace or the open file(s)"
10 replies
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
"open repository" come up with my whold HD
10 replies
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
So strange. I have tried to google it for solutions but to no avail lol
10 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
I don't have any browser extension enabled. I tested the problem in both Firebox and Chrome, and both showed the same result in the dev tools.
12 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
That did it. Thank you both for your help on this.
12 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
Doing
.card__header h1 {
padding-bottom: 1rem;
font-size: var(--fs-32);
}
.card__header h1 {
padding-bottom: 1rem;
font-size: var(--fs-32);
}
12 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
From what I can detect it is getting the
:is
:is
from the user agent stylesheet
12 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
Yes, I have NO styles in my CSS using
:is
:is
12 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
No description
12 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS: ambiguous indirect export: error404
got it thank you so much!
4 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
ok sorry I will do a new post
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
Uncaught SyntaxError: ambiguous indirect export: error404
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
now I have another js file for the weather app with this error
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
yes got that error corrected thanks!
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
Ok the snippet is accurate...I will have to run through the js file and see whats going on elsewhere...Thanks!
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
Uncaught SyntaxError: expected expression, got '=>'
18 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
const period = hours >= 12 ? "PM" : "AM";
const period = hours >= 12 ? "PM" : "AM";
18 replies