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

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?...

Create repo without using terminal

How can i create repo with vscode browser version because i cant use terminal in browser version (im using mobile)
No description

Asking about Git/GitHub

I'm new about this and i was so confused how Git and GitHub works i can't even can't find a perfect answer for my curiosity - What the proper way to install the environment for using GitHub features (what do i need, what is necessasry) - Do i need to install both Git and GitHub Desktop on my PC to be able to access GitHub functions? - I knew that GitHub is helpful when using on cloud because it cloud-base and Git is locally saved in my PC. but its still good or necessary to using it nowadays even GitHub can do a lot like Git (correct me if im wrong)...

I'm getting an ENOENT error when running create-next-app (or similar)

I've been told it might be because I've a space in my username, which is nuts imo, given it seems overly complicated to change (windows 11). I've been coding for about a month on this laptop with no issues (granted, using Astro and React). But I checked a similar tool - create-react-app - and suffered the same thing. Anyone know what the problem is for sure/any advice?
npm ERR! path C:\Users\Nick Woodward\AppData\Roaming\npm...

Hosting website

hi, I been playing around whit astro to make a static site. Any recommendations on where to host static website,(vercel vs netlify vs CF pages ...)? [whit a free plan]...

Error: Couldn't find an i386-*-elf version of GCC/binutils.

I want to install xv6-public. I followed all these steps but I get the error. I tried other method but they don't work as well. Device: Mac m1 , macos: sonoma 14.2 Virtualization software: UTM Ubuntu....
No description

Git squashing and duplicate commits

Hi guys, I'm a bit confused on how a proper workflow should look for squashing. I have the following issue: 1. I'll go and make commits on a feature / fix branch and squash & merge onto the main branch 2. I'll pull my changes from main into my local feature / fix branch to keep it up to date 3. I'll make some more commits on the local feature / fix branch and then do the same steps in 1 & 2...

DNS records when moving from Digital Ocean to Cloudflare

Hi all, Was just hoping for some help moving my site and keeping my emails up and running! My registrar is GoDaddy, site on DO, and new site on Cloudflare. I've created a short checklist of records I need, but I've two questions: 1) Have I missed anything obvious? and 2) should the records remain the same despite the move? (yes?). And I guess I might as well ask another: Should I be getting someone else to do this? Feel like it should be easy, but don't want the email to silently fail....

Github blocked push due to secrets

It was right, my rest.http file was misspelt in my gitignore. But now it's correct and git is still blocking me, I'm assuming because the file is in an older commit? Does anyone know how I can solve this please?...