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

Problem pushing code to github.

I have been facing this issue where when I try to push my code to github it keeps giving me this error message: PS C:\Users\tenzi\OneDrive\Desktop\vacation project\article-preview-component-master> git push origin main fatal: unable to access 'https://github.com/tenze21/article-preview-component.git/': Failure when receiving data from the peer I did appreciate some possible solutions to this problem and the causes 🥲....

best compression for noisy image with transparency

what would you guys say is the best way to compress an image with some noise and some transparency... id like to preserve the noise but exporting from gimp with compression to webp smooths out a lot of the noise. without compression the file is like 1mb and i want this specific image to load in as fast as possible. attatched is the image.
No description

howsubmitted wp form visible

Hey guys! I hope I can post this here?.. Is there anyone who can help me? I've already tried everything. Searched a lot but found nothing... I am creating a wp website for a cycling club. now there is a tab, Saturday rides. Members should be able to indicate here whether or not they will participate on that Saturday. so I thought with wp forms I would create a form for each Saturday ride. That is good....

Azerty-keyboard and coding.

Hi, a bit of a strange question maybe but I’m looking for advice. I’m a Dutch-speaking Belgian and we use the French-AZERTY-keyboard but with a point (so not even the French-French AZERTY keyboard). https://upload.wikimedia.org/wikipedia/commons/9/93/Belgian_keyboard_layout.png (note: on my iPad I don’t even have curly braces or brackets). The problem is: a lot of the symbols in today’s programming are or difficult to access quickly or not even on the keyboard like the curly braces {} or the brackets [] and most importantly backticks (!!) . Does anyone has a good suggestion for me to get me coding faster or recommend an azerty keyboard for coders or something? (I can’t find one really). Also for JavaScript, it’s a mess. I could off course start using a QWERTY keyboard but in my laptop or IPad I can’t easily switch it and it would take me some time to accommodate to this plus: all the other keyboards in this part of the country are AZERTY, so it would be a challenge. Does any one has a couple of good tips and tricks, a keyboard that they recommend, … To make it extra difficult: i have a Windows PC and a Mac that i both want to use for coding.. So even messier 🙂 ...

Github pages tailwind not applying styles

i have installed tailwind and in localhost the website works fine but in github pages the styles are not being applied

My tailwind watch command isnt rebuilding automatically please help

I have retype the watch command to build the tailwind i have done all process correct but still its not updating and rebuilding

Docker dev containers or ways to use docker without installing development tools on host machine

I've heard dev containers with vscode can make isolated dev environments but it's still a little new. I'm curious how to use docker (with compose as well) in order to make dev environments where I dont have to install various programming languages and their tools on my machine. Anyone have experience with this?

Can't get auto reload and formatting set up Codesandbox dot io?

I have set up a basic html css js devbox on codesandbox. I can't seem to find how to set up live reload and auto formatting? right click on html does not have format document open?...

unable to deploy to gh-pages using parcel build

good evening everyone please i am stuck with deploying to gh-pages my parcel build website. i have use npm run deploy but only my html is running. my css is not applying...

multiple commit

hello guys, how can I remove one if it's like this, it became multiple commit,There are two commits that appear, because several times I have created a repository because of the issue that my commit was not successful, this is the issue that appears. I tried to reset it, but it's still the same, what is the possible way to fix it ? Thank you!
No description

Figma and translating designs

Hey quick question, I've just recently started learning Figma coming from a fullstack background. Do you use auto-layout in Figma primarily so it matches up with how you would create it in CSS? or is it all absolute positioning just to get it how you want it to look? Also, should I care about pixel perfect matching between Figma and CSS? with auto-layout it seems like a lot of nesting inside frames because it doesn't have all the alignment options that you can do in CSS

pieces copilot from latest youtube video won't install

I tried to install pieces copilot on windows 10 2h22 and the installer could not open the app package (failed). That windows version is higher than the min required version of 1903. It looks like I need an Office 365 subscription.

Gradle quickstart resources

Hi guys, I have a tight deadline coming up with a gradle project and I've never used it before. I was wondering if anyone had helpful resources they've used before/know of to get started quickly? Thanks!

CSS Comb Replacement

Hi. previously I used CSS Comb to format my declarations in CSS - particular SCSS. Somehow I haven't found any replacement - There are some information that point me to StyleLint, Prettier and all sorts but I totally fail to get the declaration sorter to work. Especially in VS code and 2024....

GitHub Collaboration

Hello everyone, I am currently working on a landing page project with my team, and we are facing some challenges while merging our individual sections into a test branch. To avoid any confusion, I have created a separate test branch from the main branch for comprehensive testing before integrating the changes to the main branch. To streamline this process, I have added comments in the HTML file to indicate specific sections for each collaborator. However, we have encountered some issues during the merge process. For instance, when we tried to merge the second branch into the test branch, it overwrote the first feature instead of combining them....

Infinite loop of "please commit your changes" for package.json & .package-lock.json

I'm working off of a developer branch, 'jordan', right now. I've done everything I have to do there, committed and pushed my changes to that 'jordan' branch, refreshed the GH page in the browser and see my 'jordan' push having occurred. 'main' is a different branch and has changes to it that are not reflected in my 'jordan' branch I want to continue working in my 'jordan' branch, but I would like to first merge the 'main' branch changes into 'jordan'. ...
No description

Is it a good idea to use Copilot or other AI code completion tools as a beginner to front end dev?

A bit of a more open-ended question. I've started to learn front end development. As a beginner, would it be harmful to my learning and development to use AI code completion tools like GitHub copilot? I understand that copying and pasting code without understanding it is a bad idea, how should I use AI tools as a beginner, or should I avoid them?

Github Issue

Hello team, when i want to push my files into GITHUB i use my login and password and i get error msg that due to GITHUB update is not working ,then i used GITHUB TOKEN but is also is the same issue...
No description

vscode text become black.

My vscode shows all text in black.Can anyone help me with that what could be the reason?
No description

Line wraps after comma CSS

Hey guys! So when I'm on css and add commas like: h1 , h2 { color : Black...