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
 
60%
+1 −0
Q&A How to find the existing default action for a UI gadget in factor

For a UI gadget like a $link in Factor, a click automatically opens the page that it points to. I want to know where this default behaviour is defined. In the factor documentation, there are many ...

1 answer  ·  posted 2y ago by Razetime‭  ·  last activity 2y ago by Razetime‭

Question factor gui
60%
+1 −0
Q&A Where is the "Just My Code" debug option in Visual Studio Mac?

Title says it all. I found "Step into external code" but not sure if it's the same feature.

0 answers  ·  posted 2y ago by user34567‭

Question visual-studio macos
60%
+1 −0
Q&A What can be used in react-native instead of an html label tag to achieve the same result?

I wanna make a form in React native. A field in this form in (non-native) React would be like this: <div> <label htmlFor="lastName">Last Name:</label> <input type="text...

0 answers  ·  posted 2y ago by andre‭  ·  edited 2y ago by andre‭

Question reactjs react-native
60%
+1 −0
Q&A Remove entries by two-column ID everywhere, that meet a condition somewhere

Answer After re-encountering this problem and searching for a solution with a less generic "pandas check if column pair is found in other df" (forgetting I had previously encountered this proble...

posted 2y ago by mcp‭  ·  edited 2y ago by mcp‭

Answer
60%
+1 −0
Q&A Remove entries by two-column ID everywhere, that meet a condition somewhere

This is solved in 2 steps: Find rows matching remove conditions Do anti-left-join on the the composite key (Die, Cell) To filter out the rows: # Read in the data df = pd.read_csv("data.csv...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A `git submodule foreach git pull` in parallel

I use git submodule foreach git pull to update my submodules. There's quite a few and it appears that foreach is updating them one by one, instead of in parallel. How can I do it in parallel?

1 answer  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by GrantMoyer‭

Question git git-submodule
60%
+1 −0
Q&A How to solve the "Cannot call from this context" error?

Meaning This error happens on context mismatch and is specific to container-bound scripts. The reason for the error is attempting to call a method only available in one document type (usually, ge...

posted 2y ago by Oleg Valter‭  ·  edited 2y ago by Oleg Valter‭

Answer
60%
+1 −0
Q&A Can pandas be used as a database backend for persistent storage?

SQL is as good as it gets, generally speaking. The best engine for a small project is SQLite. If you need more, the next step is Postgres. Postgres is very capable and it's unlikely that you'll nee...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Lemmy API: how to get list of followed/subscribed communities.

You are correct, my_user is only returned when you supply the auth parameter. It looks like you're getting the JWT with no issues, based on your response to /api/v3/user/login, but you must be pas...

posted 2y ago by tgxn‭

Answer
60%
+1 −0
Q&A Is it necessary for a build server to remove node_modules before an AOT build?

I am currently dealing with an Angular application that is being deployed using an CI orchestrator and Jenkins. Jenkins job is configured to do the following (relevant steps only): fetch source...

2 answers  ·  posted 4y ago by Alexei‭  ·  last activity 4y ago by Derek Elkins‭

Question angular build node-modules
60%
+1 −0
Q&A cpulimit and sensors

I'm using GNU/Linux. I'd need some program or script or solution which would wrap make so that it would launch cpulimit on g++ processes in order to be nice to sensors output. Or, more genericall...

0 answers  ·  posted 4y ago by .                                                .‭

Question GNU/Linux debian sensors cpulimit make
60%
+10 −6
Q&A Is it wrong to demand features in open-source projects?

I have been using open-source software, and the open-source Community is great at maintaining such projects. But I have observed something in smaller open-source projects. Whenever I demand some f...

3 answers  ·  posted 4y ago by theabbie‭  ·  last activity 29d ago by Alexei‭

Question open-source ethics
60%
+1 −0
Q&A What should healthcheck of an Web API application actually check?

I have to add health checks to a rather new application (Web API, not a microservice) and I and a colleague are not agreeing about what other systems I should include in the check. This application...

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

Question asp.net-core health-check health-monitoring
60%
+1 −0
Q&A Mocking tempnam() with vfsstream

This turned out to be a more difficult question to address than I initially thought! After many attempts at finding a way to use tempnam() with vfsStream, I only just now found out from the vfsStre...

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

Answer
60%
+1 −0
Q&A How can I can I reduce the size of a SQL Server database after being restored and massive embedded files stripped?

One way to solve this is to shrink the database and reindex all tables to fix the indexes fragmentation: DBCC SHRINKDATABASE (TheDatabase); GO -- reindexing all tables to optimize performance ...

posted 4y ago by Alexei‭

Answer
60%
+4 −2
Meta I object to [stl]

Currently the tag [stl] is marked as a sub-tag of c++, implying a meaning of "standard-template-library". However I see both of the questions currently using the tag mean the 3D object description ...

0 answers  ·  posted 4y ago by dmckee‭  ·  edited 4y ago by dmckee‭

Question discussion tags
60%
+1 −0
Q&A How can I can I reduce the size of a SQL Server database after being restored and massive embedded files stripped?

My project has the following set up for the production and preproduction ("clone") environment. Production is not accessible at all for the development team, only the preproduction database. Pr...

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

Question sql-server sql-server-2017
60%
+1 −0
Meta 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,...

posted 4y ago by Moshi‭

Answer
60%
+1 −0
Q&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 identi...

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

Answer
60%
+1 −0
Q&A How to create a delayed loading indicator when working with ngrx/store?

I am working on an Angular application using ngrx and I have a loader state + reducer that is used to display a loader. However, very short AJAX calls cause a flicker and I need to delay showing th...

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

Question ngrx ngrx-effects delay
60%
+1 −0
Q&A What would the pros and cons of storing the compiled CSS output of SASS in version control?

This is as old as the ages, and the problem existed in the Yacc world long before CSS was invented.  Keep both the SASS and the resulting CSS files in version control. Good: More predictable, eas...

posted 4y ago by .                                                .‭

Answer
60%
+1 −0
Meta What is our policy on tags?

Thanks for raising this question. My answers to your questions: What type of tags will we allow? (Should specific tags like [UrlRewrite] be allowed?) I am not sure what is the best way to deal wi...

posted 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A How to use LazyCache library with Unity Container?

I want to use LazyCache and UnityContainer together in an ASP.NET classic application (.NET framework 4.6.1+). Namely, to be able to inject IAppCache in various services. For ASP.NET Core and its d...

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

Question caching asp.net dependency-injection unity-container lazycache
60%
+1 −0
Q&A Automatic adjustment when copying of column reference within INDIRECT function

An as yet unanswered question on Web Applications, INDIRECT cell reference - Can't copy cell as reference cell pattern remains same, from @Daniel Klose is: I have an Overview Sheet where I want ...

1 answer  ·  posted 4y ago by pnuts‭  ·  edited 2y ago by Wicket‭

Question google-sheets spreadsheet-formula
60%
+1 −0
Q&A Automatic adjustment when copying of column reference within INDIRECT function

When in ColumnC B can be returned with =char(Column()+63) and since not inside double quotes this will automatically adjust to C in ColumnD. This way a string acceptable to INDIRECT can be construc...

posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Answer