79680684

Date: 2025-06-26 14:37:25
Score: 0.5
Natty:
Report link

Other answers provided here did not help (looking for registry entries pointing to missing office exe files in HKCR\TypeLib, reinstalling Office, embedding the interop assembly in the application either via COM or Nuget, changing build from x86 to x64).

Running process monitor, filtering for my application exe and errors, it was showing a lot of PATH NOT FOUND errors looking for vbe6ext.olb. I found it in

C:\Program Files\Microsoft Office\root\vfs\ProgramFilesCommonX86\Microsoft Shared\VBA\VBA6

I copied it to C:\Windows\System32 (one of the locations where Process Monitor was showing that the app was looking for this file), and this resolved the issue for me.

Register the type library using regtlibv12.exe would probably be an even more precise solution, but the above was enough for my app to work again.

Note: for 32-bit apps on 64-bit Windows, the correct folder to copy it would be SysWOW64.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: László L. L.

79680680

Date: 2025-06-26 14:36:25
Score: 2
Natty:
Report link

You don't need to specify the exclustion if the only difference is the version.
And yes using depManagement in this case is the better solution. You can declare the newer version directly as a dependency but it will break stuff like dependency:tree.

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

79680674

Date: 2025-06-26 14:35:25
Score: 2.5
Natty:
Report link

I was able to resolve the issue by updating this line

from this
app.get('*', (req, res) => {

to "app.get('/{*any}', (req, res) => {"

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

79680673

Date: 2025-06-26 14:32:24
Score: 0.5
Natty:
Report link

Recently I developed an application that allows easy conversion over over 47,000 svg icons into png from a few MIT licensed libraries. https://github.com/skamradt/SVGIconViewer. Full delphi source is available, and I have plans to continue to add new icons and features that make using these libraries easier.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: skamradt

79680670

Date: 2025-06-26 14:29:23
Score: 9 🚩
Natty: 4.5
Report link

I have the same error, and I have been doing everything step by step. Last week all was good, but this week when I have to record my demo of how I use Chainlink Function, I keep getting the same error with gas. Yes, I did copy the deployed contract and created the subscription. and all. Please help.

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Me too answer (0): getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Magda

79680658

Date: 2025-06-26 14:21:20
Score: 3
Natty:
Report link

This really isn't as crazy as you made him out to be. I'd love to have it say "Yesterday" and have it default to yesterday (or actually have it default to a custom date I can set - the previous trade date)

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

79680654

Date: 2025-06-26 14:17:18
Score: 4
Natty: 5
Report link

At the time being, this is not possible, cp. https://github.com/r-lib/roxygen2/issues/685

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

79680631

Date: 2025-06-26 14:00:13
Score: 4
Natty:
Report link

On React 19.1 + pure-react-carousel 1.32.0, I have the same error RangeError: Maximum call stack size exceeded...

<CarouselProvider
       naturalSlideWidth={100}
       naturalSlideHeight={105}
       totalSlides={dataItemsLength}>
            <Slider>
                <Slide index={0}>First Slide</Slide>
                <Slide index={1}>Second Slide</Slide>
                <Slide index={2}>Third Slide</Slide>
            </Slider>
            <DotGroup />
</CarouselProvider>
Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (1):
Posted by: Alexander Stepanishchev

79680624

Date: 2025-06-26 13:55:12
Score: 1
Natty:
Report link

The key is to pass the --wait argument. On Mac and Linux you can configure EDITOR="idea --wait" . That will open the file in Intellij and you can close it afterwards with the Close Tab action (Ctrl+F4).

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

79680610

Date: 2025-06-26 13:47:09
Score: 1
Natty:
Report link

Power BI Embedded does not support full XMLA read/write Power BI Embedded currently does NOT support XMLA Endpoint (read/write) like Power BI Premium.

Power BI Embedded (A SKUs like A1, A2...) only supports XMLA read-only (if enabled).

The function of deploying models via Visual Studio/Tabular Editor requires XMLA read/write, so you get the error.

You can check the XMLA support status in capacity settings here:

Log in to Power BI Admin Portal

Go to Capacity settings

Select the Embedded capacity you are using

Look for “XMLA endpoint”: you will see that it only supports read-only.

You can try

Using Power BI Premium (P SKU or F SKU)

If you want to deploy AAS/tabular models directly from Visual Studio or the Tabular Editor, you must use a workspace assigned to a Power BI Premium capacity (P or F SKU) — as only these SKUs fully support XMLA read/write.

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

79680608

Date: 2025-06-26 13:46:09
Score: 1.5
Natty:
Report link

In Sequoia 15.5 for example, you have to type "Function keys" in the System Settings help.

And then you can just use "F10" and so on

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Bob Yoplait

79680602

Date: 2025-06-26 13:44:08
Score: 2
Natty:
Report link

If the css is being included via .css files, you could add *.css to your .gitignore or in your SCM of choice.

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

79680598

Date: 2025-06-26 13:42:08
Score: 3
Natty:
Report link

The is a connector issue. Start wsconfig. Remove the site and readd it to rebuild the connector. Then restart the coldsuion service. site will coime back up.

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

79680581

Date: 2025-06-26 13:32:05
Score: 1.5
Natty:
Report link

You can create a custom tabBarButton component, as @furkan mentioned, and disable the Android ripple effect.

const tabBarButton = ({ children, onPress }: BottomTabBarButtonProps) => (
  <Pressable
    onPress={onPress}
    style={{ justifyContent: 'center', alignItems: 'center' }}
    android_ripple={{
      foreground: true,
    }}
  >
    {children}
  </Pressable>
);
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @furkan
  • Low reputation (1):
Posted by: Ashley Ngoetjana

79680577

Date: 2025-06-26 13:31:05
Score: 2
Natty:
Report link

Thanks for sharing the issue — to resolve this issue you can try to follow these steps:

  1. Use Relative Paths with SCSS Interpolation
    Wrap your asset path in #{ } to prevent Angular's build system from processing the URL at compile time. This ensures the path remains unchanged in the final CSS:

    content: url(#{'vx-grid-assets/icons/indeterminate-box.svg'});
    

    This syntax bypasses Angular's path resolution during build while preserving the correct relative path for runtime.

  2. Verify Asset Configuration
    Ensure your angular.json correctly maps assets to the output directory:

    {
      "glob": "**/*",
      "input": "./common-libraries/vx-grid/vx-grid-resources/assets",
      "output": "vx-grid-assets"
    }
    

    This copies assets to dist/vx-grid-assets/ during build.

  3. Deployment to Salesforce
    Since Salesforce serves static resources from a unique base path (e.g., /resource//), relative paths like vx-grid-assets/... will resolve correctly at runtime. Avoid absolute paths (e.g., /vx-grid-assets/...), as they break in Salesforce's environment.

Why This Works

Example Implementation

// Component SCSS
.my-icon {
  &::before {
    content: url(#{'vx-grid-assets/icons/indeterminate-box.svg'});
    width: 16px;
    height: 16px;
  }
}

Troubleshooting

This approach balances Angular’s build requirements with Salesforce’s static resource constraints, ensuring icons load in both environments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Malva

79680573

Date: 2025-06-26 13:30:05
Score: 1.5
Natty:
Report link

I tried closing and reopening the pull request (as suggested by Bernat), but that didn’t fix the issue. It remained stuck. The process only exited the “loop” after I modified an unrelated line in the action file, committed the change, and pushed it to GitHub. After that, the pull request automatically re-ran all the required checks, including the one that had previously been stuck.

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

79680567

Date: 2025-06-26 13:24:02
Score: 0.5
Natty:
Report link

Even better, simply use format to replace <placeholder> with formatted string right in the cursor.execute.

Not sure of the reason but this should in-built into oracledb python package.

cursor.execute(sql_query.format(<PLACEHOLDER>=", ".join([f"\'{x}\'" for x in ['value1','value2','valuen']])))

But I don't like this implementation, it's just a workaround.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Praveen Mishra

79680562

Date: 2025-06-26 13:17:00
Score: 1
Natty:
Report link

In case it helps anyone

I faced the same issue using Databricks JDBC with Kafka Connect in Docker container while using VPN, as soon as I disabled Strict Route in my VPN inbound options connection established alright

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Slava.In

79680543

Date: 2025-06-26 13:08:56
Score: 5
Natty: 5
Report link

I have tried for last Monday or next Monday but its is not working. value is coming as None. Can you tell me does package supports this type of operations or not because I didn't get any docs related to this.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harsh Soni

79680536

Date: 2025-06-26 13:00:54
Score: 1
Natty:
Report link

Does java.util.regex.Pattern, java.util.pattern.Matcher have some "verbatim" mode?

No, Patterns in Java do not have a verbatim or "literal mode" like some other languages. But Java provides an official way to achieve the same effect: using the Pattern.LITERAL flag.

Try to use Pattern.LITERAL:


Pattern pattern = Pattern.compile("\\", Pattern.LITERAL);

Matcher matcher = pattern.matcher("\\");

boolean hasMatch = matcher.find();

assertTrue(hasMatch);

assertEquals("\\", matcher.group());

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hien Nguyen Thi

79680533

Date: 2025-06-26 12:59:54
Score: 2.5
Natty:
Report link

Thanks for sharing the issue — you're not alone! The "Skill Level Maximum Error" and "Skill Level Probability" options were available in older versions of Stockfish like Stockfish 8, but they’ve been deprecated in modern builds (including stockfish.wasm, like the one used in lichess-org/stockfish.js).

The correct and supported option in recent versions is:


stockfish.postMessage("setoption name Skill Level value 1");

Recommendation:

If you're using lichess-org/stockfish.js, it compiles a modern stockfish.wasm, where only "Skill Level" and "Depth" are reliable for weakening play.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mahira

79680532

Date: 2025-06-26 12:58:54
Score: 1
Natty:
Report link

sorry but i have te same problem with provider network for physical network i edited de ml2 conf but when i create a new network :

openstack network create  --share --external \
  --provider-physical-network provider \
  --provider-network-type flat provider

I still have this error :

openstack network create  --share --external \
  --provider-physical-network provider \
  --provider-network-type flat provider
Error while executing command: BadRequestException: 400, Invalid input for operation: physical_network 'provider' unknown for flat provider network.
Reasons:
  • RegEx Blacklisted phrase (1): I still have this error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Labo

79680530

Date: 2025-06-26 12:57:53
Score: 1
Natty:
Report link

It's Spring Boot that overrides the Groovy version.

Set groovy.version=4.0.27 in gradle.properties to override it.

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

79680523

Date: 2025-06-26 12:54:52
Score: 1
Natty:
Report link

I had the similar issue but I already had @EnableScheduling in place, in this case it was caused by miss-placing the @EnableScheduling automation.

The annotation apparently has to be placed on configuration class, so I moved it to configuration class and it works.

@AutoConfiguration
@EnableScheduling
class SomeConfigurationClass() {..}

class ClassWithScheduledTask() {
    @Scheduled(fixedRate = 10, timeUnit = TimeUnit.Minutes)
    fun thisIsScheduled() {..}
}

Worked also if the annotation was moved to the application class, but as the scheduler was shared among more apps, I found it more nice to have it on the configuration class.

@SpringBootApplication
@EnableScheduling
class SomeApp() {..}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @EnableScheduling
  • Low reputation (1):
Posted by: Filip Jeřábek

79680515

Date: 2025-06-26 12:48:51
Score: 1
Natty:
Report link

There are several ways to undo the most recent commits in Git depending on whether you want to keep the changes or delete them entirely.

# 1. Undo the last commit but keep the changes in your working directory

git reset --soft HEAD~1

The last commit is undone.

All changes from that commit stay staged (in index).

If you want them unstaged (just in working dir), use:

git reset HEAD~1

# 2. Undo the last commit and discard the changes completely

git reset --hard HEAD~1

This will delete the last commit and its changes from your working directory.

# 3. Undo multiple commits (e.g., last 3 commits)

git reset --hard HEAD~3

Or keep the changes:

git reset --soft HEAD~3

# 4. If the commits are already pushed, use git revert instead

To undo a pushed commit safely (without rewriting history):

git revert HEAD

This will create a new commit that "reverses" the changes made by the last one.

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

79680511

Date: 2025-06-26 12:44:50
Score: 0.5
Natty:
Report link

As the Error schows you are using Gradle 9. React Native 0.76.9 uses Gradle 8.11.1.

Please change your Gradle version in android/gradle/wrapper/gradle-wrapper.properties. Your line should look somethin like this:

distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip

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

79680502

Date: 2025-06-26 12:37:47
Score: 2
Natty:
Report link

//C# Solução *.csproj - .NETFramework,Version=v4.8 -

namespace XXXXXXXXX
{
    partial class XXXXXXXXX : ServiceBase
    {
        private readonly ...;

        public XXXXXXXXX()
        {
            InitializeComponent();
            AppContext.SetSwitch("Switch.System.Security.Cryptography.Xml.UseInsecureHashAlgorithms", true);
            AppContext.SetSwitch("Switch.System.Security.Cryptography.Pkcs.UseInsecureHashAlgorithms", true);
            AppDomain.CurrentDomain.UnhandledException += OnError;
    }
    ...
    ...
    }
}
Reasons:
  • Blacklisted phrase (2): Solução
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JP Guerreiro

79680499

Date: 2025-06-26 12:36:47
Score: 1
Natty:
Report link
def needs_encoding(s):
    # Checking for escape sequences or non-ASCII characters
    if re.search(r"\\u[0-9a-fA-F]{4}", s) or any(ord(c) > 127 for c in s):
        return True
    return False
data = "my string"
if needs_encoding(data):
    data = data.encode("utf-8").decode("unicode_escape")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: eurodoo Eurodoocom

79680494

Date: 2025-06-26 12:34:46
Score: 0.5
Natty:
Report link

I had the same issue, I created a new Formula property with the following formula

(prop("Sub-project").map(current.prop("Completion")+1).sum() - length(prop("Sub-project")))/length(prop("Sub-project"))

The plus 1 in the map is needed because the map will otherwise return an Empty as list item if the subproject has no tasks assigned yet.

enter image description here

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ParticleInBox

79680490

Date: 2025-06-26 12:30:45
Score: 0.5
Natty:
Report link
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sparkJ

79680488

Date: 2025-06-26 12:28:44
Score: 2.5
Natty:
Report link

sir, can you please explain, how to add Tanstack Query in this code:

// React Router v7
import type { Route } from "./+types/home";
import { prisma } from "../db";

export function meta({}: Route.MetaArgs) {
  return [
    { title: "New React Router App" },
    { name: "description", content: "Welcome to React Router!" },
  ];
}

export const loader = async ({ params }: Route.LoaderArgs) => {
  return await prisma.user.findFirst()
}

export function Home({ loaderData }: Route.ComponentProps) {
  const user = loaderData;
  return (
    <>
      <div className="flex flex-col justify-center items-center min-h-screen">
        <p>User name: {user?.name}</p>
        <p>User email: {user?.email}</p>
      </div>
    </>
  );
}

Here the loader is server fucntion, all works great. But without caching/revalidate on page reload, etc

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please explain
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ramil Yabbarov

79680478

Date: 2025-06-26 12:23:43
Score: 0.5
Natty:
Report link

There could be many reasons why this is happening, but the first thing to do is to check how the training and validation dataset are built.

  1. Is the dataset balanced? You said there are 5000 saples for 5 classes, but are they balanced? If, for example, the first class cover the 80% of your samples you may have this kind of overfitting behaviour.

  2. Are tre training and validation sets equally split? If each class rougly represent a 1/5 of your samples (i.e. the classes are balanced), is this proportion preserverd in the training and validation set? It is not mandatory to have the exact percentages, but if in your training set class 5 only appear for the 1% of the samples and in the validation set you have a 20%, this again could explain your overfitting.

If the dataset is fine, you could try also to regularize the inputs before passing them into your network. If this is still is not enough, you can then focus on the network.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: SimoV8

79680451

Date: 2025-06-26 12:04:38
Score: 3
Natty:
Report link

Need an suggestion or help for the below queries?

  1. Can Containers created using podman, have any integration scope with Checkpoint firewall?

  2. Can Containers created using podman, have any integration scope with Cisco SDN?

  3. Can Containers created using podman, have any integration scope with Crowdstrike Falcon?

Need your expert opinion for that.

Regards

Asif

Reasons:
  • Blacklisted phrase (1): Regards
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Learner

79680450

Date: 2025-06-26 12:03:38
Score: 5.5
Natty: 5.5
Report link

How did you transfer Nintex Workflow Scheduler to WFE, in my case it is always installed on APP?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: user30899389

79680445

Date: 2025-06-26 12:00:37
Score: 2
Natty:
Report link

I just found that it's in the directory of .vscode, which is probably ignored by spell checker. If I create a markdown file anywhere else, it is effective.

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

79680433

Date: 2025-06-26 11:51:34
Score: 5
Natty:
Report link

<string>$(AppIdentifierPrefix)com.microsoft.adalcache</string>

Still faceing same issue after enable in enetitlement.plist file

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): faceing same issue
  • Low reputation (1):
Posted by: Awaneesh Kumar

79680428

Date: 2025-06-26 11:47:33
Score: 2
Natty:
Report link

As of now, it's not possible. Best thing you can have is default pipeline that runs always ...

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

79680420

Date: 2025-06-26 11:42:32
Score: 1
Natty:
Report link

Imagine a scenario in which a hotel has rooms, each capable of accommodating Y guests. When X number of guests arrive at the hotel, we need to determine the minimum number of rooms required to house all X individuals without exceeding the room capacity.

This can be calculated using the function CEILING(X, Y), which rounds up the result of dividing the total number of guests by the room capacity. It ensures that no guest is left without accommodation, even if the division does not yield a whole number.

Example: If there are 5 guests (X = 5) and each room can accommodate 2 people (Y = 2), then:

CEILING(5, 2) = 3

Therefore, a minimum of 3 rooms would be needed to accommodate all 5 guests.

For example, the same goes with memory instead of the hotel, each block has a maximum Y bytes that can be accommodated, and the CEILING will give you the answer to how many blocks at least you need to accommodate X bytes.

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

79680417

Date: 2025-06-26 11:40:31
Score: 5
Natty: 4.5
Report link

I want to come back to this question. Still looking for a Notebook or card-reader showing me the SD-Card under /sys/block/mmcblkX (Ubuntu Server 24.04.2 LTS)
Have tried several Notebooks, i.e Lenovo X201 - this Notebook has a RTS5159 - but the SD-card is only visible under /sys/block/sdX.

Can someone confirm ?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: scheffer

79680390

Date: 2025-06-26 11:24:26
Score: 3.5
Natty:
Report link

Its not available in open source, only available to google.com

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

79680383

Date: 2025-06-26 11:22:25
Score: 5.5
Natty:
Report link

I have the same issue with dlp discovery for cloud storage. The discoveryconfig was created, and keep in Running status, but scan isnt starting. I created the discover by gcp console. The scope in this case is organization level, but when i create the same discovery at project level starting without problems. Two weeks ago, this works well.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexis Corico

79680379

Date: 2025-06-26 11:18:24
Score: 1.5
Natty:
Report link

Sending:

{"registerUploadRequest":{"owner":"12345667","recipes":["urn:li:digitalmediaRecipe:feedshare-document"],"serviceRelationships":[{"relationshipType":"OWNER","identifier":"urn:li:userGeneratedContent"}],"supportedUploadMechanism":{"com.linkedin.digitalmedia.uploading.MultipartUploadMechanism":{}},"mediaType":"application\/pdf"}}

I keep getting this error:

{"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Unpermitted fields present in REQUEST_BODY: Data Processing Exception while processing fields [/registerUploadRequest/mediaType]"}

I have tried many things, I have the w_member_social permission.

Is there anyone who knows more about this? Even AI gave up :-)

Reasons:
  • Blacklisted phrase (1): Is there any
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rmn

79680374

Date: 2025-06-26 11:17:23
Score: 3
Natty:
Report link

To reset the RESETSEQ attribute of channel:

runmqsc QM
RESET CHANNEL(chl) SEQNUM(NO)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hari Krishna Priya T

79680369

Date: 2025-06-26 11:12:22
Score: 2.5
Natty:
Report link

I think one major difference is in Logging. While GKE Logs are seamlessly sent to Cloud Logging, EKS Logs need to be configured to be sent to AWS CloudWatch with Fluentd or Fluentbit.

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

79680364

Date: 2025-06-26 11:09:21
Score: 5
Natty:
Report link

I'm facing the same problem here, what can I do to run the tests using the command that you added here?

npm test --TAGS="@smoke" || true

So far this is my config.

cucumber.js

module.exports = {
  timeout: 30000,
  use: {
    actionTimeout: 30000,
    navigationTimeout: 120000
  },
  default: {
    // tags: process.env.TAGS || process.env.npm_config_tags || '',
    paths: ['src/test/features/'],
    require: ['src/test/steps/*.js', 'src/hooks/hooks.js'],
    format: [
      'progress-bar',
      'html:test-results/cucumber-report.html',
      'json:test-results/cucumber-report.json',
      'rerun:@rerun.txt'
    ],
    formatOptions: { snippetInterface: 'async-await' },
    publishQuiet: true,
    dryRun: false,
    parallel: 1
  },
  rerun: {
    require: ['src/test/steps/*.js', 'src/hooks/hooks.js'],
    format: [
      'progress-bar',
      'html:test-results/cucumber-report-rerun.html',
      'json:test-results/cucumber-report-rerun.json',
      'rerun:@rerun.txt'
    ],
    formatOptions: { snippetInterface: 'async-await' },
    publishQuiet: true,
    dryRun: false,
    paths: ['@rerun.txt'],
    parallel: 1
  }
};
package.json

{
  "name": "playwright_cucumber_automation",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "pretest": "node src/helper/report/init.js",
    "test": "cucumber-js --config=config/cucumber.js|| exit 0",
    "clean": "rm -rf test-results",
    "test_siva": "cross-env ENV=prod FORCE_COLOR=0 cucumber-js --config=config/cucumber.js || true",
    "report": "node src/helper/report/report.js",
    "test:failed": "cucumber-js -p rerun @rerun.txt"
  },
  "keywords": [
    "cucumber",
    "cucumber-js",
    "Playwright-cucumber"
  ],
  "author": "Siva Kumar",
  "license": "ISC",
  "devDependencies": {
    "@cucumber/cucumber": "^11.3.0",
    "@playwright/test": "^1.53.0",
    "@types/node": "^24.0.3",
    "chromedriver": "^137.0.3",
    "geckodriver": "^5.0.0",
    "multiple-cucumber-html-reporter": "^3.9.2",
    "playwright-bdd": "^8.3.0"
  },
  "dependencies": {
    "fs-extra": "^11.3.0",
    "winston": "^3.17.0"
  }
}
Reasons:
  • Blacklisted phrase (1): can I do
  • Blacklisted phrase (1): m facing the same problem
  • Blacklisted phrase (1): what can I do
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Bruno Lorena

79680363

Date: 2025-06-26 11:08:20
Score: 1
Natty:
Report link

You can try the desired effect by layering two containers in a Stack: the bottom one uses a vertical LinearGradient, and the top one applies a centered RadialGradient with transparency.

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

79680355

Date: 2025-06-26 11:03:18
Score: 3.5
Natty:
Report link

You need to add the Capability in jour app.json/app.config.js if you use eas:

https://docs.expo.dev/build-reference/ios-capabilities/

and

https://docs.expo.dev/versions/latest/config/app/#entitlements

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

79680339

Date: 2025-06-26 10:53:16
Score: 2.5
Natty:
Report link

I am able to get it working. Posting my solution in case anyone face similar issue.

Here is how my model code looks like

    public function rules()
    {
        return
        [
            ['code','validateCaseInsensitive']
        ];
    }

    public function validateCaseInsensitive($attribute, $params)
    {
        $query = self::find()
            ->where('LOWER(code) = LOWER(:code)', [':code' => strtolower($this->$attribute)]);

        // Exclude current record on update
        if (!$this->isNewRecord) {
            $query->andWhere(['<>', 'id', $this->id]);
        }
        
        if ($query->exists()) {
            $this->addError($attribute, 'Code already exists.');
        }
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): face similar issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DevD

79680338

Date: 2025-06-26 10:51:15
Score: 2
Natty:
Report link

Just got it. In first page:

basket.var_name

page.go('/second_page')

In second page:

print(basket.get('var_name'))

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

79680336

Date: 2025-06-26 10:48:14
Score: 4
Natty: 4
Report link

It's caused by YOUTUBE VIDEO DOWNLOAD add-on, as seen in Firefox through Developer Tools.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bob Knight

79680334

Date: 2025-06-26 10:48:14
Score: 4
Natty:
Report link

@yourquestion: yes, you probably are :) but if you place every expression in a init- or set-variables block all by themselves and try to run it that way, you'll probably end up with the variable not being produced the correct way. So:

  1. init var block 1
@replace(split(item(),':')[0],'"','')

2. init var block 2

@replace(split(item(),':')1,'"','')

etc.

This way you can extract the expression producing error and fix exactly that. Does that help?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @yourquestion
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Jonathan

79680321

Date: 2025-06-26 10:37:11
Score: 1.5
Natty:
Report link
- |
    if [ "$PHP_VERSION" = "7.4" ]; then
      composer install
      composer bin all install
    else
      composer update
      composer bin all install
    fi
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priyanshu Chaturvedi

79680316

Date: 2025-06-26 10:34:10
Score: 0.5
Natty:
Report link

I had a quick go at this as well. This option is also based on the example on the homepage

The key difference is that the ticks values are evenly spaced on the color bar

additional tick values are added to the top and bottom of the colorbar so that the min and max range are included

import plotly.graph_objects as go
import numpy as np

z = np.array([
    [10, 100.625, 1200.5, 150.625, 2000],
    [5000.625, 60.25, 8.125, 300000, 150.625],
    [2000.5, 300.125, 50., 8.125, 12.5],
    [10.625, 1.25, 3.125, 6000.25, 100.625],
    [0.05, 0.625, 2.5, 50000.625, 10]
])

user_min_tick = 0  # optional user defined minimum tick value
if user_min_tick < np.min(z) or user_min_tick <= 0:
    user_min_tick = np.min(z)  # ensure user_min_tick is not less than the minimum 

zmax = np.max(z)

# mask values below user_min_tick to user_min_tick
z_clipped = np.where(z < user_min_tick, user_min_tick, z)
z_log = np.log10(z_clipped)

log_min = int(np.ceil(np.log10(user_min_tick)))
log_max = int(np.floor(np.log10(zmax)))
tickvals_log = np.arange(log_min, log_max + 1)
tickvals_linear = 10.0 ** tickvals_log

# might want to comment out this section if you don't want colorbar top and tail values adding to the tickvalues
if not np.isclose(zmin_log, tickvals_log[0]):
    tickvals_log = np.insert(tickvals_log, 0, zmin_log)
    tickvals_linear = np.insert(tickvals_linear, 0, user_min_tick)
if not np.isclose(zmax_log, tickvals_log[-1]):
    tickvals_log = np.append(tickvals_log, zmax_log)
    tickvals_linear = np.append(tickvals_linear, zmax)

# format all tick labels the same way
ticktext = [f"{v:,.2e}" for v in tickvals_linear]

fig = go.Figure(go.Heatmap(
    z=z_log,
    zmin=np.log10(user_min_tick),
    zmax=np.log10(zmax),
    colorscale='Viridis',
    colorbar=dict(
        tickmode='array',
        tickvals=tickvals_log,
        ticktext=ticktext,
        title=dict(
            text='Value (log scale)',
            side='right'
        )
    )
))

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

79680299

Date: 2025-06-26 10:22:07
Score: 1
Natty:
Report link

Just copy and past this code

<IfModule mod_rewrite.c>
    RewriteEngine On 
    RewriteRule ^(.*)$ public/$1 [L]
    Options -Indexes
</IfModule>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammed Abu Faysal

79680298

Date: 2025-06-26 10:22:07
Score: 2.5
Natty:
Report link

You can use this
<input type="date" id="ExpenseDate" oninput="ShowExLORE()" maxlength="100" class="form-control" />

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

79680288

Date: 2025-06-26 10:09:04
Score: 2
Natty:
Report link

Any value is missing also in syntax it will ask for password prompt
for example in below script

New-DbaDatabase -SqlInstance localhost -name newdbtocopy

when omit the '-name' it was prompting for some input/credentials, once I correct it the error disappeared

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

79680281

Date: 2025-06-26 10:03:03
Score: 0.5
Natty:
Report link

I just encountered a similar problem with the same error message. I was able to solve it in code as follows:

import os
os.environ["OPENCV_FFMPEG_READ_ATTEMPTS"] = str(2**18)
import cv2

The rest of the code needed no changes.

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

79680279

Date: 2025-06-26 10:01:01
Score: 4
Natty:
Report link

Thanks to @estus-flask.

inheritAttrs was what I needed - attributes are now passed only to the element with v-bind="$attrs".

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @estus-flask
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Welnyr

79680268

Date: 2025-06-26 09:52:59
Score: 2
Natty:
Report link

Google’s 2025 update adds a footnote:

Intel N-/U-series chips are “not recommended” due to throttling with the new Jetifier-less Gradle plugin.

Benchmarks at TechCrunch’s I/O 2025 recap show the new KMP multi-platform cache cuts incremental build time 15 % on Ryzen 7 7840U ultrabooks. U.S. federal dev-shops must also pass NIST 800-163 vetting; enabling Android Gradle plugin’s reproducibleBuilds true flag simplifies SBOM generation for that audit.

References

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ankur Shrivastav

79680266

Date: 2025-06-26 09:49:58
Score: 3.5
Natty:
Report link

By default, the setting framed in red in the screenshot is set to “Automatic” (which doesn't seem to work as you'd expect).

Instead of using: “?feature.enableAadDataPlane=true”, you can simply change the setting to true and it works fine.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Nicolas Terreaux

79680263

Date: 2025-06-26 09:48:56
Score: 6 🚩
Natty: 4
Report link

I have the same error. But debugger shows me what component was't the component object but promise/observable. Try to log it and check. And yep *ngComponentOutlet is amazing thing.

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Igor Demianiuk

79680260

Date: 2025-06-26 09:44:55
Score: 3
Natty:
Report link

Let's break this down. I assume you are using Metabolism/Wordpress-Bundle which allows Symfony and Wordpress to work together.

Your question is rather hard to read, next time, put code in code blocks.

But it seems you are confusing how routes.yaml is supposed to work.

You currently have (I assume):

controllers: 
  resource: 
    path: ../../src/Controller/ 
    namespace: App\Controller 
    type: annotation

Which is incorrect. You currently have an array of path, namespace and type all in one. Looking at Symfony's docs on routing, it should look like this:

# config/routes/attributes.yaml
controllers:
    resource:
        path: ../../src/Controller/
        namespace: App\Controller
    type: attribute

kernel:
    resource: App\Kernel
    type: attribute

Again, I cannot see the indentation of your controllers: declaration but I assume there is a mistake there. Could you update your question with either a screenshot or a code block of routes.yaml?

Reasons:
  • Blacklisted phrase (1): Could you update
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Julian Koster

79680255

Date: 2025-06-26 09:43:55
Score: 1
Natty:
Report link

The issue was not within fastapi but the reverse proxy that I didn't know about.
My initial code example worked and also the provided solutions here.
I just had to curl /app/publish instead of /publish

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

79680254

Date: 2025-06-26 09:42:54
Score: 6
Natty: 7
Report link

Can these audio streamed outside AWS env, that is to an external LLM?

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): Can these
  • Low reputation (1):
Posted by: Arun Raj

79680253

Date: 2025-06-26 09:40:53
Score: 3.5
Natty:
Report link

Use openpyxl version 3.1.5 or later, the error with filters has been fixed.

See: https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1967

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

79680246

Date: 2025-06-26 09:35:52
Score: 1
Natty:
Report link

Try use Swap instead of CopyFrom.

ActivityMapInfo = MapInfo; // Crash!!!
ActivityMapInfo.CopyFrom(*MapInfo); // Crash!!!

proto::message::MapInfo temp;  // No problem
tempMapInfo.CopyFrom(*MapInfo);
ActivityMapInfo.Swap(&temp);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ChengYu

79680235

Date: 2025-06-26 09:28:49
Score: 4
Natty:
Report link

You have run the system out of memory. The OS is responding to what you did. OOM error is valid.

Is there a reason for this code, because I can't think of any possible reason to do this?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: dcy665

79680232

Date: 2025-06-26 09:26:48
Score: 2.5
Natty:
Report link

I know a long time has passed. But I came across this same issue, therefore.. I will leave here the solution if you end up in this forums as I did, hoping it helps.

Select File > Options. Scroll down the main pane on the right. Clear the check box 'Show the Start screen when this application starts'. Click OK. Quit and reopen Excel. Thanks for your feedback, it helps us improve the site.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Elia

79680226

Date: 2025-06-26 09:24:48
Score: 0.5
Natty:
Report link

What worked for me was removing the: <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />

It'd been deprecated and it doesn't match the version of <PackageReference Include="AutoMapper" Version="14.0.0" /> installed.

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

79680217

Date: 2025-06-26 09:19:46
Score: 2
Natty:
Report link

I have looked on F.Mysir answer and inside alpha() function, Google set clip=true. I have replaced Modifier.alpha(0.99f) with Modifier.clipToBounds() and it looks like the issue was fixed.

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

79680213

Date: 2025-06-26 09:14:45
Score: 1
Natty:
Report link

A possible workaround consists in defining a DependencyLoader class in a separate file, exposing a method to dynamically load any source file, then adding the DependencyLoader file to the externals collection, so that it's not bundled. Then you can just load your dynamic dependencies through DependencyLoader.

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

79680210

Date: 2025-06-26 09:13:44
Score: 2.5
Natty:
Report link

In a computing context, "register state" refers to the current values stored in the processor's registers at a specific point in time. These registers are small, high-speed storage locations within the CPU used to hold data and instructions that the processor is actively using.

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

79680201

Date: 2025-06-26 09:06:43
Score: 2
Natty:
Report link
CALL CDS_EXTRACT_CHECK_ROWCOUNT(:STAGE_DATABASE, :STAGE_SCHEMA, :STAGE_TABLE) INTO :rowcount ;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: joy ultimates

79680196

Date: 2025-06-26 09:03:42
Score: 0.5
Natty:
Report link

MimeMessage with the above provided code from OP takes a shortcut and only works on plain text. Usually modern E-Mail providers use plain html or a mix of html and txt. To work around one way is to create 2 variables which later get used to display one holding MimeKit.Text.TextFormat.Text and the other with an .Html ending. This way you can catch both if one fails

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

79680192

Date: 2025-06-26 09:01:41
Score: 1
Natty:
Report link

Place your anti-forgery middleware after the UseStatusCodePagesWithReExecute and it will work (tested on .Net 9) :

app.UseStatusCodePagesWithReExecute("/404");
app.UseAntiforgery();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Asmaa B.

79680186

Date: 2025-06-26 08:59:41
Score: 1
Natty:
Report link

Appearently answer was pretty simple. Aside from HTTP solutions, there was an update to how clickonce operates at some point.

Sincere thanks to this pull request: https://github.com/dotnet/deployment-tools/pull/208

This basically solves all our problems, although the risky part that if you launch your application without ClickOnce tool (through vscode or whatever), these strings will be returned null. So testing was impossible, but these values are returned on live applications.

string updatedVersionStr = Environment.GetEnvironmentVariable("ClickOnce_UpdatedVersion");
string currentVersionStr = Environment.GetEnvironmentVariable("ClickOnce_CurrentVersion");

if (!string.IsNullOrEmpty(updatedVersionStr) && !string.IsNullOrEmpty(currentVersionStr))
{
    Version updatedVersion;
    Version currentVersion;

    if (Version.TryParse(updatedVersionStr, out updatedVersion) &&
        Version.TryParse(currentVersionStr, out currentVersion))
    {
        if (updatedVersion > currentVersion)
        {
            _logger.AddLog($"New version available. Current:{currentVersion}, New:{updatedVersion}");
            Application.Restart();
        }
    }
    else
    {
        //Error checking, other stuff, catches, whatever.
    }
}

Thank you all.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hakkology

79680184

Date: 2025-06-26 08:56:40
Score: 3.5
Natty:
Report link

Resharper extension caused all this mess. Uninstalled and all works fine

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

79680182

Date: 2025-06-26 08:55:40
Score: 0.5
Natty:
Report link

this is custom rom, so that there is not any android official api to change the feature.

serveral hours later, I got the solution :

  1. run adb shell settings list system, get all setting keys and values;

  2. change 'Enable true hibernation', and run the same command, compare values;

  3. get the feature key is 'systemsleep_open';

  4. then run code in app activity

    try {
        Runtime.getRuntime().exec("settings put system systemsleep_open 1")
    } catch (e: Exception) {
        e.printStackTrace()
    }
    
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: JoShin

79680178

Date: 2025-06-26 08:52:39
Score: 2.5
Natty:
Report link

I faced same "challenge". Found how to download specific version. There is XML list of all versions (and their URL path): https://s3-us-west-2.amazonaws.com/dynamodb-local

I needed version 2.6.1. I opened https://hub.docker.com/r/amazon/dynamodb-local/tags and saw that 2.6.1 was published 2025-04-14. From this list I found the item:

<Key>v2.x/dynamodb_local_2025-04-14.tar.gz</Key>

and used that key in url: https://d1ni2b6xgvw0s0.cloudfront.net/v2.x/dynamodb_local_2025-04-14.tar.gz

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guram Vashakidze

79680175

Date: 2025-06-26 08:50:38
Score: 0.5
Natty:
Report link

I figured it out. I added ui.html to "resources" in "web_accessible_resources" in manifest.json, and used (await fetch(chrome.runtime.getURL("ui.html"))).text() to get the HTML and store it in a variable in content.js to later inject. Thanks for trying to help. :)

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I figured it out
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: redbackspider

79680171

Date: 2025-06-26 08:47:37
Score: 3.5
Natty:
Report link

enter image description here

Should be working, you have two pointers and you can shift the second one by 'n'.

The size just needs to be correct.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: killa

79680169

Date: 2025-06-26 08:45:37
Score: 4
Natty:
Report link

The simplest working solution was pointed out by @iRon and it is to set the Region > Administrative > Language for non-Unicode programs > Change system locale > Beta: Use Unicode UTF-8 for worldwide language support as described in https://stackoverflow.com/a/57134096/1701026.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @iRon
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: andy

79680167

Date: 2025-06-26 08:43:35
Score: 8 🚩
Natty: 5
Report link

I am struggling with the same problem.
I threw together an example.

https://github.com/sandra-markerud/keycloak-sample

Start keycloak with a docker-compose file. Keycloak contains two realms, "external" and "internal".

I cannot make it work.

Any help would be appreciated

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): I am struggling
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (3): Any help would be appreciated
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sandra Markerud

79680157

Date: 2025-06-26 08:36:33
Score: 1
Natty:
Report link

Have you tried this? https://techcommunity.microsoft.com/blog/adforpostgresql/online-migration-to-postgresql-flexible-server-on-azure-from-single-server/4086503.

Azure’s online migration service for PostgreSQL Flexible Server, which supports continuous replication and a controlled cutover for minimal downtime and data consistency. Plan and test the migration, monitor replication, and ensure all writes are stopped before final cutover to achieve near-zero downtime

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Durairaj

79680152

Date: 2025-06-26 08:32:32
Score: 2
Natty:
Report link
<audio controls style="width: 100%; max-width: 600px; margin-top: 10px;">
  <source src="sandbox:/mnt/data/Tal%20Como%20O%20Sol_MASTERIZADA.mp3" type="audio/mpeg">
  Seu navegador não suporta este player de áudio.
</audio>
 Quero ouvir isso aqui
Reasons:
  • Blacklisted phrase (1): não
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Délio Niva's

79680148

Date: 2025-06-26 08:29:32
Score: 0.5
Natty:
Report link

Install the expect package, which comes with the unbuffer command. And disable the pager by overwriting PAGER

PAGER='cat' unbuffer git log | head

This filters through the complete output (And retains colors as well)

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

79680146

Date: 2025-06-26 08:27:30
Score: 7 🚩
Natty: 5.5
Report link

is it possible to use Service Plan Azure on Linux with Azure Logic Apps ?

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is it
  • Low reputation (1):
Posted by: Pascal Guilloteau

79680135

Date: 2025-06-26 08:22:29
Score: 0.5
Natty:
Report link

@Marleen is correct. You have to many parameters in your noSpecialChars function. I have a similar function in my CI4 app that looks like this:

public function alpha_numeric_punct_german(string $str, ?string &$error = null)
{
    // M = Math_Symbol, P = Punctuation, L = Latin
    if ((bool) preg_match('/^[^\p{M}\p{P}\p{L}0-9 ~!#$€%\&\*\-\–_+=|:.,„“"`´\']+$/ium', $str)) {
        $error = 'Contains illegal characters';

        return false;
    }

    return true;
}

The $errorargument is optional. You only have to pass string $fields and array $data if you want to pass additional data to your validation rule like for example in in_list[2,5] or valid_date[d.m.Y].

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Marleen
  • Low reputation (0.5):
Posted by: Simon Weber

79680133

Date: 2025-06-26 08:20:28
Score: 1
Natty:
Report link

The problem here is that the attribute author in Post differes from the one in PostWithNull, in Post its type is Author in PostWithNull its type is Author | null.

To solve your issue you could change the return type of your function with:

function getPostById(id: string): PostWithNull | null {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ratinax

79680126

Date: 2025-06-26 08:16:27
Score: 3
Natty:
Report link

Windows these days also automatically blocks applications from modifying directories that haven't been explicitly allowed. If you go to Smart App Control and select add app, recently blocked apps then you can add that app to the allow list.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: R Bostock

79680118

Date: 2025-06-26 08:10:25
Score: 2.5
Natty:
Report link

Yes its correct. If your repo name is exactly same as your username, site will be live at "<username>.github.io", but if your repo name is different than username, you must provide repo name next to your domain i.e "https://<user_name>.github.io/<repo_name>".

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

79680108

Date: 2025-06-26 08:05:24
Score: 1
Natty:
Report link

The problem is not the Data API Builder, but the database it connects to.

For a Microsoft SQL Server you can specify the connection timeout directly in the connection string

Server=tcp:{server-address},{port};Initial Catalog={database-name};{authentication};Connection Timeout=30;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Martin

79680087

Date: 2025-06-26 07:49:19
Score: 3.5
Natty:
Report link

I Think there no solution for this , try to contact whatsApp support team

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

79680082

Date: 2025-06-26 07:41:17
Score: 6
Natty: 7
Report link

Can You tell me more about this ? When i run spark-submit --packages "org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.6" test.py
It threw the errors of KafkaConfigUpdater.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can You tell me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can You
  • Low reputation (1):
Posted by: Nguyên Võ

79680080

Date: 2025-06-26 07:40:17
Score: 2.5
Natty:
Report link

The time complexity of the function is O(n) where N is the size of the input list segment

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

79680079

Date: 2025-06-26 07:39:16
Score: 2.5
Natty:
Report link

If you are generating your project from Spring Initializer then definatelyt you have chosen the maven. In that case, you just delete your m2 repository and download all dependencies again.

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

79680065

Date: 2025-06-26 07:30:14
Score: 1.5
Natty:
Report link

At Nest Thermostats Dubai, we want our customers to enjoy smart temperature control without hassle. The Google Nest Thermostat has built-in user and rate limits to ensure smooth and secure operation. It allows multiple users via the Google Home app, giving family members shared access. However, to protect performance, Google sets limits on the number of remote commands per hour or day. These limits prevent overloading the system and keep your home running efficiently. If limits are reached, simply wait and try again. At Nest Thermostats Dubai, we ensure easy setup, expert support, and smart home comfort for all.

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

79680056

Date: 2025-06-26 07:22:12
Score: 1.5
Natty:
Report link

gf opens the file in a new buffer.

:b# can be used to toggle between the last two buffer. Keybinding it to something like Shift+space can help quickly jump between two files.

On the other hand, if you have followed a chain of gf calls to go though multiple files, ctrl - O [and ctrl - I to reverse it] might be more useful.

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

79680049

Date: 2025-06-26 07:18:10
Score: 4
Natty:
Report link

Right click on search text -> Click -> Activity bar position -> Default
Activity bar position -> Default

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

79680048

Date: 2025-06-26 07:17:10
Score: 1.5
Natty:
Report link
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alex Moura