79815574

Date: 2025-11-10 12:21:17
Score: 11 đźš©
Natty: 6.5
Report link

were you able to find a way????

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1): were you able to find a
  • RegEx Blacklisted phrase (3): were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: shayan rezayi

79815571

Date: 2025-11-10 12:19:16
Score: 4
Natty: 5
Report link

This is it, only disable the hint I don't want! thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Mendes

79815557

Date: 2025-11-10 12:04:12
Score: 1.5
Natty:
Report link

You may find that MongoDB Search (via Atlas, Community, and Enterprise) can help with regex queries. Here's an article that details the various techniques and best practices: MongoDB Text Search: Substring Pattern Matching Including Regex and Wildcard, Use Search Instead (Part 3)

One idea could be to use index-time analysis to index the date patterns of interest and then be able to find those quickly (match all docs that contain such a value).

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

79815553

Date: 2025-11-10 11:54:10
Score: 1
Natty:
Report link

try maxHeight, it worked for me. both in style and itemStyle

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

79815550

Date: 2025-11-10 11:52:09
Score: 0.5
Natty:
Report link

The correct answer is to use [nzDropdownMatchSelectWidth] as per the documentation. Check it out here:

https://ng.ant.design/components/select/en

My code now looks like this:

        <nz-form-item>
          <nz-form-label [nzSpan]="6">{{ 'common.client' | translate }}</nz-form-label>
          <nz-form-control [nzSpan]="18">
            <nz-select formControlName="clientId" nzPlaceHolder="{{ 'common.show-everything' | translate }}" nzShowSearch nzAllowClear [nzDropdownMatchSelectWidth]="false">
              @for(client of this.entityListsService.clients(); track client.value ) {
                <nz-option [nzValue]="client.value" [nzLabel]="client.text ?? ''"></nz-option>
              }
            </nz-select>
          </nz-form-control>
        </nz-form-item>

This changes my dropdown from this (dependent on the title attribute you see to the right):

enter image description here

To this (width is now changed to whatever the widest option is):

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Jon Koeter

79815548

Date: 2025-11-10 11:51:09
Score: 4
Natty:
Report link

Here's an answer from the same problem (although it's 10 years ago).

https://stackoverflow.com/a/28069141/3585500

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: ourmandave

79815545

Date: 2025-11-10 11:45:07
Score: 1.5
Natty:
Report link

Instead of downgrading Scipy, I did a find/replace in called .py files and changed the line:

from scipy import interp

to:

from numpy import interp

It seems that everything is working now, but with every version upgrade of libraries calling scipy.interp, additional edits will be necessary.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Miha KoÄŤevar

79815541

Date: 2025-11-10 11:42:06
Score: 3
Natty:
Report link

If your environment (.env) isn’t loading, check the file path, ensure it’s in the project root, and restart your server.

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

79815535

Date: 2025-11-10 11:28:03
Score: 2.5
Natty:
Report link

@Posix, one thing you probably would like to avoid in any case, is the increase assignment operator (+=) for building strings as it is ineffective.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @Posix
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: iRon

79815531

Date: 2025-11-10 11:25:02
Score: 3.5
Natty:
Report link

I found the answer by updating the ttkbootstrap version.

pip install -U ttkbootstrap

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Terry Wright

79815529

Date: 2025-11-10 11:24:01
Score: 3
Natty:
Report link

I accept it is not possible as there is no way to get a reference to the unconstrained generic class.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Richard Shuck

79815528

Date: 2025-11-10 11:24:01
Score: 1.5
Natty:
Report link

@sirtao, good question, you might formally post that one. I did some quick testing from a scalar, type casting, performance view and from a first sight, it looks like there isn't a practical difference but maybe someone might come up with one considering PowerShell has some specific quirks...

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @sirtao
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: iRon

79815526

Date: 2025-11-10 11:23:01
Score: 2
Natty:
Report link

i tried a sample .riv file it's look good to me. it's working for me. can you check with your animation?

here is my code and animation.

animation link: https://rive.app/community/files/24532-45875-posture-animation/

import SwiftUI
import RiveRuntime

struct ContentView: View {
    // Initialize the Rive view model with the file name and optionally the artboard
    @StateObject var riveModel = RiveViewModel(fileName: "1animation", artboardName: "soldier selection")

    var body: some View {
        // Display the animation
        riveModel.view()
            .frame(width: 300, height: 300)
    }
}

#Preview {
    ContentView()
}

enter image description here

i seen some difference in your animation can you please check with you animation.

Reasons:
  • RegEx Blacklisted phrase (1): i seen some difference in your animation can you please
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Jatin

79815521

Date: 2025-11-10 11:15:59
Score: 3.5
Natty:
Report link

The comment suggested by @TasoP - was on the right track i.e. windows anti virus is getting in the way. Btw- tried anti virus exclusion on folder but did not work.
My solution was to move (or clone etc.,) my code repo into WSL linux directory itself, instead of mounting it as windows folder.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @TasoP
  • Low reputation (0.5):
Posted by: semaphore

79815520

Date: 2025-11-10 11:14:59
Score: 0.5
Natty:
Report link

Late answer (seven years after the initial question), but I think it can be useful.

The rationale for changing the name from convert to magick was, I think, that Microsoft Windows already provides a "convert" command. The Windows convert command is used for converting a file system type (e.g. FAT) into another (e.g. NTFS).

Of course, one wants to avoid the confusion. Before that, one was probably reduced to specify the full path of the imagemagick command on Windows systems, or to run the command in a console prompt with a special path for imagemagick.

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

79815519

Date: 2025-11-10 11:13:59
Score: 1.5
Natty:
Report link

The js-undefined is not under my control.
Therefore the question is on How to handle it best.

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

79815496

Date: 2025-11-10 10:51:53
Score: 1
Natty:
Report link

The script kas-container is essentially a wrapper that runs kas inside a container on your local machine. This is useful if you want to reproduce the build on different hosts. It provides isolation, a deterministic build environment, and prevents contamination of the host system. At the end of the day, it runs kas just like you would on your host.

On the other hand, kas runs directly on your machine. In this case, you need to ensure that all required tools and configurations are installed correctly, and there is a risk of affecting your host system if something goes wrong.

It might seem that kas-container is always the better option, but that is not necessarily true. For example, in a CI/CD environment where the runner itself is already inside a container (like Docker), using kas-container introduces the “Docker-in-Docker” problem. In such cases, it is better to use plain kas.

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

79815494

Date: 2025-11-10 10:51:53
Score: 2
Natty:
Report link

still not working showing this error

 ---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/tmp/ipython-input-3913369503.py in <cell line: 0>()
      3 # Retrieved 2025-11-10, License - CC BY-SA 4.0
      4 
----> 5 from paddleocr import PaddleOCR, draw_ocr
      6 from PIL import Image
      7 from IPython import display

ImportError: cannot import name 'draw_ocr' from 'paddleocr' (/usr/local/lib/python3.12/dist-packages/paddleocr/__init__.py)

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Open Examples
Reasons:
  • Blacklisted phrase (2): still not working
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pragyan lamba

79815490

Date: 2025-11-10 10:47:52
Score: 1
Natty:
Report link
$serverCookiePaths = @(
    "$env:APPDATA\RabbitMQ\.erlang.cookie",
    "$env:WINDIR\system32\config\systemprofile\AppData\Roaming\RabbitMQ\.erlang.cookie"
)

$userCookiePath = "$env:USERPROFILE\.erlang.cookie"

foreach ($path in $serverCookiePaths) {
    if (Test-Path $path) {
        Copy-Item $path $userCookiePath -Force
        Write-Host "content of these files .erlang.cookie synchronized."
        break
    }
}
rabbitmq-service.bat stop
rabbitmq-service.bat start
rabbitmqctl.bat status
rabbitmq-plugins.bat enable rabbitmq_management
Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nguyen

79815486

Date: 2025-11-10 10:41:51
Score: 3.5
Natty:
Report link

What is a "syslog" in Windows context?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What is a
  • High reputation (-2):
Posted by: siggemannen

79815484

Date: 2025-11-10 10:36:50
Score: 1
Natty:
Report link

To achieve persistent anchoring of 3D models in Vuforia after the image target is recognised, you need to transition from image-based tracking to world-based tracking. The key is to use Vuforia's Anchor system. When your image target is first detected, you can create a new `AnchorBehaviour` at the target's position in the world.

This anchor becomes a fixed point in the real world, calculated by Vuforia's internal understanding of the environment. Your 3D models should then be made children of this anchor object. Once this parent-child relationship is established, the models will remain fixed in the virtual world space, independent of the original image target's visibility. The models will now stay in place as the user moves the device, allowing for free exploration of the environment around the anchored content. This approach effectively decouples the models from the image tracker, using the device's spatial awareness to maintain their position.

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

79815480

Date: 2025-11-10 10:32:49
Score: 1
Natty:
Report link

I know the interface doesn't make it clear but "General Advice/Other" is for questions that seek opinionated advice, not for factual questions like yours. You should probably delete this post and post it with the correct question type as changing the type is currently not supported.

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

79815479

Date: 2025-11-10 10:32:49
Score: 5
Natty:
Report link

Maybe this is helpful: How to plot normal vectors in each point of the curve with a given length?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: julaine

79815474

Date: 2025-11-10 10:23:46
Score: 3
Natty:
Report link
sequelize.literal(`'black' = ANY("tag")`)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Volstep Serediuk

79815473

Date: 2025-11-10 10:23:46
Score: 0.5
Natty:
Report link

Wat worked for me was uninstalling Spyder, and then re-installing via the cmd in the Official Anaconda docs

conda install anaconda::spyder

It now works like a charm

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Wat
  • Low reputation (0.5):
Posted by: SimPHP

79815469

Date: 2025-11-10 10:19:45
Score: 1
Natty:
Report link
def fibonacci_cache(n, cache = {0 : 0, 1 : 1}):
    if n in cache:
        return cache[n]
    else:
        cache[n] = fibonacci_cache(n - 1, cache) + fibonacci_cache(n - 2, cache)
    return cache[n]

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

79815458

Date: 2025-11-10 10:08:43
Score: 1.5
Natty:
Report link

I think you might want to repost this as a normal question, not an open-ended discussion. UI of stackoverflow is confusing right now, you have to select "debugging" as a question type when submitting a question, otherwise it is this weird new type of question.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: julaine

79815436

Date: 2025-11-10 09:59:40
Score: 0.5
Natty:
Report link

Fix for YouTube iframe “Error 153” — Missing Referer Header

If you’re encountering Error 153 when trying to load a YouTube iframe or embedded player, it’s because YouTube now requires a valid Referer header to identify the embedding client.

According to YouTube’s updated policy, you must include a Referer parameter when making requests to the embedded player.

See the official documentation here:

đź”— YouTube Embedded Player API Client Identity

To fix this, you can explicitly set the Referer header in your request, like so:

..loadRequest(
  Uri.parse("https://www.youtube.com/embed/videoID"),
  headers: {
    // 🔑 These two lines allow YouTube's referer verification to pass
    "Referer": "strict-origin-when-cross-origin",
    // "Origin": "https://www.youtube-nocookie.com",
  },
)
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ömer bulut

79815435

Date: 2025-11-10 09:59:40
Score: 1
Natty:
Report link

I would highly recommend if you’re using the ElevenLabs Agent SDK, try combining it with Twilio’s Stream API and a lightweight VAD module (e.g. py-webrtcvad or DeepFilterNet). This allows you to preprocess the incoming audio stream, detect actual user intent, and prevent the Agent from falsely triggering when background noise or other voices are detected. Another option is to use ElevenLabs’ “continuous listening mode” (if available) with a minimum interruption threshold set to a higher level — this ensures the Agent doesn’t stop mid-sentence unless it’s confident that the user is actually responding.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr. Dino

79815431

Date: 2025-11-10 09:58:40
Score: 1.5
Natty:
Report link

When using a ref, don't forget to add the style property and the unit. (px, %, em). it should look like this :

refToMove.current.style.transform = `translateY(${-x}px)`;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Sha

79815426

Date: 2025-11-10 09:54:38
Score: 1.5
Natty:
Report link

is there any practical difference in using $Collection -notcontains $Item instead of $Item -notin $Collection?
(and relative positive variants, of course)

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is there any
  • High reputation (-1):
Posted by: sirtao

79815423

Date: 2025-11-10 09:54:38
Score: 2
Natty:
Report link

See: Comparing two arrays & get the values which are not common

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

79815388

Date: 2025-11-10 09:13:27
Score: 1.5
Natty:
Report link

Since you need the sitemap, I guess SEO matters to you. So, in this case, I think the SPA is not a good solution. If you don't want to the server side, you can try the SSG(static site generation) solution such as Next.js, Gatsby, and Remix. Since you are using the react-router-dom, Remix may be easier for you. Most of the React SSG solutions can automatically generate a sitemap during the build process.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hao-Jung Hsieh

79815387

Date: 2025-11-10 09:11:27
Score: 2
Natty:
Report link

The issue is caused b/c bull automatically attempt to handle you job multiple times and sometimes it might exceed the limit

FIX: update your code like this

const connection = new IORedis({maxRetriesPerRequest:null})

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

79815385

Date: 2025-11-10 09:10:26
Score: 1
Natty:
Report link

As per the official Pylint extension (version 2025.2) for VS Code 1.105, you will need to add an argument to Pylint's Args list. You can do so in the UI preferences or their corresponding JSON setting as in the following examples (where I have other arguments already):

UI settings example

JSON settings example


Likewise to add more modules, append to the same argument:
--generated-members=torch.* cv2.* etc.

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

79815383

Date: 2025-11-10 09:10:26
Score: 1
Natty:
Report link

I have it downloaded for me before you're going to install it you need to install one more tool that is Dynamics 365 SDK

downloaded and I have the ex here downloads all right so here I have Dynamic 365 sdk when I'm trying to install it it might show you some error about the protected mode so go to more info it will show you the information and click run anyway all right click yes so that installation of this package.

start installing the SDK first after that we will navigate to install option of your developer tool kit all right so we got both this files downloaded.

Then click OK to accept the Microsoft software license teams click continue select one folder where you need to extract this application like okay so it will take a few minutes to extract it once it is extracted then you can install it.

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

79815382

Date: 2025-11-10 09:08:26
Score: 3.5
Natty:
Report link

Why not jump to B directly and remove fragment C, then when you remove B it will back to fragment A.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why not
  • Low reputation (1):
Posted by: Dante

79815373

Date: 2025-11-10 08:59:23
Score: 4
Natty: 5
Report link

Use android studio's profiler to profile your app

https://developer.android.com/studio/profile

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

79815363

Date: 2025-11-10 08:46:19
Score: 0.5
Natty:
Report link

If by "does not work here" you mean Stackoverflow's snippets, then that is due to the restrictions SO has on cross origin and frame based actions. If the code works, it will be runnable from your own server.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: mplungjan

79815344

Date: 2025-11-10 08:30:15
Score: 5.5
Natty:
Report link

@Rani: Oh, how stupid of me! I'm more of a beginner, but this shouldn't have happened, to init lastcontrol every time. I only focused the IF/ELSE, not the event itself.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Rani
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: MaSta

79815343

Date: 2025-11-10 08:30:15
Score: 1.5
Natty:
Report link

During my everyday work with Jakarta Server Faces I test as much as possible just below the UI (Subcutaneous Test) - meaning without Arqillian Graphene/Drone/Selenium - by simply calling the backing bean's method in a usual Arquillian Integration Test.

In this case the scope doesn't matter for the test. Hence simply override it via @Specializes or @Alternative. I rather recommend the latter one because a specialized bean's parent needs to be part of the Arquillian @Deployment, leading to unnessecary more code.

Via this way you use official Jakarta and Arquillian Framework tooling.

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

79815341

Date: 2025-11-10 08:28:14
Score: 5.5
Natty:
Report link

@David: it's a toggle switch, a binary button. IF runs if the button is true and ELSE runs if the button is false again. But since this handles the same button, I need the last used control's name in both, IF and ELSE.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @David
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: MaSta

79815338

Date: 2025-11-10 08:27:13
Score: 0.5
Natty:
Report link

You can use the command : omz update

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Michaël COLL

79815337

Date: 2025-11-10 08:27:13
Score: 2.5
Natty:
Report link
  1. Open apps/accounts/apps.py (similar for your other apps like ads).

  2. You need to update the name attribute in the AccountsConfig class to match the full dotted path:

  3. from django.apps import AppConfig
    
    class AccountsConfig(AppConfig):
        default_auto_field = 'django.db.models.BigAutoField'
        name = 'apps.accounts'  # Change here
    
  4. Do the same for apps/ads/apps.py:

    from django.apps import AppConfig
    
    class AdsConfig(AppConfig):
        default_auto_field = 'django.db.models.BigAutoField'
        name = 'apps.ads'  # Change here
    
  5. After making these changes, run python manage.py makemigrations again.

It should work, if not then please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sajjan Nehal

79815334

Date: 2025-11-10 08:25:13
Score: 2.5
Natty:
Report link

WinForms.

I suppose, for the others the code would look different. I couldn't find a decent example on the internet yet. I'm wondering how VS is going to interpret enum code as a combobox.

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

79815329

Date: 2025-11-10 08:20:11
Score: 6
Natty: 7
Report link

I am trying to register my app through SoundCloud for developers and got redirected to a google form. Is it safe ?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Orbicly

79815326

Date: 2025-11-10 08:13:09
Score: 1
Natty:
Report link
$query
    ->groupBy('c.id')
    ->having('COUNT(DISTINCT f.feature_id) = :featuresCount')
    ->andHaving('SUM(CASE WHEN f.feature_id IN (:features) THEN 1 ELSE 0 END) = :featuresCount')
    ->setParameter('featuresCount', count($features), ParameterType::INTEGER);
;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anton Totsky

79815323

Date: 2025-11-10 08:01:06
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: Ashwani Jatav

79815322

Date: 2025-11-10 08:01:06
Score: 2
Natty:
Report link

If you want precise cutting without re-encoding, try using -ss and -to with -c copy like this: ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4. For a step-by-step guide and other FFmpeg tricks, check out my site: vedoapk.com

.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dayanamic Air Care

79815321

Date: 2025-11-10 07:58:05
Score: 1
Natty:
Report link

i've not worked on or seen datastage, but would it be possible to reverse engineer the transformations by comparing the source & result? pyspark does not have any such built-in methods afaik.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: samkart

79815314

Date: 2025-11-10 07:51:03
Score: 0.5
Natty:
Report link

I try this one on the testcaferc.cjs, then it does not show the message "Look for and connect to any device on your local network" anymore

 disableNativeAutomation: true,
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chung Than

79815310

Date: 2025-11-10 07:45:01
Score: 3.5
Natty:
Report link

I previously created a tool to enable the use of .ani files on the web. It's extremely easy to use and basically achieves an effect similar to using .ani files locally in web environments. Although there might be bugs or limitations caused by the rendering strategies of some browsers, you can give it a try: https://github.com/qingzhengQB/ani-cursor.js

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

79815309

Date: 2025-11-10 07:45:01
Score: 1.5
Natty:
Report link

Issue Description

After upgrading our application environment to Oracle WebLogic Server 12.2.1.4.0, we started encountering JSP compilation errors that were not present in the previous WebLogic version. The issue occurs during JSP compilation or at runtime when the server attempts to load a JSP page.

Error Details

weblogic.servlet.jsp.CompilationException: Failed to compile JSP /xyz.jsp
[jspService() method exceeds 65535 bytes limit]

Environment Details:

Problem Summary

Post-upgrade, the JSP compiler is throwing a jspService() method size limit error. The same JSPs compiled successfully on the previous WebLogic version. This issue typically occurs when the generated servlet code for a JSP exceeds the Java method size limit (64 KB). It may also be influenced by differences in JSP compilation behavior between WebLogic’s built-in JSP compiler and the Eclipse JDT compiler introduced in newer versions.

Actions Taken / Observations

Request for Assistance

Has anyone encountered a similar issue after upgrading to WebLogic 12.2.1.4.0?

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

79815308

Date: 2025-11-10 07:43:01
Score: 1.5
Natty:
Report link

After trying to fix this for two nights, I tried checking the service accounts of the project through Firebase's Users and Permissions section.

It took me to a different Cloud Project. It seems the cloud project I was given access to by the owner of the projects wasn't the one being used by the Firebase project..

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

79815306

Date: 2025-11-10 07:39:00
Score: 1
Natty:
Report link

create a new field one to record the date and time so date and time changed.
up to the user field so we can see who changed it now a tip for you here is when you do a lookup field put ID on the end so that when developers uh can see the field they'll know that the ID basically means this is a lookup and in code terms this is an entity reference which usually means it has the guid and the entity name entity type and so putting ID means it just is kind of lets you know that that is a a lookup field that's good practice so we've got those so the custom fields and put it there so we're going to save and publish so they now should be on the account form so what's going to happen when we're going to create a workflow that's going to be triggered when the primary contract primary contact is assigned or set a value not not assigned when the primary contact is has a value set to it we're going to record the time this happened and the user who did it so you go to.

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

79815303

Date: 2025-11-10 07:36:59
Score: 3.5
Natty:
Report link

Pyxl was the main culprit slowing down the process alot , replacing it with fastexcel was very effective, ditching pandas was absolutely worth it .

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NOOB DEV

79815295

Date: 2025-11-10 07:27:57
Score: 1
Natty:
Report link

I'm late to the game. I recently came across this issue where my Laravel app, when it was initially built, used increments() method. However, Laravel is now using the id() method.

None of the answers provided here pointed out the main difference between the two.

increments() uses INTEGER column type and id() uses BIGINT column type in database . INTEGER and BIGINT are different in terms of how much they can store but the other key thing is when you create other tables and foreign keys to id columns, column types have to match.

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

79815294

Date: 2025-11-10 07:26:56
Score: 3.5
Natty:
Report link

The idea is to have a text only interface. I'm using ncurses to display info, etc.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: TungstenX

79815290

Date: 2025-11-10 07:18:54
Score: 3.5
Natty:
Report link

Thanks a lot dean and Ollie, I am able to achieve 3-4 secs for 700k records. wouldn't be able to do it without your guidance. I will work on optimising it more. Thanks, a tonne once again

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NOOB DEV

79815286

Date: 2025-11-10 07:13:53
Score: 3.5
Natty:
Report link

I just did some more debugging and apparently making a FileWriter wiped the text file. I took it away and now my code works.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Corrupted_RainbowGuy

79815285

Date: 2025-11-10 07:08:51
Score: 2.5
Natty:
Report link

The issue for me waas png format , It had a transparent layer ,
I converted simply to jpg format and it was sent to reviews

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

79815281

Date: 2025-11-10 07:02:49
Score: 5.5
Natty:
Report link

Just to let others know if they are facing the same issue. You can try in Kaggle if you face this issue in colab.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Evan Shareef

79815280

Date: 2025-11-10 06:54:47
Score: 2
Natty:
Report link

Generally, You can find different version of WIX in it's official Github Page from link below:
Prerequisites

  1. Install WiX Toolset

  2. Your WPF Project should be built and ready

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

79815279

Date: 2025-11-10 06:50:47
Score: 1.5
Natty:
Report link

What @deceze said is a good approach. Instead of updating the counter value every 10 seconds, just store the startDateTime somewhere (e.g., in .env or config.json). Then use this snippet:

<script>
const startDateTime = new Date('2025-11-10T00:00:00Z'); // example start time
const now = new Date();
const diffInSeconds = Math.floor((now - startDateTime) / 1000);
const counterValue = Math.floor(diffInSeconds / 10);
console.log(counterValue);
</script>
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @deceze
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Jasjeet Singh

79815278

Date: 2025-11-10 06:49:46
Score: 1.5
Natty:
Report link

I ran into this exact issue with webscraper.io — the "next button" pagination is a pain when you have hundreds of pages.

I ended up switching to BrowserAct because it handles this automatically with natural language prompts. You basically tell it "loop through all pages by clicking next" and it does it without needing to manually map each page.

Here's a working example using their Reddit Scraper template — it automatically loops through Reddit posts (which use infinite scroll/next button navigation) and extracts all the data. Same logic works for any pagination.

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

79815273

Date: 2025-11-10 06:41:44
Score: 6.5 đźš©
Natty: 5
Report link

I am also facing the same issue with my report, and I checked all the filters in Google Analytics & Power BI are the same. Still, the total does not match.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prahalad Parihar

79815268

Date: 2025-11-10 06:37:43
Score: 3
Natty:
Report link

Chanyanut​1103701965541​ hiphop​poprock​ hungnaek caeuq daegbied hungnaek de wnggai yungh lai cungj sojyoujci swhbwnj aeu genhciz

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ชัญญานุช สวัสดี

79815263

Date: 2025-11-10 06:35:42
Score: 3
Natty:
Report link

This issue mainly occurs when the mocks used in the test cases are not actually used and need to remove the unnecessary mocks.

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

79815262

Date: 2025-11-10 06:34:42
Score: 9.5
Natty: 8
Report link

@Robin Hossain, have you found a solution to this problem?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found a solution to this problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Robin
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Mustafa Al-safar

79815255

Date: 2025-11-10 06:26:40
Score: 2
Natty:
Report link

On my environment, there is rpds.cpython-310-x86_64-linux-gnu.so in the rpds directory.

It's for Python 3.10. but, my environment was for Python 3.12.

I changed the runtime to 3.10 then it works.

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

79815253

Date: 2025-11-10 06:22:39
Score: 2.5
Natty:
Report link

It works and lets me download if I try on JSFiddle (My browser blocks downloads from iframes)

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

79815246

Date: 2025-11-10 06:15:37
Score: 1.5
Natty:
Report link

Hi I had this exact error a few minutes ago... It all disappeared when i created a virtual environment, activated it, downloaded dbt-core and dbt-postgres adapter, then i ran my dbt command using my activated virtual environment.

Also, check your python version, older versions of dbt seem to have beef with some python versions https://docs.getdbt.com/faqs/Core/install-python-compatibility

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Samson Inakoju

79815245

Date: 2025-11-10 06:15:37
Score: 1.5
Natty:
Report link

just like:

bytes_string = b'3\x00\x02\x05\x15\x13GO\xff\xff\xff\xff\xff\xff\xff\xff'
num_string = bytes_string.hex()
print(num_string)
# 330002051513474
# num = int(num_string)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: uitb

79815240

Date: 2025-11-10 06:10:36
Score: 0.5
Natty:
Report link

here are some good resources focused on Python application development that will be useful.

1. Create GUI Application with Python and Qt6 by Martin Fitzpatrick.

2. Mastering GUI Programming with Python by Alan D. Moore.

3. Learning Python Application Development by Ninad Sathaye.

4. Core Python Application Programming by Wesley J. Chun.

5. Hands-On Enterprise Application Development with Python by Riaz Ahmed

Hope this will help.

Reasons:
  • Whitelisted phrase (-1): Hope this will help
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mamta Bankoti

79815238

Date: 2025-11-10 06:09:36
Score: 3
Natty:
Report link

Try adding these in your Runner.entitlements after <dict>

<key>aps-environment</key>
<string>development</string>

Still doesn't work? Make sure you complete the 3rd step
https://firebase.flutter.dev/docs/messaging/apple-integration/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Adnan Khan

79815236

Date: 2025-11-10 06:08:35
Score: 1
Natty:
Report link

This is what I use:

/* (A Name Here if you want ;3) */
var code = 'Hello, World!';
alert(code);
/* (An optional Ending sentence.) */

If you don't want a name or ending then just make them both /**/.

And if you want to commentanize it, then just remove the second forward slash:

/**/ <-- This one! :3

/**/

So this would be a comment:

/** <-- '/' missing!
alert(1+2);
/**/

You can also replace the last /**/ with //*/ if you want ;\

I like this a lot because it is toggalable by 1 (one) character, and it also look pretty nice imo. Yeah! ;3

Reasons:
  • Blacklisted phrase (1): to comment
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ivanprocookie

79815219

Date: 2025-11-10 05:36:29
Score: 1.5
Natty:
Report link

We are here to provide you best solution regarding your quarry, CloudBik offers you tenant to tenant migration in very easy steps.

Advantage:- user can also migrate by there self, CloudBik solution provide proper guidance to user.

CloudBik is very secure tool

it provide migration in "0" downtime without any data losses.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anchal Gupta

79815217

Date: 2025-11-10 05:32:28
Score: 2.5
Natty:
Report link

Hello and welcome

I’m inviting you to join CS50's Introduction to Computer Science with Python

The exclusive group where great minds come together to learn, share ideas, and grow together. It’s a space for engaging discussions, valuable insights, and real connections with like-minded people. Don’t miss out click the link below to join and introduce yourself once you’re in! https://chat.whatsapp.com/JXWEtGWuHLvKeGrTUSORkP?mode=ems_copy_t

Reasons:
  • Blacklisted phrase (1): the link below
  • No code block (0.5):
  • Low reputation (1):
Posted by: Edxadmin Support

79815216

Date: 2025-11-10 05:31:28
Score: 2.5
Natty:
Report link

Hello and welcome

I’m inviting you to join CS50's Introduction to Computer Science with Python

The exclusive group where great minds come together to learn, share ideas, and grow together. It’s a space for engaging discussions, valuable insights, and real connections with like-minded people. Don’t miss out click the link below to join and introduce yourself once you’re in! https://chat.whatsapp.com/JXWEtGWuHLvKeGrTUSORkP?mode=ems_copy_t

Reasons:
  • Blacklisted phrase (1): the link below
  • No code block (0.5):
  • Low reputation (1):
Posted by: Edxadmin Support

79815211

Date: 2025-11-10 05:22:26
Score: 3.5
Natty:
Report link

thanks for reply! I'm adding cost using the AddCost API. But specifically, there are L1NormCost, L2NormCost, QuadraticCost, and some other cost classes in drake. I'm trying to find out how construct a cost in my problem and impose it using AddCost.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zhiwei

79815205

Date: 2025-11-10 05:15:24
Score: 0.5
Natty:
Report link

This would be possible, with a macOS "Installer Plug-In", however it will not be an easy process.

Installer Plug-Ins allow you to create custom actions that are shown during the install process, as an additional step (such as after the "Read Me" or "License" step). However, in recent years Apple has not provided any documentation regarding the creation of custom installer plug-ins, likely because of the possible security risks they could expose by running arbitrary code. This means that while they are still fully supported as of macOS Tahoe, development has long-since stopped on them, and they could very well be removed in the future.

You can find examples on GitHub such as this registration code installer plug-in, but the common theme among any examples you come across will likely be how dated they are. As a result of this, the sample code is in Objective-C using Storyboards. You could possibly write the configuration data to a .plist file somewhere on disk, and then retrieve it later from your installed application. It may be possible to migrate this code to Swift, but this would require additional effort on your part.

I would recommend following the Installer Plug-In tutorial by Stéphane Sudre (the individual behind the incredibly useful Packages app). The resource was last updated in 2012, however almost nothing has changed about installer plug-ins since this guide was written.

You could technically prompt for user input via osascript in a pre/postinstall script, however this would likely result in an even worse end-user experience and could lead to many issues.

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SoCuul

79815201

Date: 2025-11-10 05:01:21
Score: 1.5
Natty:
Report link

Following up just need more clarification, was there ever a EntityTypeConfiguration<T> base class? What ever happened to it? Analog to a Fluent NHibernate ClassMap<T> for example. No biggie I guess, but would be interesting to have such an enriched base class experience.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Michael W. Powell

79815200

Date: 2025-11-10 04:59:20
Score: 9 đźš©
Natty: 5.5
Report link

I'm new bee.
When I am using Robin 54030 projection world map facing same problem, Polygons are closing themselves from one side to the other.
Second scale in km/miles shows as invalid when using the Robinson/Wagner VII projection. please help how to rectify. I have tried many ways, but it hasn't been solved.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1.5): I'm new
  • No code block (0.5):
  • Me too answer (2.5): facing same problem
  • Low reputation (1):
Posted by: sudarshan b

79815198

Date: 2025-11-10 04:58:20
Score: 4.5
Natty:
Report link

A problem occurred evaluating project ':react-native-reanimated'

There is an issue coming up, but when I installed react-native-reanimated, it came up. What should I do for this

Reasons:
  • Blacklisted phrase (2): What should I do
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SAURABH KUMAR

79815190

Date: 2025-11-10 04:31:15
Score: 0.5
Natty:
Report link

The PermissionError: [Errno 13] Permission denied usually means your Python code (or sub-agent) doesn’t have the proper rights or file path access to write to the target file.

Here are the most common causes and fixes:


Check file path and permissions

Make sure your sub-agent is writing to a path it actually has access to.

file_path = "/path/to/output.txt"
with open(file_path, "w") as f:
    f.write("Hello World!")

If this path is inside a restricted system folder (e.g., /root, C:\Program Files, etc.), you’ll get Permission denied.

Fix:

import os
file_path = os.path.join(os.getcwd(), "output.txt")
with open(file_path, "w") as f:
    f.write("Works fine!")
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jeni Savaliya

79815187

Date: 2025-11-10 04:26:14
Score: 1
Natty:
Report link

Check the data types inferred by Glue when creating the table.
If the “Gender” column was inferred as a string, Glue DQ may treat blanks as valid values.

You can manually adjust the schema in the Glue Catalog or apply a schema mapping transform to ensure null handling works properly.

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

79815181

Date: 2025-11-10 04:17:12
Score: 1.5
Natty:
Report link

It's not a feature of the VSCode terminal, but of the PowerShell.

https://learn.microsoft.com/en-us/powershell/module/psreadline/set-psreadlineoption?view=powershell-7.5#-predictionsource

You can run Set-PSReadLineOption -PredictionSource None on the PowerShell and predictive IntelliSense would turn off.

BTW this question is off topic. You should've visit StackExchange Super User.

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

79815180

Date: 2025-11-10 04:14:12
Score: 0.5
Natty:
Report link

When a Next.js Server Action receives a 401 Unauthorized response from a service like Google Cloud IAP, Next.js's underlying fetch mechanism may not automatically throw an error in the client-side code when used with Server Actions, leading to the observed silent failure and undefined result [1, 2]. This behavior is a known characteristic of how Next.js handles certain server action responses, especially in specific deployment configurations.

Here is a breakdown of why this happens and recommended approaches to handle session expiration:

Why Doesn't Next.js Throw an Error?

The primary reason for the silent failure lies in how Next.js handles the response from the server action's underlying network request:

How to Detect the Failure on the Client Side

Since the try/catch block fails to catch the error, you need to implement explicit checks within your client component or the server action itself:

1. Check for undefined result in the Client Component

The simplest way is to check if the result is undefined and handle it as an unauthorized state. This approach works because in the broken scenario, the result is always undefined [1].

javascript

'use client';

import { myServerAction } from './actions';

export default function MyComponent() {
  const handleClick = async () => {
    try {
      const result = await myServerAction();

      // Explicitly check for an undefined result
      if (result === undefined) {
        console.error('Session expired or unauthorized');
        // Trigger a re-authentication flow or display a message
        return;
      }
      
      console.log('Result:', result);

    } catch (err) {
      console.error('Caught error:', err);
    }
  };
  // ...
}

Use code with caution.

2. Implement a Redirect or Session Check in the Server Action

You can add logic within your server action to manually check the session or authentication status and return a specific, informative object.

javascript

'use server';

export async function myServerAction() {
  // Check auth status here before any main logic
  const isAuthenticated = checkSessionStatus(); // Replace with actual session check

  if (!isAuthenticated) {
    // Return a specific error object
    return { success: false, message: 'Unauthorized or session expired' };
  }

  // Some logic here
  return { success: true, message: 'Hello from server' };
}

Use code with caution.

Then, on the client, check the returned object's properties:

javascript

// Client side
const result = await myServerAction();
if (!result.success) {
  console.error(result.message);
  // Handle unauthorized state
}

Use code with caution.

Recommended Approach for Handling Session Expiration with IAP

The most robust approach involves a combination of client-side detection and a mechanism to force re-authentication:

  1. Use Client-Side Redirection: The standard IAP flow expects a browser redirect to the Google login page when a 401/403 occurs. However, Server Actions use XHR/fetch requests, which don't automatically trigger a browser-level navigation.

  2. Explicitly Force Re-authentication:

    • When the client-side code detects an undefined result (as shown in method 1 above), it should assume the session is invalid.

    • The best user experience is to then force a full page reload or navigate the user to a known protected URL to trigger the IAP login flow.

    javascript

    // Client side
    if (result === undefined) {
      console.log('Session expired, redirecting to login...');
      // Navigating to the current page will trigger IAP's redirect
      window.location.reload(); 
    }
    
    

    Use code with caution.

  3. Consider a Custom Fetch Wrapper (Advanced): If you find yourself needing a more generic solution across many server actions, you could create a custom utility function that wraps the server action call with enhanced error handling. However, the first two methods are usually sufficient and less complex.

By explicitly checking the result of the server action for undefined on the client side, you can reliably detect IAP's 401 responses and implement the necessary re-authentication flow.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When a
  • Low reputation (1):
Posted by: Johns Cherian

79815176

Date: 2025-11-10 04:10:11
Score: 0.5
Natty:
Report link

For Material UI 7 you add the colors under colorSchemes in the theme https://mui.com/material-ui/customization/palette/#color-schemes

const theme = createTheme({
  colorSchemes: {
    light: {
      palette: {
        primary: {
          main: '#FF5733',
        },
      },
    },
    dark: {
      palette: {
        primary: {
          main: '#E0C2FF',
        },
      },
    },
  },
});
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Thomas

79815163

Date: 2025-11-10 03:33:03
Score: 2
Natty:
Report link

Web tracking standard/API:

\>🔹 Google Analytics Measurement Protocol – main standard for sending tracking data.

🔹 Google Tag Manager (GTM) – tool for managing tracking tags.

🔹 Conversion APIs – server-side tracking used by Facebook, Google Ads, TikTok, etc.

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

79815162

Date: 2025-11-10 03:31:02
Score: 0.5
Natty:
Report link

In the identity server project, you need to register the client application. This is done in the application's seed. You can add an additional registration apart from the one that comes by default.

On the client side, you should reference the identity server as you’re already doing; however, I noticed that some configurations are not entirely correct.

To enable the client application to obtain the current user’s information, an extra step may be required — adding the scopes in both the identity server and the client — and in the client, adding a claim mapping so that the user information is displayed correctly when you use the current user.

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

79815158

Date: 2025-11-10 03:14:59
Score: 2.5
Natty:
Report link

This is happening because you're plotting the entire graph

if you plot only the first 8 seconds, you'll probably get the result you want

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

79815148

Date: 2025-11-10 02:59:56
Score: 1
Natty:
Report link

I found the solution myself.

The answer provided in the following related question solved my problem: Autodesk Platform Services - ACC - Get Roles IDs

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: taka

79815146

Date: 2025-11-10 02:52:54
Score: 2.5
Natty:
Report link

I just discovered that I can copy my files from my old phone to my laptop, then, with my new phone connected to Android studio, I can drag/drop the file from Window File Explorer directly into the Android file explorer!

Problem solved.

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

79815143

Date: 2025-11-10 02:48:53
Score: 0.5
Natty:
Report link

Then you'll need to modify your app to request all file access https://developer.android.com/training/data-storage/manage-all-files, officially Play Store will only grant it for specific apps, which is why I believe it's simpler to just modify your app to accept shared files instead of going through the hoop (unless it's not a published app)

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

79815139

Date: 2025-11-10 02:29:45
Score: 5
Natty:
Report link

If I understand your reply correctly, it doesn't address what I'm trying to do. I don't have multiple apps trying to share a file.

On my previous phone, some of my apps created/read/updated app-specific files. Those files were located in "Internal Storage" (not in any subfolder of Internal Storage). As a result, those files were accessible from both my phone's file manager and my PC's file manager (when connected to my phone) if I needed to copy/delete/edit them from outside my apps.

It's my understanding that, when I move my apps to the new phone, the apps (which still need to use the info in those files) can only access files that are in "/data/user/0/myApp/files". So I need to copy my files from "Internal Storage" on my previous phone to "/data/user/0/myApp/files" on my new phone.

I guess my first question should be: Is there a way for my apps on my new phone to access files in "Internal Storage"? If so, then I could simply copy the files over to my new phone. But, if my apps can't access "internal Storage', then how can I copy my files into "/data/user/0/myApp/files" on my new phone so my apps can access them?.

Does this clarify my question?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): Is there a way
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mpa

79815134

Date: 2025-11-10 02:16:42
Score: 3.5
Natty:
Report link

@Wicket - I appreciate your replies.

With that said, I can't think of a way to reduce scope on either of the two issues and still have the Add-On do what it is supposed to do.

  1. Reading from Sheets. Seems like I need the readonly for Sheets to get my data. I can still use their picker to pick the spreadsheet, but to read the data, I'll need sheets readonly.

  2. For your comment on the slides currentonly. I love this idea and I want to implement it so users won't be as nervous about the Add-On...however I cannot think of anyway to put pie shapes with varying angles into a slides presentation with that scope. There is no way to do it with the API, I tried a number of things and researched here and elsewhere. I finally realized I could do it with a public template and was really happy about my idea working...and now I'm realizing that won't work because of openById even though it's not the users.

I think I'll have to appeal to the Google team and see what they say. They told me to post here first and from what I'm seeing there aren't any ways around it. I need to have my app do less for narrower scopes or appeal for my original scope request.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @Wicket
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: steeveesas

79815118

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

There are 2 possibilities to do it:

When you use the 2 possibilities at the same time, the first one will get priority.
Important: Labels don't support all types of chars. Spaces won't work.

Reasons:
  • RegEx Blacklisted phrase (1): See the links
  • Has code block (-0.5):
Posted by: Garo

79815116

Date: 2025-11-10 01:19:23
Score: 1
Natty:
Report link

It's better to install all significant dependencies explicitly. If you want a better way to manage similar dependencies across subpackages, you could use pnpm's catalogs feature.

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

79815113

Date: 2025-11-10 01:18:22
Score: 1
Natty:
Report link
extension DurationExt on Duration {
  String format() {
    return [
      inHours,
      inMinutes.remainder(60),
      inSeconds.remainder(60),
    ].map((e) => e.toString().padLeft(2, '0')).join(':');
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: laiiihz