Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for mcp‭

Type On... Excerpt Status Date
Edit Post #286768 Post edited:
Add header size impression
almost 2 years ago
Comment Post #286504 Yes, I agree with @#8196. A reason I come here over SO is for a nicer, more professional community. Your comment and tone, @#36396, is a bigger deterrent. Very funny precision joke at the end though! Main point I would take away is that score is important to some users and makes the site more fun...
(more)
almost 2 years ago
Edit Post #286768 Initial revision almost 2 years ago
Answer A: How can we grow this community?
A note on first impressions: I really like that popup windows like when you click "react" are closed by clicking "react" again, not just anywhere else on the screen. This makes the site feel solid to me, and less prone to error. It also works really well with Vimium where you can't easily selec...
(more)
almost 2 years ago
Comment Post #286726 Simple example, don't take it too seriously.
(more)
almost 2 years ago
Comment Post #286727 Thank you both! @#53196, that explains it very clearly! The example you gave was a tremendous help to my understanding.
(more)
almost 2 years ago
Comment Post #286727 This does the trick and even better was in the man page! The question that remains though is what is `/*`? That is the first mention of it in that manpage entry and it only says how the behavior differs, but what does it mean semantically?
(more)
almost 2 years ago
Edit Post #286726 Post edited:
Add problem header
almost 2 years ago
Edit Post #286726 Post edited:
Fix comment spacing
almost 2 years ago
Edit Post #286726 Initial revision almost 2 years ago
Question How to configure .gitignore to ignore all files except a certain directory
MWE In the terminal run: ```sh mkdir mwe cd mwe mkdir dir touch f1.txt f2.pdf dir/f1.txt dir/f2.pdf git init . ``` Create a `.gitignore` with: ```gitignore # ignore all !dir/ # except this directory ``` Problem Git doesn't register this and all files are still ignored: `...
(more)
almost 2 years ago