Newest Questions - Stack Overflow



1. [About](https://stackoverflow.co/)

2. Products

3. [For Teams](https://stackoverflow.co/internal/)



1. [Stack Internal

   Implement a knowledge platform layer to power your enterprise and AI tools.](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=stack-overflow-for-teams)

2. [Stack Data Licensing

   Get access to top-class technical expertise with trusted & attributed content.](https://stackoverflow.co/data-licensing/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=overflow-api)

3. [Stack Ads

   Connect your brand to the world’s most trusted technologist communities.](https://stackoverflow.co/advertising/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=stack-overflow-advertising)

4. [Releases

   Keep up-to-date on features we add to Stack Overflow and Stack Internal.](https://stackoverflow.blog/releases/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=releases)

5. [About the company](https://stackoverflow.co/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=about-the-company)

   [Visit the blog](https://stackoverflow.blog/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=blog)



Loading…



1. - [Tour

     Start here for a quick overview of the site](/tour)

   - [Help Center

     Detailed answers to any questions you might have](/help)

   - [Meta

     Discuss the workings and policies of this site](https://meta.stackoverflow.com)

   - [About Us

     Learn more about Stack Overflow the company, and our products](https://stackoverflow.co/)

3. ### [current community](https://stackoverflow.com)



   - [Stack Overflow](https://stackoverflow.com)



     [help](https://stackoverflow.com/help)

     [chat](https://chat.stackoverflow.com/?tab=explore)

   - [Meta Stack Overflow](https://meta.stackoverflow.com)



   ### your communities



   or [log in](https://stackoverflow.com/users/login?ssrc=site_switcher&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions) to customize your list.



   ### [more stack exchange communities](https://stackexchange.com/sites)



   [company blog](https://stackoverflow.blog)

5. [Log in](https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions)



##### Collectives™ on Stack Overflow



Find centralized, trusted content and collaborate around the technologies you use most.



[Learn more about Collectives](/collectives)



**Stack Internal**



Knowledge at work



Bring the best of human thought and AI automation together at your work.



[Explore Stack Internal](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams-compact-popover)



# Newest Questions



[Ask Question](/questions/ask)



24,155,772 questions



[Newest](/questions?tab=Newest)

[Active](/questions?tab=Active)

[Bountied



7](/questions?tab=Bounties)

[Unanswered](/questions?tab=Unanswered)



More



- [Bountied

- [Unanswered](/questions?tab=Unanswered)

- [Frequent](/questions?tab=Frequent)

- [Score](/questions?tab=Votes)

- [Trending](/questions?tab=Trending)

- [Week](/questions?tab=Week)

- [Month](/questions?tab=Month)

- Unanswered (my tags)



Filter



Filter by



No answers



No upvoted or accepted answers



No Staging Ground



Has bounty



Days old



Sorted by



Newest



Recent activity



Highest score



Most frequent



Bounty ending soon



Trending



Most activity



Tagged with



My watched tags



The following tags:



Apply filter



Cancel



0

votes



1

answer



28

views



### [Assembly Duplicate References % Error CS0246](/questions/79941868/assembly-duplicate-references-error-cs0246)



I want to create unit tests within an Unity project, but constantly run into one of 2 issues (or even both):

Assembly has duplicate references

Error CS0246: The type or namespace name '...' could ...



- [unity-game-engine](/questions/tagged/unity-game-engine "show questions tagged 'unity-game-engine'")

- [testing](/questions/tagged/testing "show questions tagged 'testing'")

- [compiler-errors](/questions/tagged/compiler-errors "show questions tagged 'compiler-errors'")

- [.net-assembly](/questions/tagged/.net-assembly "show questions tagged '.net-assembly'")



[![Springboss LP's user avatar](https://www.gravatar.com/avatar/d82915736005b40d43beb797c2c76941?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/32732839/springboss-lp)



[Springboss LP](/users/32732839/springboss-lp)



- 1



asked 34 mins ago



Advice



0

votes



replies



10

views



### [Map custom exception to error response code, keep default ErrorAttributes](/questions/79941867/map-custom-exception-to-error-response-code-keep-default-errorattributes)



My goal is to handle a custom exception.

I want to keep the default error response shape (properties) + error message. ProblemDetail consists of different properties. It's because I want to have the ...



- [java](/questions/tagged/java "show questions tagged 'java'")

- [spring-boot](/questions/tagged/spring-boot "show questions tagged 'spring-boot'")

- [spring-mvc](/questions/tagged/spring-mvc "show questions tagged 'spring-mvc'")



[![Sergey Zolotarev's user avatar](https://i.sstatic.net/NZSXm.jpg?s=32)](/users/20692967/sergey-zolotarev)



[Sergey Zolotarev](/users/20692967/sergey-zolotarev)



- 3,029



asked 37 mins ago



-1

votes



0

answers



17

views



### [PHP Ternary puzzle [duplicate]](/questions/79941864/php-ternary-puzzle)



Obviously, PHP is not my thing:

'value' => $location ? : $entity ? $entity->location : '',

giving:

PHP Fatal error: Unparenthesized a ?: b ? c : d is not supported. Use either (a ?: b) ? c : ...



- [php](/questions/tagged/php "show questions tagged 'php'")



[![Hugh Barnard's user avatar](https://www.gravatar.com/avatar/0a2e2857243a00c807abd5e6b5d9e3a6?s=32&d=identicon&r=PG)](/users/300113/hugh-barnard)



[Hugh Barnard](/users/300113/hugh-barnard)



- 348



asked 44 mins ago



0

votes



answers



9

views



### [Remove WordPress Shortcode From Excerpt](/questions/79941862/remove-wordpress-shortcode-from-excerpt)



My current WordPress theme has a list post style that uses the excerpts function to show 35 words

<?php echo wp\_trim\_words( get\_the\_content(), 35, '...' ); ?>

In one of my posts, has a shordcode ...



- [php](/questions/tagged/php "show questions tagged 'php'")

- [wordpress](/questions/tagged/wordpress "show questions tagged 'wordpress'")

- [function](/questions/tagged/function "show questions tagged 'function'")

- [shortcode](/questions/tagged/shortcode "show questions tagged 'shortcode'")



[![Finding Colors's user avatar](https://lh3.googleusercontent.com/a/AATXAJwNrh8wEfjvsZigi1mWxVwc9HfijE0rTUXGS7K7=k-s32)](/users/19005575/finding-colors)



[Finding Colors](/users/19005575/finding-colors)



- 40



asked 48 mins ago



0

votes



1

answer



12

views



### [laravel Route [profile.edit] not defined after changing layout](/questions/79941861/laravel-route-profile-edit-not-defined-after-changing-layout)



I am working on a Laravel Breeze project. I changed the default top navigation into a custom sidebar layout.

I expected the user to log in and access the dashboard normally.

Instead, after login, I ...



- [laravel-breeze](/questions/tagged/laravel-breeze "show questions tagged 'laravel-breeze'")



[![Kintaro Hesoyam's user avatar](https://i.sstatic.net/2fKLje3M.png?s=32)](/users/32725515/kintaro-hesoyam)



[Kintaro Hesoyam](/users/32725515/kintaro-hesoyam)



- 1



asked 49 mins ago



1

vote



0

answers



47

views



### [Every pptx made with openxml prompts a repair by powerpoint](/questions/79941851/every-pptx-made-with-openxml-prompts-a-repair-by-powerpoint)



I am trying to create a new presentation with a single slide that contains an image. Every pptx I make using openxml, when opening in powerpoint, gives the following prompt:

PowerPoint found a ...



- [c#](/questions/tagged/c%23 "show questions tagged 'c#'")

- [powerpoint](/questions/tagged/powerpoint "show questions tagged 'powerpoint'")

- [openxml-sdk](/questions/tagged/openxml-sdk "show questions tagged 'openxml-sdk'")



[![pfinferno's user avatar](https://www.gravatar.com/avatar/b99d6e9f0d7addc225f4729bbfcc9a0b?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/2480598/pfinferno)



[pfinferno](/users/2480598/pfinferno)



- 2,051



asked 1 hour ago



1

vote



0

answers



16

views



### [namespace "cuda" is not recognized by CUDA 13.2 runtime on Visual Studio 2026](/questions/79941849/namespace-cuda-is-not-recognized-by-cuda-13-2-runtime-on-visual-studio-2026)



As the screen capture shows, it seems the namespace cuda is not found. What is wrong here and how to fix?

The header files I included are paste below:

#include "cuda\_runtime.h"

#include <...



- [visual-studio](/questions/tagged/visual-studio "show questions tagged 'visual-studio'")

- [cuda](/questions/tagged/cuda "show questions tagged 'cuda'")



[![PkDrew's user avatar](https://i.sstatic.net/Oha0Z018.png?s=32)](/users/17567231/pkdrew)



[PkDrew](/users/17567231/pkdrew)



- 2,343



asked 1 hour ago



-1

votes



1

answer



26

views



### [GitHub web interface not showing action from local TortoiseGit action](/questions/79941846/github-web-interface-not-showing-action-from-local-tortoisegit-action)



I committed some changes using TortoiseGit Commit -> "main" command. When I went to the GitHub web interface, the changes did not appear. I tried several fixes, including:

Refreshing ...



- [github](/questions/tagged/github "show questions tagged 'github'")

- [tortoisegit](/questions/tagged/tortoisegit "show questions tagged 'tortoisegit'")



[![Mark Stewart's user avatar](https://lh6.googleusercontent.com/-MVZ9ZR1BFos/AAAAAAAAAAI/AAAAAAAAAAA/aEP8yOumPbw/s32-rj/photo.jpg)](/users/4178262/mark-stewart)



[Mark Stewart](/users/4178262/mark-stewart)



- 2,126



asked 1 hour ago



0

votes



answers



18

views



### [Regarding separation of the control module](/questions/79941840/regarding-separation-of-the-control-module)



The latest simu5g-1.4.3 release notes mention: 'moving the SMF code into its own module will be trivial, and the single Binder method call in PDCP can now be easily replaced with static configuration ...



- [omnet++](/questions/tagged/omnet%2b%2b "show questions tagged 'omnet++'")



[![Surabhi Karandikar's user avatar](https://www.gravatar.com/avatar/836551605258dc4950bbc7b404a4cf90?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/32629889/surabhi-karandikar)



[Surabhi Karandikar](/users/32629889/surabhi-karandikar)



- 1



asked 1 hour ago



-1

votes



0

answers



19

views



### [WordPress Contact Form 7 waiting 50 seconds [closed]](/questions/79941838/wordpress-contact-form-7-waiting-50-seconds)



I am using the plugin "Contact Form 7" on a WordPress installation and it takes 50 seconds for the form to send the answers once we click on the sending button at the bottom of the form.

I ...



- [wordpress](/questions/tagged/wordpress "show questions tagged 'wordpress'")



[![EricVallieres's user avatar](https://www.gravatar.com/avatar/a6a6db1f8c829b759de50e5c009417b7?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/14682071/ericvallieres)



[EricVallieres](/users/14682071/ericvallieres)



- 23



asked 1 hour ago



0

votes



answers



12

views



### [passport-onshape OAuth authorization flow fails with 400 "Invalid request" after authentication](/questions/79941837/passport-onshape-oauth-authorization-flow-fails-with-400-invalid-request-after)



I've been attempting to develop an application which has access to OnShape's API, using OAuth as the authentication method. However, I've been running into an issue both with my own code and with the ...



- [node.js](/questions/tagged/node.js "show questions tagged 'node.js'")

- [express](/questions/tagged/express "show questions tagged 'express'")

- [oauth](/questions/tagged/oauth "show questions tagged 'oauth'")

- [passport.js](/questions/tagged/passport.js "show questions tagged 'passport.js'")



[![mag06998's user avatar](https://lh3.googleusercontent.com/a/AAcHTtdCSFjVuGejrrLYnYubzpWL20gUv5tfcnxlyE9PceiY=k-s32)](/users/22471548/mag06998)



[mag06998](/users/22471548/mag06998)



- 1



asked 1 hour ago



1

vote



answer



26

views



### [Why my debug msg is not printed on my Kernel Screen?](/questions/79941835/why-my-debug-msg-is-not-printed-on-my-kernel-screen)



I am currently coding a Kernel, i am trying to use debug msg to check if the kernel has an error.

But for an unknown reason, my debug msg is not printed on the screen,

I tried

Here the main code of ...



- [assembly](/questions/tagged/assembly "show questions tagged 'assembly'")

- [x86](/questions/tagged/x86 "show questions tagged 'x86'")

- [stack](/questions/tagged/stack "show questions tagged 'stack'")

- [boot](/questions/tagged/boot "show questions tagged 'boot'")

- [real-mode](/questions/tagged/real-mode "show questions tagged 'real-mode'")



[![GoofyKetchup's user avatar](https://i.sstatic.net/gYi0HnlI.jpg?s=32)](/users/32333154/goofyketchup)



[GoofyKetchup](/users/32333154/goofyketchup)



- 11



asked 1 hour ago



1

vote



answer



23

views



### [AtLeastNNonNulls SQL equivalent](/questions/79941832/atleastnnonnulls-sql-equivalent)



Expressions That Can Process Null Value Operands

This class of expressions are designed to handle NULL values. The result of the expressions depends on the expression itself.

COALESCE

...



- [snowflake-cloud-data-platform](/questions/tagged/snowflake-cloud-data-platform "show questions tagged 'snowflake-cloud-data-platform'")



[![Lukasz Szozda's user avatar](https://www.gravatar.com/avatar/efcd175252f8c20877eff4aaa9068cf0?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/5070879/lukasz-szozda)



[Lukasz Szozda](/users/5070879/lukasz-szozda)



- 183. k



asked 1 hour ago



Best practices



0

votes



2

replies



31

views



### [Cant decide how to set up 2 ubuntu laptops for Coding](/questions/79941828/cant-decide-how-to-set-up-2-ubuntu-laptops-for-coding)



So, m a 3rd year CS grad, I have 2 ubuntu laptops now, have pretty good understanding of linux. I wanted to ask the best way I can setup these 2 laptops for maximum efficiency n kinda look cool. I ...



- [linux](/questions/tagged/linux "show questions tagged 'linux'")

- [architecture](/questions/tagged/architecture "show questions tagged 'architecture'")

- [software-design](/questions/tagged/software-design "show questions tagged 'software-design'")



[![Shashank Tiwari's user avatar](https://www.gravatar.com/avatar/e8466e80e5578d3e721184dbdfbd5f5c?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/26622504/shashank-tiwari)



[Shashank Tiwari](/users/26622504/shashank-tiwari)



- 1



asked 1 hour ago



Advice



0

votes



replies



20

views



### [Celery vs Django Q2 for background tasks in Django — which should I choose in 2026?](/questions/79941827/celery-vs-django-q2-for-background-tasks-in-django-which-should-i-choose-in-20)



I’m building a Django application and need a task queue/background job system for things like:

sending emails

scheduled jobs / cron-like tasks

long-running API calls

report generation

async ...



- [django](/questions/tagged/django "show questions tagged 'django'")

- [celery](/questions/tagged/celery "show questions tagged 'celery'")



[![user3717794's user avatar](https://www.gravatar.com/avatar/60d2b855d1813de07dd5599c8350ad61?s=32&d=identicon&r=PG&f=y&so-version=2)](/users/3717794/user3717794)



[user3717794](/users/3717794/user3717794)



- 1



asked 1 hour ago



  



[15](/questions?tab=newest&pagesize=15 "Show 15 items per page")

[30](/questions?tab=newest&pagesize=30 "Show 30 items per page")

[50](/questions?tab=newest&pagesize=50 "Show 50 items per page")

per page



1



[2](/questions?tab=newest&page=2 "Go to page 2")

[3](/questions?tab=newest&page=3 "Go to page 3")

[4](/questions?tab=newest&page=4 "Go to page 4")

[5](/questions?tab=newest&page=5 "Go to page 5")



…



[1610385](/questions?tab=newest&page=1610385 "Go to page 1610385")

 [Next](/questions?tab=newest&page=2 "Go to page 2")



Collectives

[see all](/collectives-all)



# [Google Cloud](/collectives/google-cloud)



68k Members



Join



A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.



# [NLP](/collectives/nlp)



13k Members



A collective focused on NLP (natural language processing), the transformation or extraction of useful information from natural language data.



# [OpenAI](/collectives/openai)



3k Members



Join



A collective for developers utilizing OpenAI's foundational models and APIs to build, integrate, and innovate. The OpenAI Collective is organized and managed by the Stack Overflow community as a resource for developers.



#### [Hot Network Questions](https://stackexchange.com/questions?tab=hot)



- [Where to place studs for mounting TV above fireplace?](https://diy.stackexchange.com/questions/330543/where-to-place-studs-for-mounting-tv-above-fireplace)

- [DSolve gives solution to first order ode which seems not to satisfy the initial condition](https://mathematica.stackexchange.com/questions/319414/dsolve-gives-solution-to-first-order-ode-which-seems-not-to-satisfy-the-initial)

- [Multiple entry Schengen Type C visa with two separate trips — confusion](https://travel.stackexchange.com/questions/203726/multiple-entry-schengen-type-c-visa-with-two-separate-trips-confusion)

- [Why does a resistor physical T of 290K make it emit -174 dBm/Hz of noise power, but other circuit elements at 290K don't emit -174dBm/Hz?](https://electronics.stackexchange.com/questions/768955/why-does-a-resistor-physical-t-of-290k-make-it-emit-174-dbm-hz-of-noise-power)

- [A criterion of cyclic group](https://mathoverflow.net/questions/511247/a-criterion-of-cyclic-group)

- [Does the F-16 experience ground effect?](https://aviation.stackexchange.com/questions/115245/does-the-f-16-experience-ground-effect)

- [Controlling behavior of Simplify for exponential and square roots?](https://mathematica.stackexchange.com/questions/319410/controlling-behavior-of-simplify-for-exponential-and-square-roots)

- [Increased type I error by duplicating predictors at the participant level across trials in a mixed model?](https://stats.stackexchange.com/questions/675956/increased-type-i-error-by-duplicating-predictors-at-the-participant-level-across)

- [Bash/jq hydrate() — transparent JSON-to-bash type converter](https://codereview.stackexchange.com/questions/302154/bash-jq-hydrate-transparent-json-to-bash-type-converter)

- [From time to time I go to use my laptop (HP EliteBook 840 G8) and it doesn't see a network card so I can't connect to a WiFi network. What can I do?](https://superuser.com/questions/1937627/from-time-to-time-i-go-to-use-my-laptop-hp-elitebook-840-g8-and-it-doesnt-see)

- [Why isn't complete separation breaking my model?](https://stats.stackexchange.com/questions/675950/why-isnt-complete-separation-breaking-my-model)

- [In Acts 2:2, why would an immaterial "spirit" make the sound of wind blowing?](https://hermeneutics.stackexchange.com/questions/116409/in-acts-22-why-would-an-immaterial-spirit-make-the-sound-of-wind-blowing)

- [Which languages has Sir Terry Pratchett been translated into?](https://scifi.stackexchange.com/questions/304454/which-languages-has-sir-terry-pratchett-been-translated-into)

- [Ubuntu 26 / gnome 50 default image-viewer is not closing with esc key](https://askubuntu.com/questions/1566728/ubuntu-26-gnome-50-default-image-viewer-is-not-closing-with-esc-key)

- [Does the sunk costs fallacy require an unprofitable outcome?](https://philosophy.stackexchange.com/questions/138385/does-the-sunk-costs-fallacy-require-an-unprofitable-outcome)

- [Help understanding Mac Lane exercise (2.4.1) ch. II, sec. 1, ex. 1, p.41](https://math.stackexchange.com/questions/5136819/help-understanding-mac-lane-exercise-2-4-1-ch-ii-sec-1-ex-1-p-41)

- [How do I make the gate branch in the JFET transistor symbol centralised rather than to the bottom or top of the gate?](https://tex.stackexchange.com/questions/762783/how-do-i-make-the-gate-branch-in-the-jfet-transistor-symbol-centralised-rather-t)

- [вообще to mean "a piece of cake"?](https://russian.stackexchange.com/questions/30078/%d0%b2%d0%be%d0%be%d0%b1%d1%89%d0%b5-to-mean-a-piece-of-cake)

- [In 1 Cor 15:49 Paul expected to bear the image of the heavenly and lists the sun as a heavenly body. Is that the same as orthodox teaching?](https://hermeneutics.stackexchange.com/questions/116427/in-1-cor-1549-paul-expected-to-bear-the-image-of-the-heavenly-and-lists-the-sun)

- [Why would Dracula wish to spread vampirism?](https://scifi.stackexchange.com/questions/304442/why-would-dracula-wish-to-spread-vampirism)

- [Rear hub can be separated into left and right part, can it be fixed?](https://bicycles.stackexchange.com/questions/100277/rear-hub-can-be-separated-into-left-and-right-part-can-it-be-fixed)

- [Costas loop - +/- 36 degrees phase shift keying](https://dsp.stackexchange.com/questions/99824/costas-loop-36-degrees-phase-shift-keying)

- [How can a curved bow shock be considered a normal shock?](https://aviation.stackexchange.com/questions/115238/how-can-a-curved-bow-shock-be-considered-a-normal-shock)

- [Commutator of the BRST operator with the ghost number operator](https://physics.stackexchange.com/questions/872317/commutator-of-the-brst-operator-with-the-ghost-number-operator)



[more hot questions](#)



##### [Stack Overflow](https://stackoverflow.com)



- [Questions](/questions)

- [Help](/help)

- [Chat](https://chat.stackoverflow.com/?tab=explore)



##### [Business](https://stackoverflow.co/)



- [Stack Internal](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=teams)

- [Stack Data Licensing](https://stackoverflow.co/data-licensing/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=data-licensing)

- [Stack Ads](https://stackoverflow.co/advertising/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=advertising)



##### [Company](https://stackoverflow.co/)



- [About](https://stackoverflow.co/)

- [Press](https://stackoverflow.co/company/press/)

- [Work Here](https://stackoverflow.co/company/work-here/)

- [Legal](https://stackoverflow.com/legal)



- [Contact Us](/contact)



##### [Stack Exchange Network](https://stackexchange.com)



- [Technology](https://stackexchange.com/sites#technology)

- [Culture & recreation](https://stackexchange.com/sites#culturerecreation)

- [Life & arts](https://stackexchange.com/sites#lifearts)

- [Science](https://stackexchange.com/sites#science)

- [Professional](https://stackexchange.com/sites#professional)

- [Business](https://stackexchange.com/sites#business)

- [API](https://api.stackexchange.com/)

- [Data](https://data.stackexchange.com/)



- [Blog](https://stackoverflow.blog?blb=1)

- [Facebook](https://www.facebook.com/officialstackoverflow/)

- [Twitter](https://twitter.com/stackoverflow)

- [LinkedIn](https://linkedin.com/company/stack-overflow)

- [Instagram](https://www.instagram.com/thestackoverflow)



Site design / logo © 2026 Stack Exchange Inc; 

user contributions licensed under 

[CC BY-SA](https://stackoverflow.com/help/licensing)

. 

rev 2026.5.13.43074

