79503493

Date: 2025-03-12 11:55:28
Score: 1
Natty:
Report link

position: sticky works only in context of the "containing block" - i.e. immediate block ancestor, the nearest ancestor that is a block element

it does not work in context of NOT immediate containers

even if you make the immediate container not a "scroll container" by specifying "overflow: visible", CSS still considers it the scroll container and the element won't stick to the outer div that is a scroll container

specification can be more clear https://www.w3.org/TR/css-position-3, if i understand it correctly

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

79503492

Date: 2025-03-12 11:55:28
Score: 1
Natty:
Report link

You error seems to be in setting VCPKG_CMAKE_SYSTEM_NAME. According to vcpkg docs:

VCPKG_CMAKE_SYSTEM_NAME

Specifies the target platform.

Since you want to cross-compile for windows, it should be empty (for legacy reasons).

set(VCPKG_CMAKE_SYSTEM_NAME "")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Juan Pablo Garibotti Arias

79503483

Date: 2025-03-12 11:52:27
Score: 3.5
Natty:
Report link

Thank you for your thoughtful feedback—I truly appreciate it! Looking forward to delivering more quality content on Geedup Hoodie NZ and beyond. Geedup Hoodie N

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

79503476

Date: 2025-03-12 11:49:26
Score: 2
Natty:
Report link

Found my answer, after introducing some HTML to it:

{ "&92;\\\|\(\[^\]*)&92;\\\|\" : "//someType" }

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

79503467

Date: 2025-03-12 11:46:25
Score: 1.5
Natty:
Report link

Please follow the steps to install the needed angular version

npm uninstall -g @angular/cli
ng --version
check if it is removed from global.
remove from global if not rm -rf /usr/local/bin/ng
or
where ng
rd /s /q C:\Users\YourUser\AppData\Roaming\npm\node_modules\@angular

npm cache clean --force
npm install --save-dev @angular/cli@latest

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

79503465

Date: 2025-03-12 11:45:25
Score: 1.5
Natty:
Report link

This is now possible in XCode 16. (After 10 major versions since this question! Imagine that.)

If you create a new project using XCode 16, you get this feature by default. But if you want to convert an existing project to use this feature you can just convert the top group in your project navigator into a Folder:

enter image description here

The project then becomes like this:

enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
Posted by: yoninja

79503460

Date: 2025-03-12 11:44:24
Score: 8 🚩
Natty: 4.5
Report link

Were you able so solve this problem? I'm having this exact problem and so far no success...

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ferreiraMan

79503446

Date: 2025-03-12 11:36:22
Score: 2
Natty:
Report link

If you are using MIUI 14, You have to enable Install via USB option. For this I was asked to "insert SIM card", did the same and removed the sim after enabling the toggle switch. The error didn't reappear.

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

79503435

Date: 2025-03-12 11:33:21
Score: 4
Natty:
Report link

Yes. Infact, there is a Vim clone made for COSMOS operating systems.
https://github.com/bartashevich/MIV

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

79503427

Date: 2025-03-12 11:26:20
Score: 3
Natty:
Report link

I encountered the same issue and resolved it by relocating the Zod schema, which was originally defined using createInsertSchema on the actions page, to a separate file.

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

79503419

Date: 2025-03-12 11:22:19
Score: 0.5
Natty:
Report link

This ensures that the element only appears for the intended users without unnecessary layout shifts.

<div id="testElement" style="display: none;">AB Test Content</div>
<script>
  if (shouldShowElement) { // AB testing condition
    document.getElementById("testElement").style.display = "block";
  }
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prem Singh

79503417

Date: 2025-03-12 11:21:19
Score: 3
Natty:
Report link

Downgrading to Docker 4.36.0 (I was using 4.39.0) solves the issue... The menu appears and I checking the box solves the docker command issue. Not sure what happened to 4.39.0 (newest version).

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

79503406

Date: 2025-03-12 11:18:18
Score: 2.5
Natty:
Report link

I found some old proxy settings in ~/.gradle/gradle.properties that I forgot about. Removing them fixed the issue.

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

79503399

Date: 2025-03-12 11:13:17
Score: 2
Natty:
Report link

Endpoint:
GET https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}/comments?api-version=7.1-preview.3

Filter results where "createdBy" matches your name and "text" contains your keyword

DevOps with Multi Cloud Training in KPHB

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

79503398

Date: 2025-03-12 11:13:17
Score: 3.5
Natty:
Report link

Kill the dev terminal then again run the npm run build

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

79503349

Date: 2025-03-12 10:56:13
Score: 2
Natty:
Report link

https://docs.getdbt.com/reference/resource-configs/snowflake-configs#query-tags
You can add query_tag setting the config in your test sql or doing the following configuration in your dbt_project.yml :

data_tests:
  your_dbt_project:
    your_model:
        +query_tag: '{ "key": "value" }'
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MoHaqK

79503347

Date: 2025-03-12 10:55:13
Score: 0.5
Natty:
Report link

You could use AWS WAF Rate limit Aggregate by Custom Key.

Rate limit by a component of the URL (an API key in this case)

I'm assuming what you meant by API keys on the URL is the Query argument?

You should be able to do Custom Keys -> Query Arguments, then pick your key

https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based-aggregation-options.html

https://aws.amazon.com/blogs/security/discover-the-benefits-of-aws-waf-advanced-rate-based-rules/

Determine limit dynamically (different behaviour for different keys)

Feel free to create a custom rate limit rules for each of the Custom Keys as necessary

Perform some non-blocking action in the first instance of exceeding the limit, then block if the limit is exceeded consistently

Create 2 rate limit rules, 1 to notify you(COUNT) the other to BLOCK. Create 2 separate threshold for each of them. Do note that the COUNT need to be lower than the BLOCK

Log both of the above actions and do something with the outputted logs (i.e. forward them somewhere)

You can configure your WebAcl to output your logs to an S3 Bucket then use Athena to query it or Cloudwatch then query it using Cloudwatch log insight or you could use firehose and pipe it somewhere e.g Datadog Logs, Opensearch etc
https://docs.aws.amazon.com/waf/latest/developerguide/logging.html

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

79503338

Date: 2025-03-12 10:52:12
Score: 2.5
Natty:
Report link

it is the very purpose of hash algorithms that it is not possible to recreate the input from the hash

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

79503337

Date: 2025-03-12 10:51:12
Score: 1.5
Natty:
Report link

Not possible but you can modify admin-extra.css:

.app-auth.module .model-user th a {
    visibility: hidden;
}
.app-auth.module .model-user th a:after {
    content:'NEW NAME'!important;
    visibility: visible;
    float: left;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: PC49

79503335

Date: 2025-03-12 10:50:12
Score: 0.5
Natty:
Report link

Just to update any new visitors to this question.
As of 2025, starting a project using the '.NET MAUI Blazor Hybrid and Web App' template, creates two separate projects for multiplatform and web, a shared project to add Blazor components they both use and a myproject.Client, the prurpose of which I have yet to devine.
It is a single component for all platforms solution.

Reasons:
  • No code block (0.5):
Posted by: sanepete

79503331

Date: 2025-03-12 10:49:11
Score: 0.5
Natty:
Report link
I know it is possible to get all the corresponding values ​​and costs of all action types triggered by the ad. But I need to get exactly the action type selected as 'conversion'. This is done through the 'Objective' field in the Campaign and the 'Conversion Location' of the Ad. The 'Objective' of the campaign is easy to get through the API but I can't find the 'Conversion Location'.

I can even get around this by inserting the 'Conversion Location' in the name of the campaign or ad, then through Power BI I make a measurement to compare the name of the Campaign with the Action Type... when it is the same I know it is the conversion (Result) selected in the ad. But I need a more precise solution through the API itself.
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexandre MaxterTech

79503320

Date: 2025-03-12 10:44:10
Score: 2
Natty:
Report link

As a partial workaround, I found out you can create all the fixed objects before moving the camera, fix them in position, but don't show them. Then, after rotating the camera, you can display them. In this way you can obtain the effect in the first picture, but it is a bit cumbersome as you need to construct the objects in the "first" part of the scene, then display them in the sencod

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alessandro Bertulli

79503318

Date: 2025-03-12 10:44:10
Score: 2
Natty:
Report link

you need to add to your "curl" graphql-query:

-H 'fetch-user-agent: control-panel-app/6.397.49 forge-graphql-client/0.0.0' \
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: KA1853

79503314

Date: 2025-03-12 10:43:10
Score: 1
Natty:
Report link

Just in case if you face this in 2025 this might be because Places API is deprecated, you can find how to enable it in my answer

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

79503313

Date: 2025-03-12 10:43:10
Score: 4
Natty:
Report link

Fixed by itself this week. 100% a Microsoft issue they caused and then reversed.

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

79503309

Date: 2025-03-12 10:41:09
Score: 2
Natty:
Report link

Just in case if you face this error in 2025, this might be because now Places API is deprecated, so you might need to enable it using special link, here is my answer in another question

Reasons:
  • Blacklisted phrase (1): another question
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Ivan Borshchov

79503308

Date: 2025-03-12 10:41:09
Score: 1.5
Natty:
Report link

You should import it using

import { RedisStore } from 'connect-redis';

Then RedisStore will be treated as a class constructor.

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

79503305

Date: 2025-03-12 10:39:09
Score: 2.5
Natty:
Report link

Docusign does not support signing without interaction or robo signing. The recipient will have to manually sign the envelope in order for it to be valid.

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

79503304

Date: 2025-03-12 10:37:08
Score: 4
Natty:
Report link

Maybe have you write the alias with minus character ?

DT_ALIAS(stepper-motor1)

or do you write as follow ?

DT_ALIAS(stepper_motor1)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29967629

79503301

Date: 2025-03-12 10:37:08
Score: 3
Natty:
Report link

Great tip! 🙌 Configuring GitLint to ignore long links can definitely help keep your commit messages clean and within the line length limit. It’s a small tweak but makes a big difference in maintaining readability and consistency. 🔧

If you want to dive deeper into Git configuration tips and other useful development tools, check out my website for detailed guides and expert tips to improve your coding workflow!

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: betyek1

79503300

Date: 2025-03-12 10:36:08
Score: 2.5
Natty:
Report link

In my case. I saw this error when uploading the build to Firebase, to the project where the "Get started" button wasn't pressed. So I saw information about the feature instead of upload dashboard

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

79503298

Date: 2025-03-12 10:36:08
Score: 1
Natty:
Report link

If anyone is interested in how to create the polar plots from the generated gray codes, here is some code for completeness (thanks OP for an interesting exercise on numpy and gray codes). Set an oversampling for small bit counts to make the plot smooth.

enter image description here

def plot_gray_codes(gc, oversampling=1):
    import matplotlib.pyplot as plt
    fig, ax = plt.subplots(subplot_kw={'projection': 'polar'})
    
    # Set an oversampling factor to make the polar plot smoother for small bit counts
    gc = np.repeat(gc, oversampling, axis=0) if oversampling > 1 else gc
    for i, j in zip(*np.where(gc)):
        ax.fill_between([i * 2 * np.pi / gc.shape[0], (i + 1) * 2 * np.pi / gc.shape[0]], [j, j], [j+1, j+1], color='black')

    ax.set_aspect('equal')
    plt.axis('off')
    plt.tight_layout()
    plt.show()
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: André

79503295

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

On Mac, when buttons are placed inside a menu, the UI may not render ScreenTips and SuperTips as expected. This is due to how the Mac version of Office handles menus and tooltips differently compared to Windows.

WOrkarounds:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: G. N. MS

79503281

Date: 2025-03-12 10:30:06
Score: 2
Natty:
Report link

You are using the size of the screen as the size of the InteractiveViewer content. Try wrapping the Interactive viewer with a LayoutBuilder and setting those constraints to the CustomPainter size.

Also make sure you render the paint correctly respecting the given bounds

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

79503280

Date: 2025-03-12 10:30:06
Score: 2
Natty:
Report link

This was a bug. I reported it when downgrading to 17.12.4, they said the fix was already in the pipeline.

I've verified it's fixed in 17.13.3.

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

79503277

Date: 2025-03-12 10:29:05
Score: 0.5
Natty:
Report link

After digging further through Ray's documentation, orthogonal to J_H's answer, this is the style Ray seems to prefer and is the cleanest in my opinion:

import ray
import numpy as np

ray.init()

@ray.remote
def test_function(x):
    try:
        if np.random.rand() < 0.5:
            raise Exception
        return [x, x*x, "The day is blue"]
    except Exception:
        return None

futures = [test_function.remote(i) for i in range(10000)]

print(ray.get(futures))

And then the None entries can be dropped either in the list itself, or when importing into Pandas with .dropna().

Hopefully this helps someone in the future :)

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

79503275

Date: 2025-03-12 10:27:05
Score: 3
Natty:
Report link

i suggest using firebase cloud messaging in conjunction with a service worker for background task along side, events api, notifications api and maybe caching

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

79503273

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

I am not sure that Fedora (KDE) provide direct access to modifying the entire acceleration curve to mimic macOS behavior.

But there is a maccel driver (https://www.maccel.org/) looks like this can help you achieve what you want.

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

79503243

Date: 2025-03-12 10:14:02
Score: 2.5
Natty:
Report link

Aha, I figured it out: I needed the always-allow-substitutes option.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: tom

79503232

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

You can do this in one line with NumPy’s built-in functions using np.repeat with np.diff:

def expand_split_list(T):
    return np.repeat(np.arange(len(T) - 1), np.diff(T))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: EuanG

79503201

Date: 2025-03-12 09:58:58
Score: 3
Natty:
Report link

For me worked running the python installer again (with out uninstalling) and then it gave me a 'Repair' option that fixed the problem

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

79503193

Date: 2025-03-12 09:55:58
Score: 2.5
Natty:
Report link

are cloud service provider answer the question

The KQL is sound by there is alerting permission and we had not added it on the azure resource group

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

79503191

Date: 2025-03-12 09:54:58
Score: 1.5
Natty:
Report link

Rather than mixing 16-bit and 8-bit multiplies, think of M and N as 32-bit values (with leading zeroes). Then you have MH:ML × NH:NL.

MH × NL, MH × NH + CARRY. Shift left 16 bits, add ML × NL + CARRY, ML × NH + CARRY.

When multiplying AND adding, use the 16-bit "Multiply Accumulate" instruction EMACS.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Alan Campbell

79503179

Date: 2025-03-12 09:51:56
Score: 5
Natty: 5
Report link

fs is a React Native utility function for responsive font size, height, and width scaling.

https://www.npmjs.com/package/@ammarwahid/react-native-responsive-layout?activeTab=readme

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ammar

79503177

Date: 2025-03-12 09:50:56
Score: 2
Natty:
Report link

Sort the one you want as default to the top from woocommerce > settings > payments and disable the one currently set to default then refresh the site and enable it back now you will have the top most method set to default.

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

79503176

Date: 2025-03-12 09:49:55
Score: 2
Natty:
Report link

Ensure your SMTP credentials are in your .env file and are properly referenced by your process.env object. You can start by logging the expected SMTP values.

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

79503173

Date: 2025-03-12 09:48:55
Score: 4
Natty: 5
Report link

https://forum.dcmtk.org/viewtopic.php?t=5219

check this url, may help you. I compile by cmake

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

79503165

Date: 2025-03-12 09:45:53
Score: 6 🚩
Natty: 5
Report link

我也碰到了,目前没找到解决办法,在github上也没有找到相似的issue,有答案了告诉一下我,感谢

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: 小松同学

79503159

Date: 2025-03-12 09:41:52
Score: 1
Natty:
Report link

There are 2 ways to achieve this, one using an ALLOW rule the other is using WAF Labels

ALLOW rule would be easier but would not be as customizable as WAF Labels and my personal opinion WAF Labels would be the more proper way of implementing this

Allow Rules

Create a rule with the following JSON

{
  "Name": "Whitelist-IP-Bypass-WAF",
  "Priority": 0,
  "Action": {
    "Allow": {}
  },
  "VisibilityConfig": {
    "SampledRequestsEnabled": true,
    "CloudWatchMetricsEnabled": true,
    "MetricName": "Whitelist-IP-Bypass-WAF"
  },
  "Statement": {
    "IPSetReferenceStatement": {
      "ARN": "arn:aws:wafv2:ap-southeast-1:123456789012:regional/ipset/whitelisted-ip-set/12345678-90ab-cdef-0123-4567890abcd"
    }
  }
}

Then add the rule to the webacl as follow

enter image description here

You can also use a rule-group but the point is that it needs to be in a lower priority than your managed rule set

Allow Listing by WAF Labels

Another option is that you need to override the managed rule set to count

enter image description here

Then add the following rule

Using Namespace

{
  "Name": "Block-Non-Whitelisted-IP-with-Core-rule-set-label",
  "Priority": 4,
  "Action": {
    "Block": {}
  },
  "VisibilityConfig": {
    "SampledRequestsEnabled": true,
    "CloudWatchMetricsEnabled": true,
    "MetricName": "Block-Non-Whitelisted-IP-with-Core-rule-set-label"
  },
  "Statement": {
    "AndStatement": {
      "Statements": [
        {
          "LabelMatchStatement": {
            "Scope": "NAMESPACE",
            "Key": "awswaf:managed:aws:core-rule-set:"
          }
        },
        {
          "NotStatement": {
            "Statement": {
              "IPSetReferenceStatement": {
                "ARN": "arn:aws:wafv2:ap-southeast-1:123456789012:regional/ipset/whitelisted-ip-set/12345678-90ab-cdef-0123-4567890abcd"
              }
            }
          }
        }
      ]
    }
  }
}

Using Label

{
  "Name": "Block-Non-Whitelisted-IP-with-Core-rule-set-label",
  "Priority": 4,
  "Statement": {
    "AndStatement": {
      "Statements": [
        {
          "LabelMatchStatement": {
            "Scope": "LABEL",
            "Key": "awswaf:managed:aws:core-rule-set:CrossSiteScripting_URIPath"
          }
        },
        {
          "NotStatement": {
            "Statement": {
              "IPSetReferenceStatement": {
                "ARN": "arn:aws:wafv2:ap-southeast-1:123456789012:regional/ipset/whitelisted-ip-set/12345678-90ab-cdef-0123-4567890abcd"
              }
            }
          }
        }
      ]
    }
  },
  "Action": {
    "Block": {}
  },
  "VisibilityConfig": {
    "SampledRequestsEnabled": true,
    "CloudWatchMetricsEnabled": true,
    "MetricName": "Block-Non-Whitelisted-IP-with-Core-rule-set-label"
  }
}

This approach is much more versatile since you can match a specific Namespace or Label. But you do need to note that you need to create a rule for each of the ManagedRule that you have

So in the example above you would need to create a rule for awswaf:managed:aws:core-rule-set: , awswaf:managed:aws:known-bad-inputs: and awswaf:managed:aws:amazon-ip-list:

For a full list of WAF Label you refer to this documentation: https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html

References:

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vincent Tjianattan

79503153

Date: 2025-03-12 09:40:52
Score: 4
Natty:
Report link

TDunitX.CurrentRunner.CurrentTestName

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: marchomal

79503150

Date: 2025-03-12 09:38:51
Score: 2
Natty:
Report link

To connect successfully using sqlplus / as sysdba, Windows users must explicitly configure their sqlnet.ora file with SQLNET.AUTHENTICATION_SERVICES=(NTS) . However, this parameter is not required for Oracle Linux installations and can be removed entirely or configured with the (NONE) value. (On Oracle Linux systems, you can connect seamlessly using the oracle user account without any special authentication service configuration.)

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

79503148

Date: 2025-03-12 09:37:50
Score: 7.5 🚩
Natty: 6.5
Report link

@wjandrea great answer. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @wjandrea
  • Has no white space (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: MrToro

79503146

Date: 2025-03-12 09:37:50
Score: 2.5
Natty:
Report link

The issue is that you aren't updating the state with the fetched data, so nothing is displayed on the screen. You need to store the fetched data in a state variable and render it in the UI. Also, you're not handling errors properly, so if the fetch fails, you won't see any feedback.

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

79503139

Date: 2025-03-12 09:35:49
Score: 0.5
Natty:
Report link

Thank you @Vitaliy Kurokhtin for the comment.

The reason you're facing the issue is due to wrong syntax, APIM requires expressions to be enclosed in @(...), not "@{...}".

Replace your existing policy with the following,


<inbound>
    <base />
    <set-query-parameter name="timestamp" 
        value="@(Uri.EscapeDataString(DateTime.UtcNow.ToString(&quot;yyyyMMddHHmmssfff&quot;) + &quot;+0000000&quot;))" />
</inbound>

Please refer MsDoc1, MsDoc2 for better understanding of APIM policy expression, Set query string parameter respectively.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Vitaliy
Posted by: Sirra Sneha

79503130

Date: 2025-03-12 09:30:48
Score: 10.5 🚩
Natty: 6
Report link

were you able to solve this issue? I am getting quite a similar problem but following the training. Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mila Saltikova

79503128

Date: 2025-03-12 09:30:48
Score: 2.5
Natty:
Report link

I was able to resolve the problem by creating a .NET MAUI project with Visual Studio 2022 Community instead of the CLI. I then added https://api.nuget.org/v3/index.json as a package source called "Nuget" in Tools > Nuget Package Manager > Package Manager Settings > Package Sources. I probably then restarted Visual Studio. I am not sure how to resolve this with the CLI by itself. I am able to build and run / test .NET MAUI applications now.

Edit: I just noticed the comment detailing how to accomplish this with the CLI. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ben

79503126

Date: 2025-03-12 09:28:47
Score: 1.5
Natty:
Report link

new Microsoft.Office.Interop.Excel.ApplicationClass() works in X++.

new Microsoft.Office.Interop.Excel.Application() NOT!

Microsoft.Office.Interop.Excel.Application() is defined as interface. X++ cannot use new to make an instance. C# new has special handling for this COM interface.

application = new Microsoft.Office.Interop.Excel.ApplicationClass() do not works for all methods, for example:

Application.union(range1,range2) does work with ApplicationClass.

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

79503109

Date: 2025-03-12 09:22:45
Score: 12.5 🚩
Natty:
Report link

I have the same issue. Have you solved it?

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 何常凯

79503105

Date: 2025-03-12 09:19:45
Score: 0.5
Natty:
Report link

For those that have landed here while trying to solve the same problem for MySQL, the INSERT statement has to go before the CTE:

-- MySQL code! Not SQL Server
INSERT INTO tablea(a,b)
WITH alias AS
(
    SELECT y,z FROM tableb
)
SELECT y, z 
FROM alias
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven Cromb

79503099

Date: 2025-03-12 09:16:44
Score: 1.5
Natty:
Report link

Thanks. It helped. I used it with

String content = new String(file.getBytes());

ObjectMapper mapper = new ObjectMapper();

StudentDTO studentDTO = mapper.readValue(contect, StudentDTO);

@JsonIgnoreProperties(ignoreUnknown = true)

public class StudentDTO {

}

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Haroon

79503097

Date: 2025-03-12 09:14:43
Score: 1
Natty:
Report link

In duck_tester.py, try

from src import *

instead of

from src.get_ducks_for_justice import get_ducks 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Coco Q.

79503091

Date: 2025-03-12 09:12:43
Score: 4.5
Natty: 5
Report link

Thanks alot. This work directly for me!

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

79503087

Date: 2025-03-12 09:10:42
Score: 2
Natty:
Report link

Angular 16.2.12 has indirect dependencies to find-up versions 4.1.0 and 6.3.0. See here: https://deps.dev/npm/%40angular-devkit%2Fbuild-angular/16.2.12/dependencies

Adding a resolution to my package.json solved this for me.

{
  "dependencies": { ... },
  "devDependencies": { ... },
  "resolutions": {
    "find-up": "6.3.0"
  }
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hardtmedia

79503072

Date: 2025-03-12 09:03:41
Score: 2
Natty:
Report link

You can add below line in your gradle.properties file:

android.enableR8.fullMode=false

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

79503069

Date: 2025-03-12 09:02:41
Score: 4
Natty:
Report link

https://stackoverflow.com/a/62530710/26711102

He technically did what I wanted, but with

physics: AlwaysScrollableScrollPhysics(
  parent: BouncingScrollPhysics(),
),

it behaves strangely, jerking around. Is there still no good way to do this?

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Maksim Sinitsyn

79503063

Date: 2025-03-12 08:58:39
Score: 5.5
Natty:
Report link

Thanks to "Lastchance" for your hint. And Thanks to "Kikon" for the detailed explanation. @Kikon: I have modified your script to see the difference between synchronous and sequential RK4 integration of system 1 &2.

import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import matplotlib.pyplot as plt




# Parameter values
tau=1.02 
f_1=0.16 
f_2=tau*f_1

m1 = 2000000 # mass1
m2 = 20000 # mass2

# Spring constants
k1 = m1*pow(2*np.pi*f_1,2)
k2 = m2*pow((2*np.pi*f_2),2)


# damping
d1 = (0.04/2/np.pi)*2*pow(k1*m1,0.5)



d_d1=6000
l_p=9.81/pow(2*np.pi*f_2,2)
b=0.3
d2=d_d1*pow((l_p-b)/l_p,2)

def system1(x1, y1, x2, y2):
    return (-d1 * y1 - k1 * x1 + k2 * (x2 - x1) + d2 * (y2 - y1)) / m1

def system2(x1, y1, x2, y2):
    return (-d2 * (y2 - y1) - k2 * (x2 - x1)) / m2

def runge_kutta_4(f1, f2, x1, y1, x2, y2, h):
    k1x1 = y1
    k1x2 = y2
    k1y1 = f1(x1, y1, x2, y2)
    k1y2 = f2(x1, y1, x2, y2)

    k2x1 = y1 + h * k1y1 / 2
    k2x2 = y2 + h * k1y2 / 2
    k2y1 = f1(x1 + h * k1x1 / 2, y1 + h * k1y1 / 2, x2 + h * k1x2 / 2, y2 + h * k1y2 / 2)
    k2y2 = f2(x1 + h * k1x1 / 2, y1 + h * k1y1 / 2, x2 + h * k1x2 / 2, y2 + h * k1y2 / 2)

    k3x1 = y1 + h * k2y1 / 2
    k3x2 = y2 + h * k2y2 / 2
    k3y1 = f1(x1 + h * k2x1 / 2, y1 + h * k2y1 / 2, x2 + h * k2x2 / 2, y2 + h * k2y2 / 2)
    k3y2 = f2(x1 + h * k2x1 / 2, y1 + h * k2y1 / 2, x2 + h * k2x2 / 2, y2 + h * k2y2 / 2)

    k4x1 = y1 + h * k3y1
    k4x2 = y2 + h * k3y2
    k4y1 = f1(x1 + h * k3x1, y1 + h * k3y1, x2 + h * k3x2, y2 + h * k3y2)
    k4y2 = f2(x1 + h * k3x1, y1 + h * k3y1, x2 + h * k3x2, y2 + h * k3y2)

    x1_next = x1 + h * (k1x1 + 2 * k2x1 + 2 * k3x1 + k4x1) / 6
    x2_next = x2 + h * (k1x2 + 2 * k2x2 + 2 * k3x2 + k4x2) / 6
    y1_next = y1 + h * (k1y1 + 2 * k2y1 + 2 * k3y1 + k4y1) / 6
    y2_next = y2 + h * (k1y2 + 2 * k2y2 + 2 * k3y2 + k4y2) / 6

    acc1_next = f1(x1_next, y1_next, x2_next, y2_next)
    acc2_next = f2(x1_next, y1_next, x2_next, y2_next)

    return x1_next, x2_next, y1_next, y2_next, acc1_next, acc2_next

# runge kutta 4th integration, 
'''
x1: system 1 displacement
y1: system1 velocity
acc1: system 1 acceleration
x2: system 2 displacement
y2: system2 velocity
acc2: system 2 acceleration

h: time step

'''
x1 = 0.5
y1 = 0.0
x2 = 0.25
y2 = 0.0

h = 0.02
numpoints = 5000
time = 0

temp1 = system1(x1, y1, x2, y2)
temp2 = system1(x1, y1, x2, y2)

df = pd.DataFrame(index=range(1 + numpoints), columns=range(7))

df.iloc[0] = [time, x1, y1, temp1, x2, y2, temp2]

for i in range(numpoints):
    x1, x2, y1, y2, acc1, acc2 = runge_kutta_4(system1, system2, x1, y1, x2, y2, h)
    time = time + h
    df.iloc[i + 1] = [time, x1, y1, acc1, x2, y2, acc2]

# runge kutta 4th integration - test with sequential integration of system 1 and system 2
x1 = 0.5
y1 = 0.0
x2 = 0.25
y2 = 0.0

h = 0.02
numpoints = 5000
time = 0

temp1 = system1(x1, y1, x2, y2)
temp2 = system1(x1, y1, x2, y2)

df_seq = pd.DataFrame(index=range(1 + numpoints), columns=range(7))

df_seq.iloc[0] = [time, x1, y1, temp1, x2, y2, temp2]

for i in range(numpoints):
    x1, temp_x2, y1, temp_y2, acc1, temp_acc2 = runge_kutta_4(system1, system2, x1, y1, x2, y2, h)
    temp_x1, x2, temp_y1, y2, temp_acc1, acc2 = runge_kutta_4(system1, system2, x1, y1, x2, y2, h)
    time = time + h
    df_seq.iloc[i + 1] = [time, x1, y1, acc1, x2, y2, acc2]


# Create plots with pre-defined labels.
fig, ax = plt.subplots()
ax.plot(df.loc[:,0], df.loc[:,1],label='displacement TT_synch') 
ax.plot(df_seq.loc[:,0], df.loc[:,1],'--',label='displacement TT_seq') 


legend = ax.legend(loc='upper right', shadow=None, fontsize='small')
ax.set_xlabel('time [s]', fontdict=None, labelpad=None, loc='center')
ax.set_ylabel('pos [m]', fontdict=None, labelpad=None, loc='center')    

the result shows that there is no difference between synchron and sequential calculation. synchron vs sequential

Therefore I have got below conclusions:

  1. the deviation I asked at the beginning ("odeint vs runge-kutta-4th") is due to incorrect differential equations
  2. the synchronous and sequential calculation for system 1 &2 using RK4 have no impact on calculation results.

What is your opinion?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): What is your
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Kikon
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Daniel Liu

79503061

Date: 2025-03-12 08:57:39
Score: 0.5
Natty:
Report link

In the code given the system path is set to '../tests' for the imported modules, as this is where duck_tester.py is being run from. When the imported modules themselves try to import, they are looking in '../tests' instead of '../src'. To address this, before importing modules within duck_tester.py, change the system path to '../src':

import sys
sys.path.append('../src')
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: acolls_badger

79503058

Date: 2025-03-12 08:56:39
Score: 0.5
Natty:
Report link

The problem is that sum_over_time returns a single value which is the total sum of all data points in the interval, whereas what you want is - for each timestamp - the sum up to that timestamp. That is unfortunately not possible in Prometheus alone.

But Grafana has support for that using an "Add field from calculation" transformation using "Cumulative functions" as mode . See https://stackoverflow.com/a/79453819/574351

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • No code block (0.5):
  • High reputation (-1):
Posted by: Nicola Ambrosetti

79503054

Date: 2025-03-12 08:55:38
Score: 0.5
Natty:
Report link

I finally found the solution:

I had solid queue set up for development but not solid cable.

I believe that when using active job, the updates go through solid cable and not solid queue.

So setting up solid cable (on top up the setup of solid queue that i already had) fixed my issue

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

79503046

Date: 2025-03-12 08:51:37
Score: 1
Natty:
Report link

Above given path I couldn't find on my Windows 11 m/c. I run the command where python which returned path where python exe is present then one folder above at the returned path there is script folder which is having checkov cmd

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

79503043

Date: 2025-03-12 08:50:37
Score: 0.5
Natty:
Report link

You could try using COALESCE operator as given below

SELECT 
    c1.ctr_id,
    c1.ctr_id_parent,
    COALESCE(c1.amount, c2.amount) AS amount
FROM fk1 c1
LEFT JOIN fk1 c2
ON c1.ctr_id_parent = c2.ctr_id;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MubarakZade

79503021

Date: 2025-03-12 08:43:35
Score: 2
Natty:
Report link

I understood how to do it. Rather than:

IRubyObject io = adapter.eval(runtime, <scriptContent>);

I have to do:

JavaEmbedUtils.EvalUnit evalUnit = adapter.parse(runtime, <scriptContent>, <file name>, 1);
IRubyObject io = evalUnit.run();
Reasons:
  • Blacklisted phrase (1): I have to do
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hervé Girod

79503019

Date: 2025-03-12 08:43:35
Score: 1
Natty:
Report link

SET @@sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

It worked for me

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rishu Tripathi

79503018

Date: 2025-03-12 08:42:35
Score: 3.5
Natty:
Report link

We have written a comprehensive article on Medium about how to use and implement MVVM in Flutter. Here is the link: https://medium.com/p/95be868b18b9

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): Here is the link
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: LucaRoverelli

79503011

Date: 2025-03-12 08:39:34
Score: 2
Natty:
Report link
docker run -it openjdk:25-ea-jdk bash
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Krzysztof Tomaszewski

79503001

Date: 2025-03-12 08:34:32
Score: 4
Natty:
Report link

If you read this you are gay... (3 people are gay for the moment)

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

79502994

Date: 2025-03-12 08:31:32
Score: 1
Natty:
Report link

Windows: in my .aws\credentials file I had credentials with a header [somename]. It wored OK when I added the header [default]. In the default header I copied the same values from the [somename]

So, when you use AWS functions that automatically get credentials from .aws\credentials, those function are looking for the credentials under the header [default].

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

79502990

Date: 2025-03-12 08:28:31
Score: 3.5
Natty:
Report link

I try to remove "using namespace" and resolve this problem, maybe you can try.

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

79502986

Date: 2025-03-12 08:23:30
Score: 0.5
Natty:
Report link

Attach an event listener to the input element to prevent default behavior of certain keys in input element.

document.getElementById('input-element-id').addEventListener('keydown', function(e) {
   if (e.key === 'ArrowUp' || e.key === 'ArrowDown') {
      e.preventDefault();
   }
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vicki

79502985

Date: 2025-03-12 08:23:30
Score: 2.5
Natty:
Report link

What queries do you use? It would be nice to have examples of "bad" ones. Some queries, like grouping, will rather regress than accelerate from sharding.

Also, do you have enough resources (processor, disk performance)? If you run into them, you also would not get any benefits, but only regression due to the fact that aggregation requires additional small resources.

Trying to shard on such a small volume looks like you're trying to do something wrong.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Oleksandr Tkachuk

79502976

Date: 2025-03-12 08:18:29
Score: 2
Natty:
Report link

Based on Oracle documentation, the requirement for setting SQLNET.AUTHENTICATION_SERVICES differs significantly between Windows and Linux operating systems. For Windows installations of Oracle 19C, it is indeed mandatory to configure this parameter with the (NTS) value to enable secure authentication services mikedietrichde.com. However, this parameter is not required for Oracle Linux installations and can be removed entirely(or configure this parameter with the (NONE) value).

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

79502973

Date: 2025-03-12 08:17:29
Score: 0.5
Natty:
Report link

You can create a new self-signed certificate using this command (replace the values in angle brackets):

New-SelfSignedCertificate -Type Custom -Subject "CN=<PublisherName>" -KeyUsage DigitalSignature -FriendlyName "<Certificate firendly name>" -CertStoreLocation "Cert:\CurrentUser\My" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}")

To see the certificates you've created, use this command:

Get-ChildItem "Cert:\CurrentUser\My" | Format-Table Thumbprint, Subject, FriendlyName

I've taken this information from Publish a packaged .NET MAUI app for Windows with the CLI; if copy-pasting the command from this comment doesn't work, try copying it directly from this article.

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

79502964

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

You need to append a space to the value when assigning it. replace $data = $_POST['textdata']; by $data = $_POST['textdata'] . ' ';

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

79502963

Date: 2025-03-12 08:09:27
Score: 1.5
Natty:
Report link

In my case, this issue was caused by using .com instead of .co in the URL of the Supabase endpoint.

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

79502960

Date: 2025-03-12 08:08:27
Score: 6 🚩
Natty: 4.5
Report link

same we trying can you suggest

We are tried to customize/override the extension template file. we want to override below extension and its originale path is

html/app/code/Webkul/Marketplace/view/frontend/templates/product/add.phtml

/html/app/code/Webkul/Marketplace/view/frontend/layout/marketplace_product_add.xml

Now we created a file structure to override this template with file but changes not appearing can you suggest what i missing.

html/app/design/frontend/Webkul/Marketplace/view/frontend/templates/product/add.phtml

html/app/design/frontend/Webkul/Marketplace/view/frontend/layout/marketplace_product_add.xml

Reasons:
  • RegEx Blacklisted phrase (2.5): can you suggest
  • RegEx Blacklisted phrase (2.5): can you suggest what
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: gourav

79502957

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

I now this is a bit old post but today I came across the same issue and was able to find a solution.

Just try to switch "remote ssh" plugin to "Pre-release" version from the extensions page and then restart the extension (or restart the vsc if you want but it is unnecessary, it worked after when I restart the extension).
Pre-release version

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ege BULUT

79502948

Date: 2025-03-12 08:02:25
Score: 1.5
Natty:
Report link

The python sys module has a field called sys.dont_write_bytecode If it is set to True "Python won’t try to write .pyc files on the import of source modules". See the doc here

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

79502940

Date: 2025-03-12 07:58:24
Score: 5
Natty:
Report link

This was fixed thanks to this python function found online: https://www.deanmalan.co.za/2023/2023-02-08-calculate-payfast-signature.html#solution-code

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user8188120

79502938

Date: 2025-03-12 07:54:23
Score: 1
Natty:
Report link

2025 and this problems still persists. I am using router.push in a Next JS project, with a slideshow, with custom cursor...same behavior as described above. Tried a few different workarounds, nothing worked so far.

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

79502934

Date: 2025-03-12 07:52:23
Score: 2.5
Natty:
Report link

If you want to filter out only dash, try this?

# grep -iw ^football01 | grep -v -

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: tedPao

79502930

Date: 2025-03-12 07:49:22
Score: 5.5
Natty: 4.5
Report link

I have the same problem in version 9.3 with Bootstrap 5. When the modal opens, the menu opens at the same time and the modal is disabled. It stays under the overlay and becomes practically inaccessible. I also used z-index and the same problem exists.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Hamid

79502929

Date: 2025-03-12 07:49:22
Score: 0.5
Natty:
Report link

I had a little bit different scenario but I believe this should also work in your case:

At the installation folder where vs_community.exe resides, theres a folder Win10SDK_{version}. Click on it and choose winsdksetup.exe. I did it while the installer was open. When winsdksetup.exe finished, kill the installer via TaskManager, and start it again (I didn't restart my computer), the installation finished successfuly (after being stuck a little while on Microsot.Net.Core).

Reasons:
  • Whitelisted phrase (-1): in your case
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dorin

79502928

Date: 2025-03-12 07:49:22
Score: 1.5
Natty:
Report link

This is an issue with the type of card. Both Mastercards and Visas failed for me, with new cards, and both virtual/physical company cards issued by Mastercard from Mercury. What worked was using my personal, physical credit card *first*, then changing it afterwards to the card I really wanted.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: John Targaryen

79502924

Date: 2025-03-12 07:47:22
Score: 1.5
Natty:
Report link

Both Mastercards and Visas failed for me, with new cards, and both virtual/physical company cards issued by Mastercard from Mercury. What worked was using my personal, physical credit card *first*, then changing it afterwards to the correct card.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: John Targaryen

79502921

Date: 2025-03-12 07:45:21
Score: 3
Natty:
Report link
A
1 $select * from table_name.txt
2 =A1. select(VALUE.split().group@i(~<=~[-1] !isalpha(~[-1])).max(~.len())>=5)

Try.DEMO

Reasons:
  • Low length (1):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: sonma

79502915

Date: 2025-03-12 07:42:21
Score: 1.5
Natty:
Report link

I managed to work this around by

At the installation folder where vs_community.exe resides, theres a folder Win10SDK_{version}. Click on it and choose winsdksetup.exe. I did it while the installer was open. When winsdksetup.exe finished, kill the installer via TaskManager, and start it again (I didn't restart my computer), the installation finished successfuly (after being stuck a little while on Microsot.Net.Core).

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

79502908

Date: 2025-03-12 07:39:19
Score: 8 🚩
Natty: 6.5
Report link

can i fetch the time slot from the database and use it in my flow?

if yes how should my flow be?
now i have a simple form where the user will get a drop down and i have manually (from the meta dashboard) have given 4 time slots, but i want it to come from the database..

Can you please help me.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you please help me
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can i
  • Low reputation (1):
Posted by: Charan P

79502898

Date: 2025-03-12 07:33:17
Score: 1
Natty:
Report link

Add the object to append Value section and use 'insert dynamic content' for expressions. if you need strings, either place "" before and after the expression or @{...} couple the expression in curly brackets. We also don't use double quotes within expressions. It's single quotes for strings.

enter image description here

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

79502897

Date: 2025-03-12 07:33:17
Score: 5
Natty: 6
Report link

maybe u could try this plugin: npm i strapi-plugin-media-upload

Reasons:
  • Blacklisted phrase (1): this plugin
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 柳小小

79502894

Date: 2025-03-12 07:33:17
Score: 1
Natty:
Report link

If using linux and you installed airflow in virtual environment

First activate the environment by typing in the terminal source airflow_env/bin/activate

Then run jupyter notebook from the same environment

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