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 Monica Cellio
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #282752 |
Correct. I was going to massage that output to match the feature names in the question, but I didn't want to accidentally remove something important. (more) |
— | over 3 years ago |
Comment | Post #282752 |
The latest two commits there are on feature-B; the previous two on feature-A; previous ones from master. (more) |
— | over 3 years ago |
Comment | Post #282752 |
Not sure what I'm looking at; does this help? (Lots of older stuff from master, as expected.) (more) |
— | over 3 years ago |
Comment | Post #282752 |
$ git log --graph --format="%ad %h [%p] %d"
* Fri Jul 23 10:42:47 2021 -0400 725d9d1c11 [ca99f826dc] (HEAD -> feature/ct-comparisons-VER-75425, origin/feature/ct-comparisons-VER-75425)
* Thu Jul 22 16:27:48 2021 -0400 ca99f826dc [6498847a48]
* Thu Jul 22 11:05:17 2021 -0400 6498847a48 [9b2... (more) |
— | over 3 years ago |
Edit | Post #282752 | Initial revision | — | over 3 years ago |
Question | — |
What's the correct way to merge a branch and its dependent branch back to master? In `git` I branched feature-A from master. To reduce eventual merge conflicts later, I branched feature-B, which heavily overlaps and depends on A, from feature-A. A build of the feature-B branch shows both sets of changes, as expected. (There have been no further commits on feature-A after this b... (more) |
— | over 3 years ago |
Comment | Post #282673 |
This user had created two accounts and asked for a merge. I'm guessing that this post was created by the "other" account, the one that got merged in. (While the post shows a user, the history shows "deleted user" for some entries.) We haven't needed to do a lot of merges and apparently missed a ch... (more) |
— | over 3 years ago |
Edit | Post #282673 |
Post edited: |
— | over 3 years ago |
Comment | Post #282673 |
That might be the case. We had this problem with a deleted user once before, but I thought we'd fixed the systemic problem and not just that instance. I'll ask the devs to investigate. (more) |
— | over 3 years ago |
Comment | Post #282535 |
Re "When will [some new feature] be released? - development-related, on-topic." -- isn't this usually a question that can be answered only by the vendor? (more) |
— | over 3 years ago |
Comment | Post #282536 |
I think the lack of a meaningful error message counts as a bug. While folks on Software Dev might instinctively reach for the console to see what happened, that might not be true on, say, Cooking. We shouldn't make users dig; we just missed a case here. Thanks for the report. (more) |
— | over 3 years ago |
Comment | Post #282486 |
It's a pointer. I don't have enough time to write a full answer right now, but [here's a starting point](https://www.geeksforgeeks.org/pointers-c-examples/). (more) |
— | over 3 years ago |
Comment | Post #282129 |
An alternative approach that avoids Discord would be possible when threaded comments are finished. (I've just been testing the current branch; stuff is happening.) Once comments don't all overwhelm the page but instead are off in collapsable (and collapsed, by default) threads, it doesn't matter as... (more) |
— | almost 4 years ago |
Comment | Post #282129 |
We have a Discord server for our communities, with channel groups for each community. I don't know very much about Discord admin, but if we could figure out a way for people to create new channels under those groups without moderator intervention, then people could take a conversation there if they ... (more) |
— | almost 4 years ago |
Comment | Post #282119 |
The text is correct; I assume the issue is about it being left-aligned instead of right-aligned (with the radio buttons)? (more) |
— | almost 4 years ago |
Comment | Post #281859 |
I realize it's only part of your question, but moderators can create and edit help topics, so if the community wants to work out some better guidance, you can put it in place. (more) |
— | almost 4 years ago |
Edit | Post #281475 |
Post edited: |
— | almost 4 years ago |
Edit | Post #281996 |
Post edited: removed wrong part and pointed to the answer with the correct explanation - thanks! |
— | almost 4 years ago |
Comment | Post #281996 |
Oh I see. So we could have also made it `>= 20` to get 8PM. I don't know why I didn't do that instead of changing 20 to 19 there. (more) |
— | almost 4 years ago |
Edit | Post #281996 |
Post edited: |
— | almost 4 years ago |
Comment | Post #281995 |
It took me an embarrassingly long time to figure this out, so I'm leaving a trail here for others or for future-me. (more) |
— | almost 4 years ago |
Edit | Post #281996 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Why is this client code getting the wrong date for a few hours a day? There are two issues here. The first is that this code isn't rolling over at 8PM as expected: if (now.getHours() > 20) { now.setDate(now.getDate() + 1); } This change happens at 9PM as explained in this answer. The second increment is the one that's coming from this code, not... (more) |
— | almost 4 years ago |
Edit | Post #281995 | Initial revision | — | almost 4 years ago |
Question | — |
Why is this client code getting the wrong date for a few hours a day? Our web site has a widget that displays some date-based information that we retrieve from some JSON-formatted data (one object per date). We get the current date from the environment, possibly adjust it (see below), look up the right entry in the JSON, and display it. Most of the time this works ri... (more) |
— | almost 4 years ago |
Comment | Post #281784 |
@Lundin are questions about office suites so different from questions about other applications that tags aren't sufficient? (Question for Power Users meta, presumably.) (more) |
— | almost 4 years ago |
Comment | Post #281640 |
@Lundin the "curate" discussion is ongoing, but meanwhile we don't want to block on getting some help for our single-person mod team here. Scope needs to be decided by the community; moderators don't decide that on their own, and maybe we need to have more "case studies" to discuss to refine the op... (more) |
— | almost 4 years ago |
Edit | Post #281640 | Initial revision | — | almost 4 years ago |
Question | — |
We'd like to add another moderator -- who? Several months ago we asked for temporary moderators for this community and two people stepped up. One of them later had to step back, leaving Alexei as a sole moderator. Alexei is doing a great job, but we think things run smoothly when there are at least two moderators -- it gives mods someone to... (more) |
— | almost 4 years ago |
Comment | Post #281565 |
My own experience in online communities is that the snarkier I'm feeling, the more careful I need to be to review what I'm writing to ask myself "how will this be received by someone who's not in my head?". Usually the same goal can be accomplished more effectively with other words; the snark can ma... (more) |
— | almost 4 years ago |
Comment | Post #281571 |
Regarding close reasons, moderators can customize those -- feel free to raise separately so the community can discuss what y'all want. (more) |
— | almost 4 years ago |
Comment | Post #281560 |
Thank you for starting this discussion. We really want each community to be free to develop its own norms (within the bounds of network policies of course). It's hard for moderators to do their jobs absent that community consensus, which necessarily isn't ready on day 1. (more) |
— | almost 4 years ago |
Edit | Post #281508 | Initial revision | — | almost 4 years ago |
Question | — |
How can I test my front end for accessibility to the blind? I'd like my web front end to be accessible, including to people who use screen readers. I know the basics about labels and alt text for images, but there are some areas where I'm not sure what a screen reader will do and I'd like to find out and catch it if we're doing it badly. I don't want to act... (more) |
— | almost 4 years ago |
Edit | Post #281506 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Editing tags failed? This is weird: I tried to edit the tags on your post to see if I could reproduce it, and the editor showed the C++ tag there even though the post did not show it. I deleted and re-added it and saved the post and it shows up now. I don't know why that happened. I'll pass it along to the dev team. ... (more) |
— | almost 4 years ago |
Edit | Post #281486 |
Post edited: trying to fix tags (per bug report on meta) |
— | almost 4 years ago |
Comment | Post #281475 |
Reproduced in Chrome (well, I started to edit this post to see it, saw it, and cancelled). There are some differences in how rendering is done in preview vs normal view; I'm not sure what the issues are, but this is probably another of those. (more) |
— | almost 4 years ago |
Edit | Post #281341 | Initial revision | — | almost 4 years ago |
Question | — |
How can I find git branches where all branch-local commits are from specific people? []()We have a bunch of dead branches in our git repository, and I'd like to clean them up. Ones that were merged (but not deleted at the time) are easy; we can see those in the branch list on Bitbucket. But a lot were abandoned and not deleted, some by people who no longer work here. I want to fin... (more) |
— | almost 4 years ago |
Comment | Post #281308 |
This question was moved from Q&A to Meta and then reopened here. (Mentioning in case the previous comments are confusing in the new context.) (more) |
— | almost 4 years ago |
Edit | Post #281308 | Question reopened | — | almost 4 years ago |
Edit | Post #281308 |
Post edited: |
— | almost 4 years ago |
Comment | Post #281308 |
My contribution was to say "sounds neat" when luap42 shared the code for review. :-) (more) |
— | almost 4 years ago |
Comment | Post #281288 |
Starting from the end means dates that are treated as strings sort correctly. Ever find yourself with a directory full of files named (or prefixed/suffixed) with things like "mar-5-2019" or "12-apr-2020"? Not the most convenient results when you sort by name. Whether this is the reason for the yyy... (more) |
— | almost 4 years ago |
Comment | Post #281255 |
I got hit with a captcha when composing (or maybe editing -- don't remember) an answer earlier today, too. I don't think it took me an especially long time; it's not like I walked away from the browser for an hour or something.
(more) |
— | almost 4 years ago |
Edit | Post #281229 | Initial revision | — | about 4 years ago |
Answer | — |
A: Enable text-area for comments to be resized The comment box is now resizable; drag the control in the lower right corner down to make the area bigger. -- Update: With the later introduction of threaded comments, the comment box lost its resizing but is larger than it was. It was status-completed at the time and then overcome by other ch... (more) |
— | about 4 years ago |
Edit | Post #280605 |
Post edited: |
— | about 4 years ago |
Comment | Post #281091 |
Making the height dependent on the text, rather than setting it independently, is also more versatile if somebody increases the text size. Some browsers allow you to set a minimum text size that might be larger than your assumed size, for example. (more) |
— | about 4 years ago |