Error while add large File to Git with Git LFS
keep getting this git error even after track "*.exe" to git lfs
can someone pls help...
vim | extra files
Hey, when i edit a file, even when i write to it (
:w
), it gives me these extra files, what causes this and can i get rid of them optionally?
Thanks in advance....Wsl distro Installation issue:
I was able to run wsl --install and go through the installation process. That went pretty smooth. After installing I restarted my computer. And this is where I'm stuck. I have ran wsl --install -d in windows powershell. What I get back in "the requested operation requires elevation" guessing I need to run it as admin. But when I do, I get this message: No actions was taken as a system reboot is required. I had restarted my computer 2 more times afterwards and it's still the same. I'm lost now. I...
npm installing problem
its been while since i code
i tried to create new project and this error pop up
i updated my node and npm tp latest version...
What operating system should I be using? How should I set up the root directory?
Where do web developers store their projects?
I'm coming from using a Chromebook to do programming which was simple and straight forwards (I know cringe). Now that I move over to windows and the environment is a little different. I'm trying to figure out where web developers store their projects? What do u guys use as an operating system? I just learned that windows and Linux are to different operating systems....
ai extension
Hello
anyone know good free ai extension like php storm for vs code for php ?
i mean like php storm it complete half of the code when u wright it...
After sending a PR, can i delete the forked repo from my github?
Or do i need to wait to be approved or denied?
Editing Windows 11 tray widget icons
Any one know where in settings I can remove the airplane icon (on desktop ffs) and other stuff from this? I swear you could customize them now I can't find it.
VS Code TAB triggers problems
VS Code must have made an update that automatically took effect. I'm getting odd auto-completes for 2 situations in an HTML file
1. using
p
for paragraph followed by TAB gives me:
```js...help in WinError5: Access Denied [file_path]
i am trying to contribute to an org for gsoc prep. i chose ploneβs volto. i followed their installation guide for installing and running their website on my machine but it stopped after i ran pipx run cookieplone project
i have tried changjng permissions from
unticking read only checkbox...
vs code extension
What extension do I need for VSCode to stop marking this as an unknown class/undefined type?
Best way to use env files for Mac and Windows?
I am using typescript gen to create the types for me using contentful from package json.
Now I understand that Unix based systems can have access to it but I don't want to leak keys.
What's the best way to do this?...
turn off backlight in JIS layout in mac
Hi guys, I am new in mac so basically I want to turn off the backlight using keyboard and its hard to find guide in internet, I am using JIS layout keyboard and I cant see in the keyboard for the icon to turn off... I know how to turn off using manually in the settings. anyone know how? thanks!
How to use Webpack as a way to compile Sass -> Css?
This is probably a stupid question, but I have been trying this for the past 2 hours and can't figure it out. I just need a way to compile my regular .scss files (in every directory) into 1 .css file. I'm aware I can just use
sass --watch
, but I'd like to have some other features webpack leverages (like minifying, and again I know sass ootb can do this).
We use Laravel Mix, which is just a library on top of Webpack that can do this using mix.sass('entry.scss', 'output.scss')
, but I can't get it to work on default Webpack. The reason why I want to go from Mix -> Webpack is because I need to watch all files in my project and output it as 1 css file and Mix can't do this...Is it possible to add images in DecapCMS through markdown?
Iβd like to know if itβs possible to add images using markdown in DecapCMS. In platforms like Obsidian, I can simply drag a file into the text editor, and it appears right away. I can also adjust the image size and position using markdown. Can I do something similar with DecapCMS? I know how to upload an image using the upload button on the CMS, but Iβm not sure how to edit it once it's uploaded. If editing images in this way isnβt possible, what would be the best method to add and manipulate images in DecapCMS? Any help would be appreciated.
What I tried
I copied and pasted the text and links from a markdown file in Obsidian, so I tried using a link converter to change the wiki links in my file to markdown links, but it didnβt work. I built this website from a code-along project that Kevin Powell did building a blog website https://youtu.be/4wD00RT6d-g?si=v7jNXwk006poOnT0 , so I'm not very familiar with the technologies used to create it, such as Eleventy, Nunjucks, and Node.js. While the DecapCMS integration with the site is working, the only way I can add images is through the upload button in the DecapCMS, and the images appear large with no control over their width and height. In Obsidian, I could resize images using syntax like ![[image|400]]. Is there a way to implement a similar feature here?...
UTM Tracking on Google Search
Hi everyone, hope you're doing fine.
I'm trying to find a way to track with UTM when a visitor of my website comes from a search engine. For example, if I open Google.com and search 'mywebsite.com' and click the first link, I'd like to track that with a UTM with values "utm_source=google&utm_medium=search&utm_campaign=googlesearch" or something like that.
I've been reading a lot the last few days regarding this and didn't find anything confirming if this is even possible, I thought about it and logically speaking I found it challenging to do with code. My questions are: Is this possible to do? In case it is, anyone knows how? ...
How do I install npm & composer on cPanel?
Having trouble finding a clear tutorial on how to do this, and whether this should be installed globally as the root or per cPanel user. Running Linux and I have access to the Yum package manager, so should I just install per-user using yum?
How to Prevent Netlify Subdomain from Being Indexed ?
I'm hosting a site on Netlify and using a custom domain (e.g., mydomain.com). I want to make sure the custom domain gets indexed by search engines, but I need to prevent the Netlify subdomain (myproject.netlify.app) from being indexed. Does anyone know how to handle this properly, especially if I'll be moving to Astro later? Are there any built-in Netlify features or other suggestions for this scenario?