Kevin Powell - Community

KPC

Kevin Powell - Community

A friendly place for developers to meet other devs, ask questions, get help, and just have a good time πŸ™‚.

Join

front-end

resources

back-end

ui-ux

os-and-tools

How do codepen views works?

I was wondering that some of my projects has quite a few amount of views. I wonder if the views comes from different people or if it also counts myself, when I click on the project?
No description

Compiling SCSS

I’ve been using CodeKit for years and years to compile SCSS. I have my own framework in there that compiles via imports into about 30 projects. It’s getting super slow and I’m wondering if there is a better alternative?

Google Search Console Errors

Hi! First off I appreciate all help that I can get. I have tried for a long time, but everything I do doesn't fix the issues or allow for more. I have removed many of the sites from the 'removals tab' that are getting a problem but still appear. I have added images of the biggest problem "Alternate page with proper canonical tag", the overview, and the removals tab. As a background, I have tried multiple tools including multiple sitemap generators and ScreamingFrogSEOSpider. But when I want them to scrape the website it continues and loops into pages that don't exist. When I want it to scrape the version via GitHub pages it works but this current website is hosted through Cloudflare pages but I have enabled features to ease the way and quality of the bots who can scrape and index it. The website with the problems is 'zippiux.com' (https://zippiux.com/) if it's hard to see in the screenshots. I have also had a hard time to setup www in the Cloudflare DNS settings. I have tried the regular CNAME method multiple times but the only thing that works is hosting the website again but on that subdomain but that makes that site act like a different website. I would love to get help with this as well....
No description

Npm Errors

Hey Everyone I'm facing this Problem when ever I try To execute a script from both tailwind or react I don't understand way that happens even if the packages are fully updated ! any help please ❀
No description

How to work on a project on 2 local machines?

I'll be working on projects on my laptop and desktop. I initially started it on my laptop. If I now fork/clone the github repo onto my desktop, make changes, then commit them, am I still doing the below on my desktop? git add . git commit...

Emmet @media

How does @media work with emmet? For example when I type @m can I then fill in the (min-width: value)? How does the screen keyword that is highlighted work? @media screen {
}...

planka

Hi, so I'm planning on installing Planka (similar to Trello, however, open-sourced and free). And the installation options are Docker or a Server. The website to Planka is: https://planka.app/, and I have never used Docker and haven't rlly hosted a server. So, I need a bit help, where do I start the installation? What would the first steps be, etc.

Cygwin Question

I need help. I'm going through a Command Line course (via Wes Bos) and kinda ran into a roadblock. First of all, I can use the standard terminal, of course, but I've been using Git Bash instead. In the course, Wes suggests installing Cygwin if you're running Windows. So, like a good student, I went to download. Started installing and made it to the window where I'm supposed to choose the packages I want to install. I have NO IDEA what to choose here, and from what I've read online, installing AL...
No description

Mac Upgrade

Hello, I would like to upgrade macs and I currently have 2 options: Option 1:...

Emmet Autocomplete for srcset atrribute

Steps to reproduce: Position your cursor inside the " " for srcset & type a /. You cannot use autocomplete to easily enter in the path to the image you wish, e.g., /images/img1.webp. You have to manually type out the path. This is a problem. Autocomplete should work in both src AND in srcset....

Quick git question

I have the following merge request (see image). The commits with green lines next to them are already a part of the branch I want to merge to. The third commit is the one that I'd like to merge to the new branch....
No description

cPanel User Domain

Is there a way to access a user's public_html files without setting an actual domain? I have a temporary, not real domain name set up for my user kanboard called kanboard.tld. I want to be able to access this using my server's ipv4 address. I've found ways to do this online but I'm just not sure if that's the only way: something like <ipv4>/~kanboard/index.html. Hard to formulate my question if that doesn't make sense but in essence I just want an easy way to store my files and access them publicly using cPanel....

What is this part called in css

I am in the proses of customizing firefox whit css but don't seem to find how i can change the color off this section?
No description

npm ERR! Class extends value undefined is not a constructor or nullnpm ERR! A complete log of this

I'm currently encountering an issue with my npm package. I can't set up npm in my projects, and I'm unable to use other commands besides npm --version. What could possibly be the issue with this? I try this command to check the files using npm -g ls still but same issue what images show. Thank you and hope you help me!...
No description

setting up Git/Github on 2nd console?

Pick up my laptop Wednesday, obviously want to try get everything synced as much as possible, with the GitHub repository I’ll have to clone them all onto the laptop so I get the local files; Is there anything I do with git? It’s been like 2 years since I’ve had to mess around with the config for GitHub or Git πŸ˜…

Alias'ing an MS exchange email address

Sorry if this is a simple question, but I'm always wary/shit-scared of messing with emails/dns πŸ˜„ I'm using a primary domain on O365, exampleA.com, with licenses and users set up, and have another unrelated domain, exampleB.com, with no licenses. I'd like to alias [email protected], with [email protected], so that anyone emailing @exampleB.com will actually mail @exampleA.com. ...

Does anyone use Codeberg?

I ran across this Github/Gitlab alternative yesterday and it looks amazing. It even has the equivalent of Github Pages! Everyone that I've talked to about it really loves it. Supposedly it's a lot faster than Github. Does anyone here use Codeberg? https://codeberg.org/...
No description

github webhosting

I want to connect my domain that i bought on godaddy to connect to my my github site But it doesnt work...

Worskspace VSCode File Remove

I want to remove the .minecraft file from there but there is no remove from workspace option when i right click

PM2 timestamps for error logs?

Anyone here use PM2 a lot? pm2 start "npm run start" --name "appName" --time gives me time stamps in the appName-out.log file... but not in the appName-error.log file... What am I missing?...