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.

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
2.7k posts
 
66%
+2 −0
Q&A How to upgrade a recent (>= 8) Angular CLI?

I have recently upgraded Angular CLI from version 9 to version 10 and I simply installed it again. npm install -g @angular/cli Existing version λ ng version Angular CLI: 9.1.8 Node: 12.18.0 OS: w...

posted 4y ago by Alexei‭

Answer
66%
+4 −1
Meta "Software Development" to the exclusion of other programming and scripting?

The site is called "Software Development", and the subtitle on the homepage is "General Q&A about software development -- code, design, process, tools, testing, and more". Am I to understand, t...

1 answer  ·  posted 4y ago by msh210‭  ·  last activity 3y ago by Alexei‭

Question discussion scope
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 4y ago by Monica Cellio‭

Answer
66%
+2 −0
Q&A Multiple string concatenation in Excel

In a new tab, type A1 in cell A1, Type A2 in Cell A2 Use fill series to complete the values in column A Type A1 in cell B1 Use this formula in cell B2 =B1&","&A2 Copy the formul...

posted 4y ago by James Jenkins‭  ·  edited 4y ago by James Jenkins‭

Answer
66%
+2 −0
Q&A How much memory is allocated for a MySQL VARCHAR variable in a stored procedure?

In a stored procedure let's say I have a VARCHAR variable, DECLARE example_variable VARCHAR(100); how much memory is allocated to it and is that independent of the length of the data in the var...

2 answers  ·  posted 4y ago by Charlie Brumbaugh‭  ·  last activity 4y ago by Alexei‭

66%
+2 −0
Q&A What would the pros and cons of storing the compiled CSS output of SASS in version control?

I follow a principle of only including in version control source code. If I can reliably generate the same output from the same input from that source code then there is no need to also store the f...

posted 4y ago by ben‭

Answer
66%
+2 −0
Q&A Keras image_dataset_from_directory - how image size works

I am using tf.keras.preprocessing.image_dataset_from_directory. According to the documentation, the related image_size parameter is the Size to resize images to after they are read from disk. How...

0 answers  ·  posted 4y ago by Guilherme Costa‭  ·  edited 4y ago by Alexei‭

Question keras tf.keras
66%
+2 −0
Meta Phantom answer in my notification list

My notification list includes the following entry: New answer to your question 'How many votes are required for special actions...' However, there is no answer for that question. I imagine that ...

1 answer  ·  posted 4y ago by Alexei‭  ·  edited 4y ago by Monica Cellio‭

66%
+4 −1
Meta Is there a way to add expiration for questions tags?

Comments from this question reveal that there is some aggressive caching related to question tags (what tags are used for a question). Unfortunately, after changing tags for several questions I ha...

0 answers  ·  posted 4y ago by Alexei‭

Question support tags
66%
+2 −0
Q&A For scripting what are the pros and cons of command line arguments versus capturing input at the start?

@‭laserkittens‭ and @dmckee has already provided good answers, and I will not copy what's there. Personally, I treat cli arguments as the default choice because of the flexibility it gives to scrip...

posted 4y ago by klutt‭

Answer
66%
+2 −0
Meta Schrödinger's tag - appears in view mode, but not in edit

After removing two tags and adding another one for this question I have noticed that the tag list is not the same between view mode and edit: View mode: stack-memory + heap-memory + ram + memory-m...

0 answers  ·  posted 4y ago by Alexei‭

Question support tags
66%
+2 −0
Code Reviews Counting number of assignments that a `fscanf` format strings implies

I have found an improvement that is worth posting as an answer to my question. One thing that I was not comfortable with was coming up with test cases and figuring out how many assignments a forma...

posted 4y ago by klutt‭  ·  edited 3y ago by klutt‭

Answer
66%
+2 −0
Code Reviews Setting the authentication token in an Angular application for generated API clients

Do you need to write this yourself? That is, are you sure there is no library that could do this for you? After all, the angular services generated by the typescript-angular language binding of the...

posted 4y ago by meriton‭  ·  edited 4y ago by meriton‭

Answer
66%
+2 −0
Meta Autocompleting usernames in comments does not seem to work

Right now, there is no auto completion feature for comments. If you want to notify users, you have to write their names by yourself, e.g "Thank you @user". Spaces in usernames should be written tog...

posted 4y ago by Zerotime‭

Answer
66%
+2 −0
Q&A Are hyphens and/or underscores valid in golang package names?

Can a Go package name validly contain a hyphen and/or an underscore? The godocs say that By convention, packages are given lower case, single-word names; there should be no need for underscores or...

1 answer  ·  posted 4y ago by qohelet‭  ·  last activity 4y ago by Moshi‭

66%
+2 −0
Meta What is our policy on tags?

1. What type of tags will we allow? (Should specific tags like UrlRewrite be allowed?) I would argue that urlrewrite (or perhaps more appropriately since Microsoft renders it as URL Rewrite, url-...

posted 4y ago by Canina‭

Answer
66%
+2 −0
Q&A List charts in a helm repository

How to list all available helm charts in a helm repository, preferrably using the native helm CLI tool? This command lists the repos themselves, but I've yet to discover how to list their contents...

1 answer  ·  posted 2mo ago by Iizuki‭  ·  last activity 2mo ago by Iizuki‭

Question helm
66%
+2 −0
Q&A Line-drawing algorithm prints nonsensical intermediate Y values. Where is the problem?

I answered myself as it can be found here. Silly me! The root of the entire problem was the type used in both point.x and point.y: typedef unsigned int uint; typedef struct { uint x; ...

posted 8d ago by aura-lsprog-86‭  ·  edited 8d ago by aura-lsprog-86‭

Answer
66%
+2 −0
Q&A Line-drawing algorithm prints nonsensical intermediate Y values. Where is the problem?

This question was originally asked in SE. I have a program that draws lines using line drawing algorithms. I use gcc 5.2.1 on Xubuntu 15.10 to compile it. Executing it throws a "Segment violati...

1 answer  ·  posted 8d ago by aura-lsprog-86‭  ·  last activity 8d ago by aura-lsprog-86‭

66%
+2 −0
Code Reviews Serial copying from disk images to folder in Bash

(Brought over from SE.) This is a Bash script that copies files stored inside disk images to a directory, using a defined structure provided via a JSON file. I've included the external programs ...

2 answers  ·  posted 8d ago by aura-lsprog-86‭  ·  edited 8d ago by aura-lsprog-86‭

66%
+2 −0
Code Reviews A simple implementation of a mutable String in C

(Brought over from SE.) The following code implements a simple interface to operate on mutable* Strings in C. It is composed of two files: one for the structure definition and the available oper...

3 answers  ·  posted 9d ago by aura-lsprog-86‭  ·  last activity 9d ago by Olin Lathrop‭

Question c string
66%
+2 −0
Q&A Get global gitconfig path

This works for me in both bash and zsh on Debian 12. I can't guarantee it will work the same on every platform and shell. EDITOR=echo git config --global --edit 2>/dev/null or, if you prefer...

posted 10d ago by InfiniteDissent‭  ·  edited 9d ago by InfiniteDissent‭

Answer
66%
+2 −0
Q&A How to Proxy 3x-UI Panel to a Specific Path on Nginx Web Server with Asset Path Rewriting?

I have two vps: First one is used for vpn/proxy. It runs 3x-ui that, simply saying, allows to create and manage vpn/proxy with UI. VPS' ip is connected to https://new-york.vpn.utils.example.co...

0 answers  ·  posted 23d ago by Botopodobniy‭

66%
+2 −0
Q&A how do I get markdown to render # as a shell prompt and not a comment?

Note that, by declaring sh as the language, you have implicitly declared "a # introduces a comment", because that's what is implied by the sh syntax. But you say you don't want that interpretation...

posted 26d ago by bignose‭  ·  edited 26d ago by bignose‭

Answer
66%
+2 −0
Q&A Labels and annotations not merging for specific resources in overlays

I'm trying to implement bases and overlays for some Kubernetes configurations that I have, but I'm running into an issue where labels and annotations are not being applied correctly to some specifi...

0 answers  ·  posted 27d ago by ɯıpɐʌ‭