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 Moshi‭

Type On... Excerpt Status Date
Comment Post #279013 @dmckee I've create an [[stl-format]](https://software.codidact.com/categories/38/tags/4219) tag and manually retagged the relevent questions.
(more)
over 3 years ago
Edit Post #278281 Post edited:
over 3 years ago
Edit Post #278800 Post edited:
over 3 years ago
Comment Post #279013 @dmckee Probably the title. I take no issue with the content, but I'd suggest [c++-stl] and [stl-format] to further disambiguate
(more)
over 3 years ago
Edit Post #278996 Initial revision over 3 years ago
Answer A: What is the point of tagging a question with both a parent and a child tag?
An answer on a related Meta suggestion, Remove parent tags from a post where a child tag is present, provides a case where you might want to tag both. > For example, if mammal is a parent of deer, but a question is about how non-deer mammals in general and deer in particular get along with one ano...
(more)
over 3 years ago
Comment Post #278985 @Lundin "Does this mean that the site will force me to add the extra unrelated SQL tag?" No? It's the opposite, you *don't* have to add the tag, people searching for sql will come across the mysql question (Whether or not this is a *good* hierarchy as you mention is another thing that might be worth ...
(more)
over 3 years ago
Comment Post #278988 "By using a general tag along with a more specific tag, users interested in [sql] will also get the question in their feed." I would hope that users who watch the [sql] tag would get [mysql] questions without needing those questions to be tagged [sql].
(more)
over 3 years ago
Comment Post #278952 I feel like it'd be better to post this in the developer chat or on the GitHub repo, since it's not related to the Software community but rather to the Codidact software. It'd get better visibility from the devs and a better framework (i.e. not using Q&A) to discuss this possibility.
(more)
over 3 years ago
Edit Post #278895 Post edited:
This question is pretty much the same for any programming language that uses braces, therefore [language-agnostic]
over 3 years ago
Comment Post #278791 @Lundin heap in isolation can pretty reasonably be inferred to be memory, imo.
(more)
over 3 years ago
Edit Post #278811 Post edited:
over 3 years ago
Edit Post #278811 Initial revision over 3 years ago
Answer A: Are hyphens and/or underscores valid in golang package names?
Disclaimer: I don't know Go. This is all just me reading the specification. In the Go specification under Packages, it defines `PackageName`. > ``` > PackageName = identifier > ``` Under Identifiers > ``` > identifier = letter { letter | unicodedigit } . > ``` Under Letters ...
(more)
over 3 years ago
Comment Post #278794 The thing about the tag hierarchy is, should IIS URL Rewrite go under the IIS tag or the URL rewriting tag?
(more)
over 3 years ago
Edit Post #278791 Initial revision over 3 years ago
Question What is our policy on tags?
I've come to realize that tags began changing pretty rapidly recently. In the past 3 days alone, these happened: - [[urlrewrite] was changed to a more generic [url-rewriting] tag](https://software.codidact.com/questions/278727) and the tag wiki for it was deleted. - [[sheets] was changed to [go...
(more)
over 3 years ago
Comment Post #278727 @Alexei I don't really see the need to remove tags unless people start running out of space for more relevant tags
(more)
over 3 years ago
Comment Post #278727 @MonicaCellio I personally don't mind it having its own tag. There's no harm I having both IIS UrlRewrite and URL rewriting as two tags, right?
(more)
over 3 years ago
Comment Post #278727 @MonicaCellio No, UrlRewrite is a specific URL rewriting engine.
(more)
over 3 years ago
Edit Post #277422 Post edited over 3 years ago
Comment Post #278727 No. Rename it iis-urlrewrite and create a separate url-rewriting tag.
(more)
over 3 years ago
Edit Post #278721 Initial revision over 3 years ago
Answer A: Code Reviews: ‘it's fine’
Put it in a comment if it's just "It's fine, no problems here". As with most answers that aren't substantial enough to warrant their own answer post, I'd say to just leave a comment. As you said, knowing that n people find it fine has value in itself, but probably not enough value to warrant n ans...
(more)
over 3 years ago
Comment Post #278653 Code Review exists now, so you might want to update @Lundin
(more)
over 3 years ago
Comment Post #278470 I noticed that we've got two mods now, does this mean that the mod nominations are closed?
(more)
over 3 years ago
Comment Post #278621 @Sigma I see. I guess I was more confused about the "text" part - aren't you pivoting the cells, not text? Perhaps I'm just not familiar with the terminology
(more)
over 3 years ago
Comment Post #278621 Why is this called "pivoting text"?
(more)
over 3 years ago
Comment Post #277906 For some reason never got around to answering this: "As for the cast to void question, it isn't even subjective." It is subjective as long as it isn't a completely technical question - as the standard allows it, the choice of whether or not to do it falls under best practices.
(more)
over 3 years ago
Edit Post #278485 Initial revision over 3 years ago
Answer A: Will my implementation of a Spring Boot app work after being deployed on the Internet?
> Now of course this will directly work only within my network. But if I upload this project to Heroku or something similar, would it still work as intended? I'll assume that you actually have the project working on your network. The only advice I can really give you here is, "Try it and see if it...
(more)
over 3 years ago
Edit Post #278393 Post edited:
Marked as bug
over 3 years ago
Comment Post #278306 It's kinda funny how the "Run code block in SymPy Live" on the docs gives an error for that example
(more)
over 3 years ago
Edit Post #278271 Post edited:
over 3 years ago
Edit Post #278278 Initial revision over 3 years ago
Answer A: Is there an equivalent way of returning early in a MySQL stored procedure?
I don't know any SQL at all, so credits go to the top answer of Mysql - How to quit/exit from stored procedure on StackOverflow. You can simply wrap the code in a label and LEAVE the label, ex. ```sql CREATE PROCEDURE ExampleProc() proclabel:BEGIN IF THEN LEAVE proclabel; ...
(more)
over 3 years ago
Comment Post #278277 @meriton You have to take context into a account. The close reason is labeled "too generic" - that is, the problem is so generic that there are many possible solutions, and without further context there can be no way to ascertain which one is the best solution for the asker. (Note this differs from "...
(more)
over 3 years ago
Edit Post #278277 Initial revision over 3 years ago
Answer A: Give actionable feedback when closing questions
This is a current limitation of the software. Right now, there is simply no way to add detailed feedback to the close reason. There is a list of pre-written close reasons (which can be set per site). If you feel like there is an issue with the wording of a close reason, then feel free to suggest w...
(more)
over 3 years ago
Edit Post #278151 Post edited over 3 years ago
Suggested Edit Post #278151 Suggested edit:
added relevant Meta post link
(more)
helpful over 3 years ago
Comment Post #278151 @Alexei there are a couple of options. I'd suggest just re-asking over on Meta and adding a link to the meta post here.
(more)
over 3 years ago
Edit Post #278060 Post edited:
fixed typo
over 3 years ago
Edit Post #278060 Initial revision over 3 years ago
Question Styling with classes vs styling with CSS
I've noticed that a lot of sites have something like this going on: ```html ... ... ... ``` ```css .has-margin-0 { margin: 0; } .has-padding-4 { padding: 4px; } ``` I'm a beginner who's self taught / internet searched most of their HTML and CSS knowledge. Cur...
(more)
over 3 years ago
Edit Post #278044 Post edited over 3 years ago
Suggested Edit Post #278044 Suggested edit:

(more)
helpful over 3 years ago
Edit Post #277946 Post edited over 3 years ago
Suggested Edit Post #277946 Suggested edit:

(more)
helpful over 3 years ago
Suggested Edit Post #277422 Suggested edit:
With the highly upvoted proposal to get rid of company tags https://software.codidact.com/questions/277911, I am taking the initiative to do so
(more)
helpful over 3 years ago