79742669

Date: 2025-08-21 18:43:10
Score: 4.5
Natty:
Report link
Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ZotyDeLaMota

79742655

Date: 2025-08-21 18:23:05
Score: 1.5
Natty:
Report link

From what I could read in Sparx documentation here:

https://sparxsystems.com/enterprise_architect_user_guide/17.1/model_publishing/rearrangethepackageorder.html

It refers to the elements following the order in the Browser Window. I also tried other ways in the past, but realised that this consistently leads to the best results.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: João Quintas

79742651

Date: 2025-08-21 18:19:04
Score: 1.5
Natty:
Report link

I was hit with the same issue. I ended up doing -rm rf to the caches, the .gradle/ and the daemon. Next I downgraded my gradle version to 8.5: ./gradlew wrapper --gradle-version 8.5. It auto prompted me to use 9.0 on Android Studio and then it worked fine after that and built perfectly.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akshat Misra

79742647

Date: 2025-08-21 18:15:03
Score: 1
Natty:
Report link

But now there is a better way of doing it. We can hide the optionvalue directly from the optionset/Choice editor in the make.powerapps.com. With this way the value will not show on the UI using configuration without writing Javascript.

Follow below steps
Step 1: Navigate to https://make.powerapp.com
Step 2: On the left navigation page click on Tables
Step 3: Search and open desired table by clicking on it. (For Example: Account)
Step 4: On the schema section click on "Columns"
Step 5: On the list of columns search desired column with Data Type = "Choice".(For Example : Industry)
Step 6: Now Edit the Column by clicking on the field name which opens a popup
Step 7: Navigate to Choice section and select the value (For Example: Accounting) which you want to hide by clicking on "Additional Properties".
Step 8: This would open a popup in that there is a checkbox called "Hidden". Enable that checkbox.
Step 9: Click on Save.
Step 10: Publish the table to reflect the changes.
Step 11: Navigate back to Application and check the value which we are hiding in the optionset field on the form it will not longer be visible.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mohith Bodhankar

79742644

Date: 2025-08-21 18:10:02
Score: 0.5
Natty:
Report link

following @PetrBodnár's suggestion for Mozilla Firefox 142.0 on Windows 11 has this output:

  -h or --help       Print this message.
  -v or --version    Print Firefox version.
  --full-version     Print Firefox version, build and platform build ids.
  -P <profile>       Start with <profile>.
  --profile <path>   Start with profile at <path>.
  --migration        Start with migration wizard.
  --ProfileManager   Start with ProfileManager.
  --origin-to-force-quic-on <origin>
                     Force to use QUIC for the specified origin.
  --new-instance     Open new instance, not a new window in running instance.
  --safe-mode        Disables extensions and themes for this session.
  --allow-downgrade  Allows downgrading a profile.
  --MOZ_LOG=<modules> Treated as MOZ_LOG=<modules> environment variable,
                     overrides it.
  --MOZ_LOG_FILE=<file> Treated as MOZ_LOG_FILE=<file> environment variable,
                     overrides it. If MOZ_LOG_FILE is not specified as an
                     argument or as an environment variable, logging will be
                     written to stdout.
  --console          Start Firefox with a debugging console.
  --headless         Run without a GUI.
  --browser          Open a browser window.
  --new-window <url> Open <url> in a new window.
  --new-tab <url>    Open <url> in a new tab.
  --private-window [<url>] Open <url> in a new private window.
  --preferences      Open Options dialog.
  --screenshot [<path>] Save screenshot to <path> or in working directory.
  --window-size width[,height] Width and optionally height of screenshot.
  --search <term>    Search <term> with your default search engine.
  --setDefaultBrowser Set this app as the default browser.
  --first-startup    Run post-install actions before opening a new window.
  --kiosk            Start the browser in kiosk mode.
  --kiosk-monitor <num> Place kiosk browser window on given monitor.
  --disable-pinch    Disable touch-screen and touch-pad pinch gestures.
  --jsconsole        Open the Browser Console.
  --devtools         Open DevTools on initial load.
  --jsdebugger [<path>] Open the Browser Toolbox. Defaults to the local build
                     but can be overridden by a firefox path.
  --wait-for-jsdebugger Spin event loop until JS debugger connects.
                     Enables debugging (some) application startup code paths.
                     Only has an effect when `--jsdebugger` is also supplied.
  --start-debugger-server [ws:][ <port> | <path> ] Start the devtools server on
                     a TCP port or Unix domain socket path. Defaults to TCP port
                     6000. Use WebSocket protocol if ws: prefix is specified.
  --marionette       Enable remote control server.
  --remote-debugging-port [<port>] Start the Firefox Remote Agent,
                     which is a low-level remote debugging interface used for WebDriver
                     BiDi. Defaults to port 9222.
  --remote-allow-hosts <hosts> Values of the Host header to allow for incoming requests.
                     Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html
  --remote-allow-origins <origins> Values of the Origin header to allow for incoming requests.
                     Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html
  --remote-allow-system-access Enable privileged access to the application's parent process
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @PetrBodnár's
  • Low reputation (1):
Posted by: Daniel Lawson

79742640

Date: 2025-08-21 18:05:01
Score: 0.5
Natty:
Report link

I would handle it in that same line with null coalescing. I wouldn't map all undefined or null to [] via middleware, as that can lead to problems down the line if you need to handle things differently.

return { items: findItemById(idParam) ?? [] }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zshift

79742632

Date: 2025-08-21 17:59:59
Score: 1
Natty:
Report link

A veces esto se torna frustrante más cuando intentas acceder a un proyecto antiguo, lo primero es actualizar las gemas que pueden esta en conflicto.

  1. bundle install

  2. Si es la version de ruby que te esta afectando (desinstala y vuelve a instalar ruby asdf uninstall ruby X.X.X asdf install ruby X.X.X

  3. Que no: elimina todas las gemas rm Gemfile.lock (caution aqui)

  4. Limpia la caché de gemas de Bundler: bundle clean --force

  5. Reinstala las gemas: gem install bundler

  6. Corre nuevamente: bundle install

  7. Inicia el servidor: rails s

  8. Que no te funciono, identificamos que es logger

  9. Nos vamos hasta config/boot.rb y boom en la ultima linea agregamos esto:

    require "logger"
    
  10. Y listo creo que con eso bastaría

    
    
Reasons:
  • Blacklisted phrase (1): todas
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jose mejias

79742622

Date: 2025-08-21 17:41:54
Score: 0.5
Natty:
Report link

You are interested in the example at this link: https://learn.microsoft.com/en-us/dotnet/api/system.windows.data.binding.path?view=windowsdesktop-9.0#remarks

This example assumes that:

  1. the binding source-object has a "ShoppingCart" property.
  2. the object that is set in the "ShoppingCart" property has a "ShippingInfo" property. The "ShippingInfo" property is already a "subproperty" of the source-object.
  3. the object that is set in the "ShippingInfo" property has a two-dimensional string indexer. "MailingAddress" and "Street" are not properties, but values ​​for the indexer in the "ShippingInfo" property.
Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • High reputation (-1):
Posted by: EldHasp

79742596

Date: 2025-08-21 16:59:43
Score: 1
Natty:
Report link

I had similar issues like this. This happens because when you run an upgrade, the Windows Installer sometimes uses the old version of your custom action DLL instead of the new one included in the installer. Even though you added the new DLL in your upgrade package, the installer might still have the old DLL in memory or cached in the temp folder. As a result, any new methods or classes you added won’t be found, and you’ll encounter errors about missing methods or classes. You noticed this yourself with your logging. When you upgrade, you still see the old log messages, which means the old code is running. When you rename the DLL or namespace, it works. This forces the installer to load the new DLL, but you clearly don’t want to rename everything for every release. The real fix is to ensure your custom action runs after the installer copies over the new files. In Advanced Installer, you should schedule your .NET custom action after the “InstallFiles” action, or even better, as a “deferred” custom action. This runs after the files are in place. This way, the new version of your DLL is already on disk when the installer tries to load it, so you won’t run into the issue of the old DLL being used. Also, make sure to do a clean build of your installer each time to avoid old DLLs lingering in your output folders. To sum up, you’re seeing this because the installer is using the old DLL during the upgrade. Schedule your custom action after the files are installed and mark it as deferred if possible. This will ensure the correct new DLL is always used during upgrades, and you won’t have to rename files or namespaces.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Joshua Okorie

79742583

Date: 2025-08-21 16:46:40
Score: 1
Natty:
Report link

The apt-key command was deprecated in Debian 12 and has been removed from Debian 13, which was released on August 9th. You'll need to alter your Dockerfile to no longer use it.

The apt-key manpage gives this guidance:

Except for using apt-key del in maintainer scripts, the use of apt-key is deprecated. This section shows how to replace existing use of apt-key.

If your existing use of apt-key add looks like this:

wget -qO- https://myrepo.example/myrepo.asc | sudo apt-key add -

Then you can directly replace this with (though note the recommendation below):

wget -qO- https://myrepo.example/myrepo.asc | sudo tee /etc/apt/trusted.gpg.d/myrepo.asc

Make sure to use the "asc" extension for ASCII armored keys and the "gpg" extension for the binary OpenPGP format (also known as "GPG key public ring"). The binary OpenPGP format works for all apt versions, while the ASCII armored format works for apt version >= 1.4.

Recommended: Instead of placing keys into the /etc/apt/trusted.gpg.d directory, you can place them anywhere on your filesystem by using the Signed-By option in your sources.list and pointing to the filename of the key. See sources.list(5) for details. Since APT 2.4, /etc/apt/keyrings is provided as the recommended location for keys not managed by packages. When using a deb822-style sources.list, and with apt version >= 2.4, the Signed-By option can also be used to include the full ASCII armored keyring directly in the sources.list without an additional file.

See also: What commands (exactly) should replace the deprecated apt-key?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Noelle L.

79742582

Date: 2025-08-21 16:45:39
Score: 0.5
Natty:
Report link

The nnlf method (Negative log-likelihood function) exists to do exactly this:

import numpy as np
from scipy.stats import norm

data = [1,2,3,4,5]
m,s = norm.fit(data)
log_likelihood = -norm.nnlf([m,s], data)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: G Kissin

79742579

Date: 2025-08-21 16:44:39
Score: 1
Natty:
Report link

You can use RedirectURLMixin for handle it.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Milad Hatami

79742575

Date: 2025-08-21 16:38:37
Score: 4.5
Natty: 5
Report link

Thank you! saved my time! You the best

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: meget

79742559

Date: 2025-08-21 16:28:34
Score: 1.5
Natty:
Report link

you can disable this with

{
    suggest: {
        showProperties: false
    }
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Terence Lawson

79742557

Date: 2025-08-21 16:26:33
Score: 2.5
Natty:
Report link

Your code is out of date. Review updated instructions at below including new background task.

https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide

Note: the package manifest section DisplayName="..."

This is must be a string resource NOT hard coded and correct syntax is DisplayName="ms-resource:PdfPrintDisplayName" without the slashes

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: bluesheepworkhere

79742553

Date: 2025-08-21 16:24:31
Score: 13
Natty: 6.5
Report link

hello I’m facing the same problem, did you find a solution? Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maher

79742549

Date: 2025-08-21 16:20:30
Score: 0.5
Natty:
Report link

You can use :white_check_mark: to get ✅ and :x: to get ❌

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: bomtom

79742547

Date: 2025-08-21 16:17:29
Score: 1
Natty:
Report link

That MemoryError isn’t really conda itself, it’s Python running out of memory while pulling in mpmath (a dependency used internally by Pyomo for math stuff). A couple of things could be happening here
1.Different environments behave differently – on your VM it works because the solver/data combo fits into memory there, but locally maybe your conda env or Python build handles memory differently (32-bit vs 64-bit can matter too).
2.Data size – check N.csv and A.csv. If you accidentally generated much larger input files in this run, Pyomo will happily try to load them all and blow up RAM.
3.mpmath cache bug – older versions of mpmath had issues where the caching function would pre-allocate a big list and trigger MemoryError.

Things you can try:
1.Make sure you’re running 64-bit Python (python -c "import struct; print(struct.calcsize('P')*8)" → should say 64).
2.Update your environment:
3.conda install -c conda-forge mpmath pyomo

Sometimes just upgrading mpmath fixes it.
4.If the data files are genuinely large, try loading smaller slices first to test.
5.If you need more RAM than your machine has, consider running with a solver that streams data instead of building a giant symbolic model in memory.

Quick check: on your VM, what’s the RAM size vs your local machine? Could just be hitting a memory ceiling locally.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Roshan

79742542

Date: 2025-08-21 16:09:26
Score: 4.5
Natty:
Report link

@drodri

Can this line be removed in this case?

include(${CMAKE_BINARY_DIR}/conan_deps.cmake)  # this is not found
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: RUTUJA PATIL

79742538

Date: 2025-08-21 16:05:25
Score: 3
Natty:
Report link

If you're using WSL2 and Docker Desktop, you might need to simply open the Docker Desktop app. Not totally sure why, but this seems to fix the issue.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jordyn Lewis

79742537

Date: 2025-08-21 16:05:25
Score: 0.5
Natty:
Report link

The problem was with me declaring the cassandra version in properties as:

cassandra-driver.version

I went through the spring-boot parent pom, it also declares the java-driver-bom:pom with the same properties and it was causing a conflict.

Hence I changed it to cassandra.version and it started working.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: hell_storm2004

79742536

Date: 2025-08-21 16:03:24
Score: 1
Natty:
Report link

https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletionStage.html#whenComplete-java.util.function.BiConsumer-

If the supplied action itself encounters an exception, then the returned stage exceptionally completes with this exception unless this stage also completed exceptionally.

And you unconditionally throw an exception there in whenComplete(), regardless of an actual result (I genuinely can't comprehend why).

Maybe, just maybe, try to process the result, at least?
It's a SendResult object, so you got a bit more clue of what's poppin', as well as let a Spring Kafka Container container complete its job.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Yuri G

79742516

Date: 2025-08-21 15:44:19
Score: 3
Natty:
Report link

OPEN PLEDGE VACCINE LICENSE REGISTERED LEGAL OWNER ROTCHE CAPUYAN OUANO LEGALLY

GLOBAL WORLD HUB ONLINE

DIGITAL IDENTITY MARKET STACKOVERFLOW META EXCHANGE FACEBOOK SOCIAL PROFILE MEDIA NETWORK 🛜 WI-FI CELLULAR DATABASA RESPOND ONLINE INTERNET ACCESS GLOBALIZATION HOTSPOTS MAPs LOCATION COVID-19 LIVES

GUIDELINES COMMUNITY GOVERNANCE AGENCIES RELATIONSHIP INVESTORS COMPANY CENTER WORKSPACE OFFICE BUILDING FIELDS ENERGY POWER JOBS CAREERS TECHNOLOGIES ELECTRONICS TECHNICALLY TECHNOLOGIES EVERYTHING

Reasons:
  • Blacklisted phrase (1): STACKOVERFLOW
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rotche Capuyan Ouano

79742512

Date: 2025-08-21 15:44:19
Score: 1
Natty:
Report link

function findSuffix(word1, word2) {
  let i = word1.length;
  let j = word2.length;

  while (i > 0 && j > 0 && word1[i - 1] === word2[j - 1]) {
    i--;
    j--;
  }

  return word1.slice(i);
}
console.log(findSuffix("sadabcd", "sadajsdgausghabcd"));

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: masoudiofficial

79742511

Date: 2025-08-21 15:41:18
Score: 1
Natty:
Report link

From the other answers, it looks like there are multiple causes for this issue. One that I didn't see covered was a crashed python language server. On Mac, you can press cmd+shift+p and type "python language server" to find the pls restart option.

If that is the root cause, you next need to find out why the language server is crashing.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: majorgear

79742509

Date: 2025-08-21 15:38:17
Score: 2
Natty:
Report link

Good afternoon, I would suggest the following option:

Set the BackgroundColor property in the AppShell.xaml file:

<?xml version="1.0" encoding="UTF-8" ?>
<Shell
    x:Class="MauiAppTestTheme.AppShell"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:local="clr-namespace:MauiAppTestTheme"
    Title="MauiAppTestTheme"
    **Shell.BackgroundColor="{AppThemeBinding Light={StaticResource Black}, Dark=  {StaticResource Black}}">**

    <ShellContent
        Title="Home"
        ContentTemplate="{DataTemplate local:MainPage}"
        Route="MainPage" />

</Shell>

This will allow you to always use the dark theme on every page of the app by default

enter image description here

Reasons:
  • Blacklisted phrase (1): Good afternoon
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Артур Дементьев

79742507

Date: 2025-08-21 15:38:17
Score: 1
Natty:
Report link

For me specifically, fixing this issue (same exact errors) with gcloud was simply uninstalling anaconda with brew which I had installed the day before for a new project I was trying out.

brew uninstall anaconda

Obviously, this won't be the fix for most. Good luck out there!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brian

79742504

Date: 2025-08-21 15:36:17
Score: 2
Natty:
Report link

A private GDPR-compliant option is ShinyFriendlyCaptcha, with documentation at https://mhanf.github.io/ShinyFriendlyCaptcha/index.html. It does require an account with FriendlyCaptcha (https://friendlycaptcha.com/), but there is a free non-commercial option. It's still experimental, but quite a bit more recent (2023) than CAPCHAv2 and v3.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: bcarothers

79742500

Date: 2025-08-21 15:33:16
Score: 0.5
Natty:
Report link

I was able to define a Dockerfile that builds and run a maven application:

Used the following docker image:tags:

# BUILD
FROM maven:3.8.5-openjdk-17 AS build
WORKDIR /home/app
COPY pom.xml /home/app
COPY src /home/app/src
RUN mvn -f /home/app/pom.xml clean package

# RUN
FROM openjdk:17-jdk-alpine
COPY --from=build /home/app/target/*.jar app.jar
ENTRYPOINT ["java", "-Xmx2048M", "-jar", "app.jar"]

To build dockerfile:

docker build --tag=myspringapp:latest .

To run dockerfile:

docker run -p 8080:8080 myspringapp:latest

REFS:

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Figurinha

79742494

Date: 2025-08-21 15:30:15
Score: 3
Natty:
Report link

for me it was VPN, turning it off made sent this error away

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vaibhav Chopra

79742487

Date: 2025-08-21 15:20:12
Score: 1
Natty:
Report link

If you're using Expo and experiencing this problem, check your app.json file and make sure that expo.ios.buildNumber is a string, not an integer.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Nathan Gaskin

79742482

Date: 2025-08-21 15:16:11
Score: 1
Natty:
Report link

Try to add standalone: true

If Rider still shows errors even after updating to Angular 20, update the Angular Language Service plugin and clear Rider caches (File → Invalidate Caches / Restart).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andriy Tomusiak

79742465

Date: 2025-08-21 14:58:07
Score: 1
Natty:
Report link

I had a similar problem, except on a framework.

In my case worked for both commands

    npm run dev
    npm run build

I've tried to mirror my solution

=== src/index.js ===

    // file looks fine

    import "./styles/index.scss"

=== src/styles/index.scss ===

    .search-input {
        width: 100%;
        background-image: url("@iconsAlias/search.svg");
    }

=== vite.config.js ===

    import { defineConfig } from 'vite';
    import path from 'path';

    export default defineConfig({

        resolve: {

            alias: {

                '@iconsAlias': path.resolve(__dirname, 'src/assets/icons')

            }

        },

    });
Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cas

79742463

Date: 2025-08-21 14:58:07
Score: 1
Natty:
Report link

I think that if you have the possibility to change the schema table then you could modify the tables columns used in the join condition appending a default value like ''. so you can use the nomal join condition and index will be used.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ocnerF

79742460

Date: 2025-08-21 14:51:05
Score: 2
Natty:
Report link

For both new and old android compatibility use
drawable.setBackgroundTintList(ColorStateList.valueOf(color);

Tested on android 10, 15

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sadique Khan

79742458

Date: 2025-08-21 14:50:05
Score: 5.5
Natty: 4
Report link

Please help me fix this error. It didn't happen before...

Running "obfuscator:task" (obfuscator) task

\>> Error: The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class.

Warning: JavaScript Obfuscation failed at ../temp/ChartBar.js. Use --force to continue.

Aborted due to warnings.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me fix this
  • No code block (0.5):
  • Low reputation (1):
Posted by: анатолий агошков

79742456

Date: 2025-08-21 14:50:04
Score: 1.5
Natty:
Report link

BN55 Game is an engaging gaming platform designed for players who love excitement, challenges, and rewards. With smooth performance and user-friendly features, it offers an enjoyable experience across different devices. The game provides a variety of modes, giving players the chance to test their skills, enjoy thrilling gameplay, and unlock exciting bonuses. Whether you are a casual gamer looking for fun or a competitive player seeking challenges, BN55 Game caters to everyone. Its secure and reliable system ensures worry-free entertainment. With nonstop action and rewarding opportunities, BN55 Game has become a favorite choice among gaming enthusiasts.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sidra Akram

79742441

Date: 2025-08-21 14:32:59
Score: 1
Natty:
Report link
<a href="https://www.linkedin.com/in/hamza-qamar-ali" target="_blank" style="text-decoration: none;">
  <button style="background-color: #0A66C2; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer;">
    زر LinkedIn الخاص بي
  </button>
</a>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hamza Ali

79742436

Date: 2025-08-21 14:29:58
Score: 2
Natty:
Report link

Something else you could try is to check a Zenoh pub/sub across the two laptops using the routers. Take a look at https://zenoh.io on how to configure that.

-HTH

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kydos

79742433

Date: 2025-08-21 14:26:57
Score: 1.5
Natty:
Report link

I was able to define a working Dockerfile that builds and run a maven application:

Used the following docker image tags:

for building maven package: https://hub.docker.com/layers/library/maven/3.8.5-openjdk-17/images/sha256-62e6a9e10fb57f3019adeea481339c999930e7363f2468d1f51a7c0be4bca26d

for running jar file: https://hub.docker.com/layers/library/openjdk/17-jdk-alpine/images/sha256-a996cdcc040704ec6badaf5fecf1e144c096e00231a29188596c784bcf858d05

# BUILD STAGE
FROM maven:3.8.5-openjdk-17 AS build
WORKDIR /home/app
COPY pom.xml /home/app
COPY src /home/app/src
RUN mvn -f /home/app/pom.xml clean package

# RUN STAGE
FROM openjdk:17-jdk-alpine
COPY --from=build /home/app/target/*.jar app.jar
ENTRYPOINT ["java", "-Xmx2048M", "-jar", "app.jar"]

(Thks to @khmarbaise comment)

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @khmarbaise
  • Low reputation (0.5):
Posted by: Figurinha

79742431

Date: 2025-08-21 14:26:57
Score: 2
Natty:
Report link

To open new URLs in a specific Microsoft Edge window using Python—even if another Edge window is in the foreground—use Selenium WebDriver with Edge and specify a fixed user data directory. This ensures all new tabs open in the same Edge window controlled by the Selenium session. Keep the WebDriver instance alive to continue opening new URLs in that window.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nxra Insights pvt Ltd

79742429

Date: 2025-08-21 14:24:56
Score: 0.5
Natty:
Report link

Since iOS 26:

import UIKit
UIApplication.shared.sendAction(#selector(UIResponderStandardEditActions.performClose(_:)), to: nil, from: nil, for: nil)

On macOS:

import AppKit
NSApplication.shared.terminate(self)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gaRik

79742423

Date: 2025-08-21 14:15:54
Score: 2.5
Natty:
Report link

This post is realy old. I have one older webhosting server and i was needed implement http2. I am looking for solution for mpm_itk and http2 with apache.

My solution is nginx as reverse proxy (here is http2 and ssl/tls) and then apache with mpm_itk, mpm_prefork. Now is everithing, such as ftp for user, clean. I didn’t have to change anything. Communication between apache and nginx is only on http/1.1 and http protocol

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: nuts3108

79742410

Date: 2025-08-21 14:02:51
Score: 6
Natty: 5.5
Report link

Isn't it true that named entities are not acceptable in XML?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Isn't it
  • Low reputation (1):
Posted by: user15758053

79742406

Date: 2025-08-21 13:58:49
Score: 4.5
Natty:
Report link

Use https://pub.dev/packages/bitsdojo_window. The documentation s straight forward and simple to implement.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Darius Tron

79742403

Date: 2025-08-21 13:54:48
Score: 1.5
Natty:
Report link

The issue came about because of a misunderstanding on how the ACLs 'Create' and 'Read' interact.

I incorrectly believed that the 'Create' ACL would give access to the fields in the creation form, regardless of any 'Read' ACLs in place. I thought that the 'Read' ACL applied to existing records rather than also to those being created.

I added an OR block to the User's 'Read' ACL to also allow access when 'current.isNewRecord()' returned true.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Michael Richardson

79742397

Date: 2025-08-21 13:47:47
Score: 1.5
Natty:
Report link

After doing a little more googling and working through the problem,

=SORT(LET(X,VSTACK(FILTER(F12:F27,(G12:G27>=80%)*(C12:C27="F"),""),FILTER(F59:F74,(G59:G74>=80%)*(C59:C74="F"),"")),FILTER(X,X<>"")))

seems to be giving the results that are expected.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mickeyj187

79742378

Date: 2025-08-21 13:40:45
Score: 3
Natty:
Report link

How about right clicking on the folder and then choose Add... Class. That does the trick for me.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Paul Palmpje

79742377

Date: 2025-08-21 13:39:45
Score: 0.5
Natty:
Report link

Adding 2 rules for conditional formatting before your 'main' conditional formatting, I got this result.

Cell Value < lower limit - no formatting;

Cell Value > upper limit - no formatting;

Make sure to select 'stop if true' on these first 2 rules.

Results

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Excellor

79742368

Date: 2025-08-21 13:36:44
Score: 1.5
Natty:
Report link

The [comment of @eftshift0](Rebasing all branches on new initial commit) pushed me into the right direction:

I've just rewritten the history using git-filter-repo, using this example script:

https://github.com/newren/git-filter-repo/blob/main/contrib/filter-repo-demos/insert-beginning

It does not create a new commit at the root of the repository, but just adds the file so it is available in every commit.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @eftshift0
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Jost

79742352

Date: 2025-08-21 13:21:39
Score: 3
Natty:
Report link

For example, if you have three percentages like 70%, 80%, and 90%, you add them up (240) and then divide by 3, which gives you an average percentage of 80%

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Junaid Shake

79742344

Date: 2025-08-21 13:15:38
Score: 1.5
Natty:
Report link

Bigg Boss Season 19 has taken reality television to the next level with its thrilling mix of drama, suspense, and entertainment. This season introduces fresh faces, bold personalities, and unexpected twists that keep fans glued to their screens. Contestants are challenged with tasks, evictions, and high-pressure situations that reveal their true character. From emotional breakdowns to fiery clashes, every episode brings unforgettable moments. With its unpredictable format and nonstop excitement, Bigg Boss Season 19 continues to be the ultimate source of entertainment for viewers, making it one of the most popular reality shows of the year.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: colleenguillory

79742337

Date: 2025-08-21 13:06:36
Score: 0.5
Natty:
Report link

It sounds like you’re running into the classic challenges of applying GPA + PCA to complex 3D anatomy like vertebrae. From what you describe, there are a few reasons why your ASM fitting is going “off”:

Insufficient or inconsistent correspondences

Active Shape Models (ASM) work best when each landmark has a consistent semantic meaning across all shapes. Vertebrae have complex topology, and even after Procrustes alignment, landmarks may not correspond exactly between meshes.

Using closest points for surface-based fitting can lead to mismatched correspondences, especially on highly curved or irregular regions.

Large shape variability / non-overlapping regions

If parts of your vertebrae are displaced or have high variability, the mean shape may not represent all instances well. PCA will then project shapes onto modes that don’t match the local geometry, producing unrealistic fits.

Scaling / alignment issues

You are doing similarity Procrustes alignment (scaling + rotation + translation), which is generally good, but when using surface points instead of annotated landmarks, slight misalignments can propagate and distort PCA projections.

Step size / iterative fitting

In your iterative ASM, step_size=0.5 may overshoot or undershoot. Sometimes, reducing the step size and increasing iterations helps stabilize convergence.

Too few points / too sparse sampling

Sampling only 1000 points on a vertebra mesh may not capture all the intricate features needed for proper alignment. Denser sampling or using semantically meaningful points (e.g., tips of processes, endplates) improves GPA convergence.

Flattening for PCA

Flattening 3D coordinates for PCA ignores the spatial structure. For complex anatomical shapes, methods like point distribution models (PDM) with mesh connectivity) or non-linear dimensionality reduction can sometimes work better.

Suggestions:

Increase landmark consistency: Make sure points correspond anatomically across all vertebrae. Consider manual annotation for critical points.

Refine initial alignment: Before fitting ASM, ensure the meshes are roughly aligned (translation, rotation, maybe even rigid ICP). Avoid large initial offsets.

Reduce PCA modes or increase data: If your dataset is small (7 vertebrae for landmarks, 40 for surfaces), PCA may overfit. More training shapes help.

Use robust correspondence methods: Instead of just nearest points, consider geodesic or feature-based correspondences.

Check scaling: Surface-based fitting may benefit from rigid alignment without scaling, to avoid distortion.

Visualize intermediate steps: Plot each iteration to see where it diverges—sometimes only a few points cause the misalignment.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayla

79742322

Date: 2025-08-21 12:55:33
Score: 2.5
Natty:
Report link

You've divided the screen into 8 parts (flex: 7 + flex: 1). try 8:2 or 9:1 in flex. if does not work then Wrap your main content (the welcome text) in an Expanded widget and Place your button section directly after the Expanded widget in the Column.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yash Patwari

79742301

Date: 2025-08-21 12:42:30
Score: 1
Natty:
Report link

Old question but, had the same issue, with python3 -v -m pip install .. I saw it got stuck on netrc import, disabling ipv6 with sysctl -w net.ipv6.conf.all.disable_ipv6=1 fixed my issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cagri

79742300

Date: 2025-08-21 12:41:30
Score: 1
Natty:
Report link

As one comment pointed out, the problem can be solved by giving the following as a parameter to CallMethod() :

Something{ m_something }

So the actual line of code would look like this:

CallMethod( Something{ m_something } );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user19179144

79742296

Date: 2025-08-21 12:38:28
Score: 1
Natty:
Report link

Use the following event DataGrid.LoadingRow and attach it to the Data Grid.

Official documentation : https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.datagrid.loadingrow

<DataGrid x:Name="DataGrid"
          SelectedItem="{Binding SelectedSupplier, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
          ItemsSource="{Binding SuppliersList, Mode=OneWay}"
          AutoGenerateColumns="False"
          LoadingRow="DataGrid_LoadingRow">

Now define the function DataGrid_LoadingRow and then disable the row.

if (e.Row.GetIndex() == 0) e.Row.IsEnabled = false;
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rajeev KR

79742292

Date: 2025-08-21 12:32:27
Score: 1
Natty:
Report link

when creating interaction:

const drawInteraction = new ol.interaction.Draw({
    source: source,
    type: 'Point'
});
drawInteraction.setProperties({ somePropertyName: true });
map.addInteraction(drawInteraction);

when you need to delete this interaction:

const interactions = map.getInteractions().getArray().slice();
interactions.forEach(int => {
    if (int.getProperties().somePropertyName) map.removeInteraction(int);
});
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): when
  • Low reputation (1):
Posted by: Максим Попов

79742284

Date: 2025-08-21 12:26:25
Score: 2.5
Natty:
Report link

I get what you are requesting. After you have sorted and highlighted all the files you want to copy out the path, right click on the selected file that is on top of the pack and select "copy as path". That shld give u the sorted order that you want.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31322313

79742283

Date: 2025-08-21 12:26:25
Score: 1
Natty:
Report link

Yes, declaring a variable as Int32 means it always takes up 32 bits (4 bytes) of memory, no matter what value it holds. Even if the value is just 1, it’s still stored using the full 32-bit space. That’s because Int32 is a fixed-size type, and the memory is allocated based on the type, not the value. This helps with performance and consistency in memory layout.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kanan Idayatov

79742277

Date: 2025-08-21 12:22:24
Score: 2
Natty:
Report link

in app/build.gradle

add

android {

...

packagingOptions {
           jniLibs {
                     useLegacyPackaging = true
                   }
           }

}

https://developer.android.com/guide/topics/manifest/application-element

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman

79742275

Date: 2025-08-21 12:21:23
Score: 5
Natty: 5
Report link

A clear tutorial to solve the problem: https://dev.to/yunshan_li/setting-up-your-own-github-remote-repository-on-a-shared-server-kom

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yunshan Li

79742274

Date: 2025-08-21 12:20:23
Score: 3.5
Natty:
Report link

ADF still does not support deleting records from Salesforce. Still, there might be an alternative (see the latest message on this page):

https://learn.microsoft.com/en-us/answers/questions/1663514/delete-records-from-a-salesforce-object-using-azur

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kleber

79742266

Date: 2025-08-21 12:16:21
Score: 1
Natty:
Report link

instanceof seems to work for class types only.

Good to know that Java 24 supports instanceof with primitive types, as introduced in JEP-488

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matheus Sena

79742262

Date: 2025-08-21 12:13:21
Score: 2.5
Natty:
Report link

in my case, it worked by using npx bubblewrap build

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: rajesh prajapati

79742261

Date: 2025-08-21 12:13:21
Score: 0.5
Natty:
Report link

I don't think that not merging the two R segments is any kind of failure. Rather it's for performance. The R segment number 2 contains infrequently accessed sections and the R segment number 4 contains frequently accessed sections. Doing that is better for paging and caching.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Paul Floyd

79742259

Date: 2025-08-21 12:10:20
Score: 0.5
Natty:
Report link

I had a task to create a row by the next index after the last one, adding a value only to the first field and automatically setting nan to the rest of the fields. I solved it like this:

df1.loc[df1.index[-1] + 1] = ['2025-08-01' if i == 0 else np.nan for i in range(len(list(df1)))]

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: MikhailRuss

79742256

Date: 2025-08-21 12:04:18
Score: 2
Natty:
Report link

in app/build.gradle

add

android {

...

packagingOptions {
           jniLibs {
                     useLegacyPackaging = true
                   }
           }

}

https://developer.android.com/guide/topics/manifest/application-element

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman

79742249

Date: 2025-08-21 12:02:17
Score: 3.5
Natty:
Report link

How about ContinuousClock.Instant

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Sidney Liu

79742240

Date: 2025-08-21 11:59:16
Score: 0.5
Natty:
Report link

I turned out that I mixed multipart/form-data and application/octet-stream approaches.

The correct Kotlin code for Ktor-client to upload to Cloudflare R2 will be:

   suspend fun uploadS3File2(
        url: String,
        file: File
    ) = client.put(url) {
        setBody(file.readChannel())
        headers {
            append(HttpHeaders.ContentType, ContentType.Application.OctetStream)
            append(HttpHeaders.ContentLength, "${file.length()}")
        }
    }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: cora32

79742238

Date: 2025-08-21 11:54:15
Score: 1
Natty:
Report link
from PIL import Image

# Open the previously saved PNG and convert to JPG
png_path = "/mnt/data/Online_GSS_Lead_Table.png"
jpg_path = "/mnt/data/Online_GSS_Lead_Table.jpg"

# Convert and save
with Image.open(png_path) as img:
    rgb_img = img.convert("RGB")
    rgb_img.save(jpg_path, "JPEG")

jpg_path
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aswa Bala

79742237

Date: 2025-08-21 11:52:15
Score: 2
Natty:
Report link

Most popular platforms provide their own OAuth 2.0 documentation, which can be integrated directly into a custom plugin or even within your theme’s functions.php file, depending on your project requirements.

Alternatively, you may consider using the Simple JWT Login plugin, which comes with a built-in Google OAuth 2.0 configuration out of the box. This plugin is highly extensible, as it offers multiple hooks and filters that make customization straightforward.

To tailor the functionality to your needs, you can leverage these hooks to modify authentication flows, user handling, or token management. Well-structured documentation is available for these modification points, ensuring developers can adapt the plugin seamlessly without heavy code rewrites.

Reference Links:
Google OAuth 2.0
Facebook oauth2

Reasons:
  • Blacklisted phrase (1): This plugin
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kishan

79742228

Date: 2025-08-21 11:44:13
Score: 3.5
Natty:
Report link

Add "use client" to the top of where you initialised you react query provider

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MR YOUNG

79742220

Date: 2025-08-21 11:39:09
Score: 7.5
Natty:
Report link

Did you find a fix for this? I think I am seeing the same problem. When I add a marker to my array of markers via long press, it doesn't appear until after the next marker is added....

If I add key={markers.length} to MapView this fixes the problem of the newest marker not showing, by forcing a reload of the map. But reloading the map is not ideal because it defaults back to its initial settings and disrupts the user experience.

My code:

import MapView, { Marker } from "react-native-maps";
import { StyleSheet, View } from "react-native";
import { useState } from "react";

function Map() {
  const [markers, setMarkers] = useState([]);

  const addMarker = (e) => {
    const { latitude, longitude } = e.nativeEvent.coordinate;

    setMarkers((prev) => [
      ...prev,
      { id: Date.now().toString() + markers.length, latitude, longitude },
    ]);
  };

  return (
    <View style={styles.container}>
      <MapView
        
        style={styles.map}
        initialRegion={{
          latitude: 53.349063173157184,
          longitude: -6.27913410975665,
          latitudeDelta: 0.0922,
          longitudeDelta: 0.0421,
        }}
        onLongPress={addMarker}
      >
        {markers.map((m) => {
          console.log(m);
          return (
            <Marker
              key={m.id}
              identifier={m.id}
              coordinate={{ latitude: m.latitude, longitude: m.longitude }}
            />
          );
        })}
      </MapView>
    </View>
  );
}

export default Map;

const styles = StyleSheet.create({
  container: {
    //flex: 1,,
  },
  map: {
    width: "100%",
    height: "100%",
  },
  button: {
    position: "absolute",
    top: 10,
    right: 10,
    width: 80,
    height: 80,
    borderRadius: 10,
    overflow: "hidden",
    borderWidth: 2,
    borderColor: "#fff",
    backgroundColor: "#ccc",
    elevation: 5,
  },
  previewMap: {
    flex: 1,
  },
});
Reasons:
  • RegEx Blacklisted phrase (3): Did you find a fix
  • RegEx Blacklisted phrase (1.5): fix for this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am seeing the same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find a fix for this
  • Low reputation (1):
Posted by: John C

79742219

Date: 2025-08-21 11:37:08
Score: 4.5
Natty:
Report link

No se ha dicho pero una posible solución podría ser añadir en el __init__.py de la carpeta donde están los módulos (por ejemplo si es la carpeta objects que está dentro del proyecto project) lo siguiente:

# project/objects/__init__.py

import importlib

homePageLib = importlib.import_module(
    "project.objects.homePageLib"
)
calendarLib = importlib.import_module(
    "project.objects.calendarLib"
)

Después en cada módulo homePageLib y calendarLib hacer el import de la siguiente manera:

from project.objects import homePageLib

o

from project.objects import calendarLib

y para usarlo dentro:

return calendarLib.CalendarPage()

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (3): solución
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Juanjo

79742198

Date: 2025-08-21 11:16:03
Score: 4
Natty:
Report link

try looking at NativeWind as well

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Joshua Quarcoo

79742191

Date: 2025-08-21 11:09:01
Score: 1
Natty:
Report link

I have a quick solution to this. Update this line with a default parameter EmptyTuple:

inline def makeString[T <: Tuple](x: T = EmptyTuple): String = arg2String(x).mkString(",")

Here it is in scastie:

https://scastie.scala-lang.org/l02ZtukYQ0mPf2Bhx57xCQ

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ignacio Gallego Sagastume

79742190

Date: 2025-08-21 11:08:01
Score: 0.5
Natty:
Report link

For now this is my conclusion on how to access the required value from withing the MinecraftServer.class

    @Override
    @Nullable
    public ReloadableServerResources codec$getResources() {
        try {
            Field resources = MinecraftServer.class.getDeclaredField("resources");
            resources.setAccessible(true);
            Method managers = resources.getType().getDeclaredMethod("managers");
            managers.setAccessible(true);
            Object reloadableResources = resources.get(this);
            return (ReloadableServerResources) managers.invoke(reloadableResources);
        } catch (Exception e) {
            return null;
        }
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Résu

79742182

Date: 2025-08-21 10:55:59
Score: 0.5
Natty:
Report link
    public class UITestAttribute : TestAttribute
    {
        public new void ApplyToTest(Test test)
        {
            base.ApplyToTest(test);
            new RequiresThreadAttribute(ApartmentState.STA).ApplyToTest(test);
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user487779

79742169

Date: 2025-08-21 10:48:57
Score: 2
Natty:
Report link

I ran into the same error for the Shadcn chart and sidebarbutton components. When the error shows, Next.js would display the offending component and line of code. I went in and added id tags to where I call said components to resolve the hydration server-client mismatch.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: rkuang25

79742163

Date: 2025-08-21 10:40:55
Score: 3
Natty:
Report link

.net Entity Framework 6 + Just add the following to the Scaffold code

-Nopluralize

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mustafa Onur Özkan

79742161

Date: 2025-08-21 10:36:55
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sandip das sani das

79742160

Date: 2025-08-21 10:35:54
Score: 2.5
Natty:
Report link

I solved this problem by placeing the displays (in parametrs -> system -> displays) in straight row.
From enter image description here to enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Green Map

79742153

Date: 2025-08-21 10:27:52
Score: 0.5
Natty:
Report link

Unfortunately, no, there’s no safe way to fully hide an OpenAI API key in a frontend-only React app. Any key you put in the client code or request headers can be seen in the browser or network tab, so it’s always exposed.

The standard solutions are:
1.Use a backend (Node.js, serverless functions, Firebase Cloud Functions, etc.) to proxy requests. Your React app calls your backend, which adds the API key and forwards the request. This keeps the key secret.
2.Use OpenAI’s client-side tools with ephemeral keys if available (like some limited use cases in OpenAI’s examples), but these are temporary and still limited.

Without a backend, there’s no fully secure way anyone could copy the key and make API calls themselves. For production apps, a backend or serverless proxy is mandatory.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Roshan

79742147

Date: 2025-08-21 10:23:51
Score: 0.5
Natty:
Report link

Title: Standardizing showDatePicker date format to dd/MM/yyyy in Flutter

Question / Issue:
Users can manually type dates in mm/dd/yyyy format while most of the app expects dd/MM/yyyy. This causes parsing errors and inconsistent date formats across the app.

I want to standardize the showDatePicker so that either:

  1. The picker respects dd/MM/yyyy based on locale.

  2. Manual input parsing is handled safely in dd/MM/yyyy.

Reference: https://github.com/flutter/flutter/issues/62401

Solution 1: Using Flutter Localization

You can force the picker to follow a locale that uses dd/MM/yyyy (UK or India):

// In pubspec.yaml
flutter_localizations:
  sdk: flutter

// MaterialApp setup
MaterialApp(
  title: 'APP NAME',
  localizationsDelegates: const [
    GlobalMaterialLocalizations.delegate,
    GlobalWidgetsLocalizations.delegate,
    GlobalCupertinoLocalizations.delegate,
  ],
  supportedLocales: const [
    Locale('en', 'GB'), // UK English = dd/MM/yyyy
    Locale('ar', 'AE'), // Arabic, UAE
    Locale('en', 'IN'), // Indian English = dd/MM/yyyy
  ],
  home: MyHomePage(title: 'Flutter Demo Home Page'),
);

// DatePicker usage
await showDatePicker(
  locale: const Locale('en', 'GB'), // or Locale('en', 'IN')
  context: context,
  fieldHintText: 'dd/MM/yyyy',
  initialDate: selectedDate,
  firstDate: DateTime(1970, 8),
  lastDate: DateTime(2101),
);

✅ Pros: Works with stock showDatePicker.
⚠️ Cons: Requires adding flutter_localizations to pubspec.

Solution 2: Using a Custom CalendarDelegate

You can extend GregorianCalendarDelegate and override parseCompactDate to handle manual input safely:

class CustomCalendarGregorianCalendarDelegate extends GregorianCalendarDelegate {
  const CustomCalendarGregorianCalendarDelegate();

  @override
  DateTime? parseCompactDate(String? inputString, MaterialLocalizations localizations) {
    if (inputString == null || inputString.isEmpty) return null;

    try {
      // First, try dd/MM/yyyy
      return DateFormat('dd/MM/yyyy').parseStrict(inputString);
    } catch (_) {
      try {
        // Fallback: MM/dd/yyyy
        return DateFormat('MM/dd/yyyy').parseStrict(inputString);
      } catch (_) {
        return null;
      }
    }
  }
}

Usage:

await showDatePicker(
  context: context,
  fieldHintText: 'dd/MM/yyyy',
  initialDate: selectedDate,
  firstDate: DateTime(1970, 8),
  lastDate: DateTime(2101),
  calendarDelegate: CustomCalendarGregorianCalendarDelegate(),
);

✅ Pros: Full control over manual input parsing, no extra pubspec assets required.
⚠️ Cons: Requires using a picker/widget that supports custom CalendarDelegate.

Recommendation:

  1. Use Flutter localization for a quick standard solution.

  2. Use CustomCalendarGregorianCalendarDelegate for strict manual input handling or if flutter_localizations cannot be added.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohamed Ashiq

79742131

Date: 2025-08-21 10:06:48
Score: 2.5
Natty:
Report link

Unfortunately, Android Studio doesn't have an option/setting to disable this. It assumes that once you refactor a file, you want to take a look at the result and thus opens it in the editor.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Edwin Martens

79742126

Date: 2025-08-21 10:03:47
Score: 3
Natty:
Report link

LOVE is the answer:

12=L (#'s in Alphabet)

15=O

22=V

05=E

Evolve, elovate, and omg! Volvo Volvo, okay quit showing off Mom and Dad!!!:)

Kathy, he he he:)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31321331

79742116

Date: 2025-08-21 09:54:44
Score: 0.5
Natty:
Report link

Go to android/app/build.gradle and change the versions with below codes.

compileOptions {
    sourceCompatibility = JavaVersion.VERSION_17
    targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_17
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ebuzer SARIYERLİOĞLU

79742114

Date: 2025-08-21 09:51:44
Score: 0.5
Natty:
Report link

Eclipse doesn’t provide a direct global setting to always use Java Compare for Java files, but you can set it per file type:

  1. Go to Window → Preferences → General → Editors → File Associations.

  2. Find .java in the file types list.

  3. In the Associated editors section, select Java Compare and click Default.

After this, whenever you open a Java file for comparison, Eclipse should prefer the Java Compare editor instead of the generic text compare.
If Git still opens the standard compare, a workaround is to right-click the file → Compare With → HEAD, then manually select Java Compare the first time; Eclipse usually remembers it for future comparisons.
Eclipse doesn’t have a built-in preference to force Git staging view to always use Java Compare globally.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Roshan

79742104

Date: 2025-08-21 09:45:42
Score: 1
Natty:
Report link

You can’t really hide your API key in a React app because anything in the frontend is visible to the user (including the key in the network tab). So, calling OpenAI directly from the frontend will always expose it.

To keep your key safe, the best option is to use a backend (like Node.js/Express or Python) to make the request for you. That way, the API key stays hidden from the user.

If you don’t want to deal with a full backend, you could try using serverless functions (like Vercel or Netlify), which essentially act as tiny backends to handle the API call securely.

In short, you need some kind of backend to protect the key — no way around that for security reasons.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: alleJKomal

79742098

Date: 2025-08-21 09:41:41
Score: 1
Natty:
Report link

One new algorithm that you might not be aware of is Gloria. It is not neural network based as your current approach, but is state-of-the-art in a sense that it significantly improves on the well-known Prophet.

Online traning is not yet available (i.e. updating existing models based on the latest new data point), but including a warm-start is on our roadmap for the upcoming minor release (see issue #57), which should speed up re-training your models with new data significantly.

As Gloria outputs lower and upper confidence intervals simple distance-based anomaly detection is very straight forward. Based on the data-type you are using, you have a number of different distribution models available (non-negative models, models with upper bounds, count data,...). These will give you very reliable bounds for precise anomaly detection. With a little bit of extra work, you will even be able to assign a p-value like probability to your data points of being an anomaly.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Benjamin Kambs

79742087

Date: 2025-08-21 09:25:38
Score: 1
Natty:
Report link
import torch.multiprocessing as mp
import torch

def foo(worker,tl):
    tl[worker] += (worker+1) * 1000

if __name__ == '__main__':
    mp.set_start_method('spawn')
    tl = [torch.randn(2,), torch.randn(3,)]

    # for t in tl:
    #     t.share_memory_()

    print("before mp: tl=")
    print(tl)

    p0 = mp.Process(target=foo, args=(0, tl))
    p1 = mp.Process(target=foo, args=(1, tl))
    p0.start()
    p1.start()
    p0.join()
    p1.join()

    print("after mp: tl=")
    print(tl)

# The running result:
# before mp: tl=
# [tensor([1.7138, 0.0069]), tensor([-0.6838,  2.7146,  0.2787])]
# after mp: tl=
# [tensor([1001.7137, 1000.0069]), tensor([1999.3162, 2002.7146, 2000.2787])

I have another question. As long as mp.set_start_method('spawn') is used, envn if I comment t.share_memory_,the tl is still modified.

Reasons:
  • Blacklisted phrase (1): another question
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: damon tang

79742086

Date: 2025-08-21 09:25:38
Score: 2.5
Natty:
Report link
suppressScrollOnNewData={true}
getRowId={getRowId} 
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: James Chen

79742084

Date: 2025-08-21 09:23:37
Score: 2
Natty:
Report link

It looks like hyperlinks in the terminal are broken again in WebStorm 2025 (at least if the path to the file is relative). For those looking for a solution, there is a plugin https://plugins.jetbrains.com/plugin/7677-awesome-console that fixes the problem

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Igor Motovilov

79742070

Date: 2025-08-21 09:11:34
Score: 2
Natty:
Report link

May be this variant with grouping will do the thing?

df = df.assign(grp=df[0].str.contains(r"\++").cumsum())
res = df.groupby("grp").apply(lambda x: x.iloc[-3,2] 
                              if "truck"  in x[1].values
                              else None,
                              include_groups=False).dropna()
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: strawdog

79742069

Date: 2025-08-21 09:06:33
Score: 6
Natty: 8
Report link

Can anyone have clear idea, about this issue and find any solution. kindly share your experience.

AbandonedConnectionTimeout set to 15 mins InactivityTimeout set to 30 mins,: is this work?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can anyone have
  • Low reputation (1):
Posted by: yogi yogaraj

79742060

Date: 2025-08-21 08:53:30
Score: 0.5
Natty:
Report link

When I do something like this I usually just use the date command. Perhaps if I run a command that takes a while and I want to see about how long it ran I run something like...

(date && COMMAND && date) > output.txt

Then when I look in the output file, it will show the date before the command starts, and after the command finishes. In Perl the code would look something like this...

$ perl -e '$cmd=q(date && echo "sleeping 3 seconds" && sleep 3 && date); print for(`$cmd`);'

Thu Aug 21 02:54:45 AM CDT 2025
sleeping 3 seconds
Thu Aug 21 02:54:48 AM CDT 2025

So if you wanted to print out the time in a logfile you could do something like this...

#!/usr/bin/perl -w

open(my $fh, ">", "logfile.txt");
my ($dateCommand, $sleepCommand, $date, $sleep);
$dateCommand = "date";
$sleepCommand = "sleep 3";

chomp($date =`$dateCommand`);
print $fh "LOG: Stuff happened at time: $date\n";

chomp($date = `$dateCommand && echo "sleeping for 3 seconds" && $sleepCommand && $dateCommand`);
print $fh "LOG: Following line is command output surrounded by date\n\n$date\n";

if(1){ #this is how you can put the date in error messages
  chomp($date = `$dateCommand`);
  die("ERROR: something happened at time: $date\n");
}

Output looks like this

$ perl date.in.logfile.pl

ERROR: something happened at time: Thu Aug 21 02:55:54 AM CDT 2025

Compilation exited abnormally with code 255 at Thu Aug 21 02:55:54


$ more logfile.txt 

LOG: Stuff happened at time: Thu Aug 21 02:55:51 AM CDT 2025
LOG: Following line is command output surrounded by date

Thu Aug 21 02:55:51 AM CDT 2025
sleeping for 3 seconds
Thu Aug 21 02:55:54 AM CDT 2025

If you only wanted a specific time field instead of the entire date, you could run the date command and separate it with a regular expression like so...

#!/usr/bin/perl -w

$cmd="date";
$date=`$cmd`;
$date=~/(\w+) (\w+) (\d+) ([\d:]+) (\w+) (\w+) (\d+)/;

my ($dayOfWeek, $month, $day, $time, $meridiem, $timeZone, $year) = 
    ($1, $2, $3, $4, $5, $6, $7);

#used printf to align columns to -11 and -8
printf("%-11s : %-8s\n", "Day of week", $dayOfWeek);
printf("%-11s : %-8s\n", "Month", $month);
printf("%-11s : %-8s\n", "Day", $day);
printf("%-11s : %-8s\n", "Time", $time);
printf("%-11s : %-8s\n", "Meridiem",$meridiem );
printf("%-11s : %-8s\n", "Timezone", $timeZone);
printf("%-11s : %-8s\n", "Year", $year);

Output looks like this...

$ perl date.pl

Day of week : Thu     
Month       : Aug     
Day         : 21      
Time        : 03:25:05
Meridiem    : AM      
Timezone    : CDT     
Year        : 2025    
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: user3408541

79742057

Date: 2025-08-21 08:50:29
Score: 3
Natty:
Report link

ARG USER
ARG GROUP
RUN useradd "$USER"
USER "$USER":"$GROUP"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: saven41

79742053

Date: 2025-08-21 08:45:27
Score: 1
Natty:
Report link

I found the explanation myself. It seems the error was triggered not by comments but by file size.

I ended up refactoring the ApexCharts options in a separate file, and that got rid of the error.

So it seems that web-pack has some issues with big configuration files (not sure exactly what), but clearly by reducing the file size it solved the issue.

Does not care about comments directly, but most likely, the comments are getting stripped at compilation so that affects the resulting file size, thus it's was an indirect effect when I played around with comments in my question above.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RobbyKrlos

79742049

Date: 2025-08-21 08:43:27
Score: 3.5
Natty:
Report link

This question is duplicate of Expo unable to resolve module expo-router

Try answer added to this question.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Garud Pragati