---

title: "Newest Questions - Stack Overflow"

url: "https://stackoverflow.com/questions"

date: "2026-05-15"

---



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



29

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 38 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 49 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 50 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.



# [Mobile Development](/collectives/mobile-dev)



29k Members



A collective for developers who want to share their knowledge and learn more about mobile development practices and platforms



# [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)



- [Finding the depth of sea very close to shore with a phone](https://physics.stackexchange.com/questions/872319/finding-the-depth-of-sea-very-close-to-shore-with-a-phone)

- [PolarDB-MySQL and Official MySQL 8.0.2 consume excessive memory with many large IN predicates](https://dba.stackexchange.com/questions/350264/polardb-mysql-and-official-mysql-8-0-2-consume-excessive-memory-with-many-large)

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

- [MacBook Pro 13" 2017 A1708 (No T2) — suspend freeze, no audio, webcam fix on Ubuntu 26.04](https://askubuntu.com/questions/1566766/macbook-pro-13-2017-a1708-no-t2-suspend-freeze-no-audio-webcam-fix-on-ubu)

- [Structural elucidation of olefin from hydrogenation and oxidative cleavage](https://chemistry.stackexchange.com/questions/195499/structural-elucidation-of-olefin-from-hydrogenation-and-oxidative-cleavage)

- [Prob. 7(d), Sec. 31, in Munkres' TOPOLOGY, 2nd ed: The Image of a Second Countable Space under a Perfect Map is Second Countable](https://math.stackexchange.com/questions/5136866/prob-7d-sec-31-in-munkres-topology-2nd-ed-the-image-of-a-second-countab)

- [Using any of the Square iPhone Apps as a business owner who also works, how do I clock in to work?](https://apple.stackexchange.com/questions/486417/using-any-of-the-square-iphone-apps-as-a-business-owner-who-also-works-how-do-i)

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

- [Need a way to physically bookmark adventure books](https://rpg.stackexchange.com/questions/219317/need-a-way-to-physically-bookmark-adventure-books)

- [Does the Doppler effect apply to frequency of pitch modulation as well?](https://physics.stackexchange.com/questions/872288/does-the-doppler-effect-apply-to-frequency-of-pitch-modulation-as-well)

- [Where do the stats for animals come from in D&D?](https://rpg.stackexchange.com/questions/219327/where-do-the-stats-for-animals-come-from-in-dd)

- [SQL Login Audit stop applications from connecting to DB?](https://dba.stackexchange.com/questions/350262/sql-login-audit-stop-applications-from-connecting-to-db)

- [In spite of what has recently been done](https://ell.stackexchange.com/questions/374845/in-spite-of-what-has-recently-been-done)

- [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)

- [Is this interval consonant or dissonant?](https://music.stackexchange.com/questions/143678/is-this-interval-consonant-or-dissonant)

- [renewcommand Gamma into itGamma in unicode-math](https://tex.stackexchange.com/questions/762771/renewcommand-gamma-into-itgamma-in-unicode-math)

- [How can I present a highly interdisciplinary PhD talk in 15 minutes / 30 minutes?](https://academia.stackexchange.com/questions/226684/how-can-i-present-a-highly-interdisciplinary-phd-talk-in-15-minutes-30-minutes)

- [An unusual calculus problem I saw some time ago...](https://puzzling.stackexchange.com/questions/138029/an-unusual-calculus-problem-i-saw-some-time-ago)

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

- [What is this opening and how do I defend against it as Black?](https://chess.stackexchange.com/questions/47829/what-is-this-opening-and-how-do-i-defend-against-it-as-black)

- [the problem of balls dropped from a skyscraper](https://math.stackexchange.com/questions/5136844/the-problem-of-balls-dropped-from-a-skyscraper)

- [The linebreak syntax bug with luacode?](https://tex.stackexchange.com/questions/762807/the-linebreak-syntax-bug-with-luacode)

- [Are there functional differences between 'sudo -i' and 'sudo /bin/bash -login'?](https://unix.stackexchange.com/questions/805974/are-there-functional-differences-between-sudo-i-and-sudo-bin-bash-login)

- [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)



[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

