jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “build”

5 shown · updated 24s ago · read only
  1. PlanCache overhead with plan-time partition pruning in PolarDB-PG (stackoverflow.com)stack

    21 points by Haiyang Li in stackoverflow.com · 18h ago · stack

    I have a repeatable planning-time performance issue caused by the interaction between PlanCache and plan-time partition pruning for prepared statements on partitioned tables in PolarDB-PG. My server version is: PostgreSQL 16.14 (PolarDB 16.14.19.0 build 205ef93e) on x86_64-linux…
  2. Externally Loaded Dynamic Plugins for Backstage (stackoverflow.com)stack

    19 points by Mad Grey Duck in stackoverflow.com · 4mo ago · stack

    Backstage 1.48.0/ 1.49.0 introduced a dynamic plugin loader which takes already packaged plugins and loads them dynamically at the point of building your Backstage application. I can only see a way to load the packaged plugins from a local directory. Is there a way to load them…
  3. Visual Studio 2026 cshtml pages intellisense not working (stackoverflow.com)stack

    18 points by cavillac in stackoverflow.com · 6mo ago · stack

    My ASP.NET MVC app is building fine still, but since moving to VS 2026 the intellisense is broken. When I hover over the "red squiggles", I get an error CS0103 message: the name 'model' does not exist in the current context It's the same code that was working fine in VS2019: @mo…
  4. Is there a way to Tailwind styles from spilling over into other applications? (Isolating tailwind styles to component library) (stackoverflow.com)stack

    14 points by Kassim in stackoverflow.com · 3y ago · stack

    I'm trying to build a React library using Tailwind for styling for the library, one of the issues I'm coming across is that the tailwind styles "spill over" into the applications that implement the library? Struggling to find clear solutions on how to go about preventing this, a…
  5. How to handle multiple environments for a mobile app? (stackoverflow.com)stack

    11 points by Cocowalla in stackoverflow.com · 7y ago · stack

    Consider an enterprise mobile app available for both Android and iOS, with build and release pipelines. What I'm trying to achieve is a promotional model for the release pipeline, such that the app binaries are built only one time in a build pipeline, and are then promoted throu…