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.

Posts by Monica Cellio‭

57 posts
66%
+2 −0
Q&A How should we share some content between two otherwise-independent git repositories?

I was discussing this problem again with some coworkers, and one of them said "QA has that problem too -- here's what we're doing about it". At its core, having everybody add lots of tests to the ...

posted 5y ago by Monica Cellio‭

Answer
66%
+2 −0
Meta Add link dialog should capture enter

This was a tricky one to diagnose, but it's fixed now. Thanks for the report.

posted 6y ago by Monica Cellio‭

Answer
66%
+2 −0
Meta How can I fill in tag information?

I've just lowered the reputation requirement for both Edit and Edit Tag from 250 to 200. If folks here want it to be lower -- young communities have different needs, after all -- please make a met...

posted 6y ago by Monica Cellio‭

Answer
66%
+2 −0
Meta Can regular users add tag wikis? And what are the guidelines for creating them?

Editing tag descriptions is a privilege, currently based on reputation. (Changes to the privilege system are coming, but not yet.) The threshold is currently set at 250 rep. I recognize the boot...

posted 6y ago by Monica Cellio‭

Answer
60%
+1 −0
Meta Allow tagging answers with tools and version numbers

I asked a question on Meta about allowing tags for answers a while back. You might find the discussion there helpful. I'd still like to do something to support these use cases; it's not clear wha...

posted 3y ago by Monica Cellio‭

Answer
60%
+1 −0
Meta Reaction comment doesn't appear if previous comment for retracted reaction was deleted

I wrote this in a comment on the GitHub issue and would be interested in input: I can think of two fixes, both in the reaction-handling code: Check for an existing thread (as it does now) and...

posted 4y ago by Monica Cellio‭

Answer
60%
+1 −0
Q&A Tracking what users are searching in a content management system

Every URL served by your web site is recorded in your web server logs. You could brute-force your way through it by grepping for whatever the prefix is for your search URLs (for example, /search?q...

posted 4y ago by Monica Cellio‭

Answer