79548273

Date: 2025-04-01 09:57:50
Score: 1.5
Natty:
Report link
cy.get('button').each(($btn, index) => {
  if (index > 0) {  // Skips the first button (index 0)
    cy.wrap($btn).click();
  }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bharath Kumar

79548271

Date: 2025-04-01 09:56:50
Score: 1
Natty:
Report link

I've faced the same issue. In my case there was a module rename. go clean -modcache, replace in go.mod, manual module name change in the go.mod did not help. I had to change all the links to the old module in the go code (import section of go files) and after that go mod tidy did the job.

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

79548268

Date: 2025-04-01 09:56:50
Score: 1.5
Natty:
Report link

Instead of importing the image as: import img from "../../assets/logo.png";

import as const img = require("../../assets/logo.png");

Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saurabh Gupta

79548251

Date: 2025-04-01 09:49:48
Score: 1
Natty:
Report link

I only had this problem in a library and fixed with in the library's CMakesList.txt with:
add_definitions(${Qt6Core_DEFINITIONS}

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

79548237

Date: 2025-04-01 09:41:47
Score: 1.5
Natty:
Report link

In POST /api/movies/create you should send integer id instead of UUID

{
  "title": "movie 2",
  "category_ids": [
    1,
    2
  ]
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Denis Griazev

79548227

Date: 2025-04-01 09:36:46
Score: 0.5
Natty:
Report link

I think it's worth adding that whilst Arko's answer covers most of it, there was a missing step for me when trying with managed identity. I needed to create a new revision in the container app and set the authentication to be managed identity. If you don't do this, it will use secret-based authentication by default.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Murphybro2

79548226

Date: 2025-04-01 09:36:46
Score: 0.5
Natty:
Report link

I learned that adding a load event listener to the iframe element and initializing the Mixcloud.PlayerWidget after the listener fired prevents this error.

It does however not fix that the load method of the widget player is currently still broken.

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

79548222

Date: 2025-04-01 09:34:45
Score: 1
Natty:
Report link

This is wath works for me after spend many hours:

-Add value Registry Editor
1-Open Registry Editor with admin

2-Go to this path Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device

3-Add Multi-String Value

ForcedPhysicalSectorSizeInBytes

4-Modify and and type * 4095

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GERSON SANTOS

79548221

Date: 2025-04-01 09:34:45
Score: 2.5
Natty:
Report link

I've created a solution for this as a website: https://f3dai.github.io/pip-time-machine

You can upload your package names and it will output the versions based on your specified date.

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

79548207

Date: 2025-04-01 09:27:43
Score: 3.5
Natty:
Report link

It seems like there is no other way but to use HTTP. The DOCS on submitting metrics are there.

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

79548204

Date: 2025-04-01 09:27:43
Score: 3.5
Natty:
Report link

I had a similar problem when WebSockets was not turned On in IIS.

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

79548201

Date: 2025-04-01 09:26:43
Score: 2
Natty:
Report link

The chilly wind blew through the trees, rustling the willow branches that dipped into the blue waters of the river. A fisherman sat in his boat and patiently rowed across the calm current, unaware of the neat row of ducks trailing behind him. On the river bank, a young boy gripped his baseball bat, waiting for the perfect pitch, while high up above, a bat flitted through the twilight sky. Nearby, a fallen branch lay bare on the ground, stripped of leaves, as a bear cautiously emerged from the woods, In the fading light, a man sat on the bank, counting the money he had just withdrawn from the bank, oblivious to the scene around him. As darkness settled, I closed my book, where a brave knight was preparing for battle, and realised that it was already late at night.

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

79548200

Date: 2025-04-01 09:26:43
Score: 5.5
Natty:
Report link

Too many issues can exist, with unnamed module, since I am not able to comment due to point issues, I have found the answer check the answers on the link & fix your the issue.

https://stackoverflow.com/a/57753612/16897849

Reasons:
  • Blacklisted phrase (1): I am not able to
  • Blacklisted phrase (1): to comment
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alan AU

79548198

Date: 2025-04-01 09:25:42
Score: 2
Natty:
Report link

The output from snpe-net-run is already de-quantized to float32. This is the equivalent raw buffer from the ONNX equivalent which can be taken for post-processing to extract the bounding boxes.

You may further refer to the following resource to understand the inference flow with Yolov8 using SNPE,

https://github.com/quic/qidk/blob/master/Model-Enablement/Model-Accuracy-Mixed-Precision/Accuracy_Analyzer_YoloV8.ipynb

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

79548191

Date: 2025-04-01 09:23:42
Score: 0.5
Natty:
Report link

To fix this issue you need to change the animation setting to 0 of the sortable instance:

Sortable.create(document.getElementsByClassName('sortable')[0], {
  items: "tr",
  group: '1',
  animation: 0
});

Sortable.create(document.getElementsByClassName('sortable')[1], {
  items: "tr",
  group: '1',
  animation: 0
});

Related issue

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

79548182

Date: 2025-04-01 09:18:40
Score: 4.5
Natty:
Report link

Hmm. ta.adx() ...
adx() is no build in function for the ta source, at least in version 6 or version 5 what I see in the reference manual.
Where have you found it ? Check the reference and search for "ta.". Lots of build in functions but no adx(). May be there was a self defined method adx() somewhere ? If so you need to get to copy the code.
I am afraid the compiler is right ...

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found it
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: mantopajut

79548178

Date: 2025-04-01 09:15:39
Score: 14.5 đźš©
Natty:
Report link

I have the same problem, do you have a solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (3): have a solution?
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Quoc Lam

79548170

Date: 2025-04-01 09:11:38
Score: 2
Natty:
Report link

Can write something like:

def sign(x):
    return abs(x)/x if x != 0 else 0

d = {
    1: f"{a} > {b}",
    0: f"{a} = {b}",
    -1: f"{a} < {b}"
}

print(d[sign(a-b)])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can
  • Low reputation (1):
Posted by: ADeadPixel

79548165

Date: 2025-04-01 09:10:37
Score: 2.5
Natty:
Report link

Login using default account

open terminal

type su --login

pass- type default login user password

done"

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

79548164

Date: 2025-04-01 09:10:37
Score: 1.5
Natty:
Report link

you can try this as well

cy.get('selector').find('button').eq(2).click();

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: madhuri varada

79548158

Date: 2025-04-01 09:08:37
Score: 1.5
Natty:
Report link

we can use

'<[^@]+@([^>]+)>'

SQL:

SELECT id, substring(email_from from '<[^@]+@([^>]+)>') AS domain, body, date
FROM Table

Result:

hotmail.com
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: lucky kurniawan

79548155

Date: 2025-04-01 09:08:37
Score: 1
Natty:
Report link

I think the issue here could be that the element of a stateful DoFn is a tuple[key, value]. One state per key/window, but since you're using global windows, there's one state per key.

Your BagStateSpec parameter stores only the value part of element. But as mentioned above, since you're storing only a single value, you might want to switch to ReadModifyWriteStateSpec.

So first: key, value = element

Consider also adding input type hints to your DoFn: @beam.typehints.with_input_types(KV[str, TimestampedValue])

More here: https://beam.apache.org/blog/stateful-processing/

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

79548148

Date: 2025-04-01 09:04:36
Score: 0.5
Natty:
Report link

In my case deploy settings and env. variables did not work. finally I removed node_modules and package-lock.json and ran :

yarn install

then I selected clear cash and deploy site in trigger deploy options.

It worked!

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): It worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Farzane Kazemi

79548147

Date: 2025-04-01 09:04:36
Score: 1
Natty:
Report link

The answer to my question is that sub was not looking in the right place, so to speak! This works:

$ printf "a ab c d b" | awk '{for (i=1;i<=NF;i++) if ($i=="b") sub("b","X",$i); print}'
a ab c d X

The third sub argument is the target for replacement.

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

79548144

Date: 2025-04-01 09:02:35
Score: 4.5
Natty:
Report link

Just to be complete

when using grep -o -c, it only counts the single lines that match i.e. it misses the double entries on the same line- You can either do the replace (echo/echo\n) or use the wc or nl to count the returned matches

I have not found any option to -c that counts all matches ? anyone else ?

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

79548122

Date: 2025-04-01 08:49:33
Score: 0.5
Natty:
Report link

I was able to do this with css. Add 'overflow: scroll' to 'body' and set a size for a div containing the 'canvas' element:

body {
    background-color: white;
    overflow: scroll;
}
#canvasdiv {
    width: 1200px;
    height: 900px;
    margin: 50px 0 0;
}
#canvas {
    width: auto !important;
    height: auto !important;
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jamminjames

79548121

Date: 2025-04-01 08:48:33
Score: 4
Natty:
Report link

I heard great things about this one : https://dcm.dev/

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

79548119

Date: 2025-04-01 08:48:32
Score: 1
Natty:
Report link

For Netbeans 25 and the current Lombok version (1.18.36) I experienced this issue again.
An excellent solution by Matthias Bläsing can be found here: https://github.com/apache/netbeans/discussions/8221

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

79548115

Date: 2025-04-01 08:46:32
Score: 0.5
Natty:
Report link

Shopify’s process relies on DNS control and an explicit verification step to ensure that only someone with authority over the domain can link it to a Shopify store. Here’s how it works.

DNS Control Proves Ownership

When you set your subdomain’s CNAME record to shops.myshopify.com at your DNS provider, you’re demonstrating control over that domain. Since only the domain owner or an authorized person can change these DNS settings, this step is the first line of verification.

Verification Step in Shopify Admin

After updating your DNS record, you must log in to your Shopify admin and click “Verify connection” (or “Connect domain”) under Settings > Domains. This tells Shopify to check that the correct DNS record exists. Even though every Shopify store uses shops.myshopify.com as the CNAME target, the verification ensures that the person initiating it has access to the DNS settings for that subdomain.

What If You Skip Verification?

If you add the CNAME record but forget to complete the verification step, the subdomain isn’t officially linked to your store. In that unverified state, it remains unclaimed. But, because the DNS settings are controlled by you, no other Shopify user can successfully claim it for their store without also having access to your DNS management. In cases where a subdomain appears to be already connected or in a disputed state, Shopify may require additional verification (such as adding a unique TXT record) to prove control before transferring or assigning it.

Prevention of Unauthorized Claims

Even if someone else were to attempt to “claim” your subdomain by going through the verification process in their Shopify admin, they wouldn’t be able to complete it because they lack access to your DNS records. The verification process is designed to confirm that you, as the DNS controller, have intentionally set up the record.

For More Details

Connecting a Third‑Party Subdomain to Shopify Guide explains how to set up the CNAME record and verify the connection

Verify Ownership to Transfer a Third‑Party Domain Between Shopify Stores Documentation details the verification process

So, even though the CNAME record for every Shopify store points to shops.myshopify.com, it’s the control over your DNS settings combined with the manual verification in your Shopify admin that prevents another user from claiming your subdomain.

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

79548114

Date: 2025-04-01 08:46:32
Score: 2.5
Natty:
Report link

It worked when I give sublist type as inline editor. Before it was LIST type sublist.

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Maira S

79548111

Date: 2025-04-01 08:44:30
Score: 6 đźš©
Natty: 5.5
Report link

su is not accepted after adb shell with Windows prompt.

Any other suggestion? If I have some update, I will write here.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2): Any other suggestion?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: 1a1b

79548102

Date: 2025-04-01 08:42:30
Score: 2
Natty:
Report link

How can I enable cross-account KMS access so that Athena in Account B can read from S3 in Account A, where the KMS key is managed?

You need to add a statement to your key policy in account A to allow your IAM principal in account B to decrypt using the key.

    {
      "Sid": "role-xxxx decrypt",
      "Effect": "Allow",
      "Principal": {
        "AWS": "arn:aws:iam::<account-b>:role/role-xxxx"
      },
      "Action": "kms:Decrypt",
      "Resource": "*"
    }

Then you also need to add the decrypt permission to the identity policy of the principal accessing the bucket:

    {
      "Sid": "decrypt",
      "Effect": "Allow",
      "Action": "kms:Decrypt",
      "Resource": "arn:aws:kms:<region>:<account-a>:key/<key-id>"
    }

You can confirm the key used for bucket level encryption with aws s3api get-bucket-encryption --bucket <bucket-name> or for a specific object with aws s3api head-object --bucket <bucket-name> --key <key>.

Would updating the KMS key policy in Sandbox to allow decryption from the IAM role in QA resolve this? Any other settings I should check?

You also need to add to the identity policy but yeah, for a principal to read an S3 object encrypted with a KMS key, they need read access to that object and decrypt permission on the key. So if you add these permissions to the correct principal, for the correct key, then all should work. The only other thing to check that I can think of is if the key is in another region, then you'll need a multi-region key with a replica in your region.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (0.5):
Posted by: andycaine

79548093

Date: 2025-04-01 08:37:29
Score: 3.5
Natty:
Report link

Just Change JDK JBR 17 and rebuiild

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vibhu Vikram Singh

79548087

Date: 2025-04-01 08:36:28
Score: 1
Natty:
Report link

What's meant by the authorization identifier (I've replaced me by the actual username of the account I am using to connect to the database...


Server version: 8.0.37 MySQL Community Server - GPL

mysql> GRANT PROCESS TO `me`@`%`;
ERROR 1064 (42000): Illegal authorization identifier near 'PROCESS TO `me`@`%`' at line 1
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What's me
  • Low reputation (1):
Posted by: zetorycz

79548085

Date: 2025-04-01 08:32:28
Score: 2.5
Natty:
Report link

Setting "Trusted_Connection = false" in my connection string fixed the same issue for me as well

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

79548084

Date: 2025-04-01 08:32:28
Score: 1.5
Natty:
Report link

In my case I forgot js modules initialized inside base template, while page-specific js-related imports was at the bottom of html's head.

importmap should be above any javascript module imports. Rearranging head imports solved the issue in my case.

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

79548075

Date: 2025-04-01 08:28:27
Score: 0.5
Natty:
Report link

I have found a solution to my original question.
How 'clean' it is I don't know but it works

Option 1 - Offset each // Lines to Plot

Original

// Lines to Plot
targetTime = timestamp(2025,03,14,06,54,00) 
drawVerticalLine(targetTime)

Solution

targetTime = timestamp(2025,03,14,06,54,00)
offsetTime = targetTime - (time - time[1])
drawVerticalLine(offsetTime)

Option 2 - Offset within // Function drawVerticalLine

// Function drawVerticalLine
drawVerticalLine(targetTime) =>
    line.new (
      x1=targetTime - (time - time[1]) , 
      y1=low, 
      x2=targetTime - (time - time[1]) , 
      y2=high, 
      xloc=xloc.bar_time, 
      extend=extend.both, 
      color=color.new(#f9961e, 10), 
      style=line.style_solid, 
      width=1)  

Logic

calculates the duration of 1 bar time - time[1]

calculates the duration of 2 bars time - time[2]

subtracts 1 bar - (time - time[1])

adds 1 bar + (time - time[1])

adds 2 bars + (time - time[2])

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

79548066

Date: 2025-04-01 08:25:27
Score: 2
Natty:
Report link

to combine all solutions and comments:

=(a2/(1000*60*60*24)+25569)

format cell as wished:

or german excel version

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

79548065

Date: 2025-04-01 08:25:27
Score: 1
Natty:
Report link

So, I had the same issue here. I found the sandbox = "" in the code editor and just deleted it, and it seemed to work. Thanks, guys. So note to self, and everyone, the HTML editor will put in a sandbox = "" element.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Keith John Smith

79548062

Date: 2025-04-01 08:23:26
Score: 0.5
Natty:
Report link

ok, that works great, in 100% of all cases so far

with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as tcp:
            try:
                tcp.settimeout(self.timeout)
                tcp.connect((self.ip, self.port))
                tcp.settimeout(None)
                i = 0
                data = []
                while len(data) != 7 or i > 10:
                    tcp.sendall(b"\x61\x03\x00\x20\x00\x01\x8c\x60")
                    time.sleep(0.05)
                    data = tcp.recv(self.bytes)
                    i += 1
                tcp.close()

50ms waiting time has solved the problem. The 10-fold white loop is only for additional security

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

79548060

Date: 2025-04-01 08:22:26
Score: 1.5
Natty:
Report link

To select only matching rows from two table:

Use INNER JOIN

select * from table_a as t1 INNER JOIN table_b as t2 ON t1.column1=t2.column1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ShubhGurukul

79548056

Date: 2025-04-01 08:20:24
Score: 11.5 đźš©
Natty:
Report link

Hi Ahtisham , I've encountered the same issues 2 weeks ago. have you found any solution to it?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): have you found any solution to it
  • RegEx Blacklisted phrase (2): any solution to it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wendy Kok

79548054

Date: 2025-04-01 08:19:24
Score: 1
Natty:
Report link

Deploy SSIS Packages Using Active Directory - Integrated (ADINT) in a GitHub Actions file? Error: Failed to connect to the SQL Server 'XXXXXXXXXXXXX': Failed to connect to server XXXXXXXXXXXXX. Deploy failed: Failed to connect to server XXXXXXXXXXXXX. Error: Process completed with exit code 1.

The error suggests that the SQL Server connection is failing when using OIDC. However, I have successfully connected to the server using OIDC.

Follow the below steps which I have tried with:

Step:1 To set up OIDC for authentication with SQL Server using Microsoft Entra ID, start by registering an application in the Microsoft Entra portal. Navigate to App registrations, then click New registration, and provide a name for the app. After registration, note down the Application (client) ID and Directory (tenant) ID.

Step:2 In the Microsoft Entra ID App Registration, navigate to Certificates & Secrets > Federated Credentials, and click + Add Federated Credential. Configure the Federated Credential details by setting the Issuer to https://token.actions.githubusercontent.com, the Organization to your GitHub organization name (e.g., myorg), and the Repository to your GitHub repository name (e.g., ssis-deploy). Set the Entity type to Environment, and the GitHub Environment Name to your specific environment (e.g., production). For the Subject Identifier, use repo:myorg/ssis-deploy:environment:production, replacing it with your specific repository and environment details, then click Add.

Step:3 To grant the GitHubDeploySSIS App Registration access to Azure SQL (SSISDB), navigate to your Azure SQL Server, go to Microsoft Entra ID admin, click Set admin, select GitHubDeploySSIS, then click Select and finally click Save.

Step:4 To set up your GitHub repository, first create a new repository named ssis-deploy (or your preferred name) and make it private. Add a README file for documentation. Next, go to the Settings of your GitHub repository, navigate to Secrets and Variables > Actions > New repository secret, and add the following secrets: AZURE_CLIENT_ID (your Azure client ID), AZURE_SUBSCRIPTION_ID (your Azure subscription ID from the Azure portal), and AZURE_TENANT_ID (your Azure tenant ID).

Step:5 To set up a GitHub Actions workflow for testing the connection, create a new file under .github/workflows in your GitHub repository (e.g., azure-connection-test.yml) with the following content:

name: Azure Login Test

on:
  workflow_dispatch:

permissions:
  id-token: write
  contents: read  # required for actions/checkout

jobs:
  login-test:
    runs-on: windows-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v4
        
      -name: Azure Login via OIDC
        uses: azure/login@v1
        with:
          client-id: ${{ secrets.AZURE_CLIENT_ID }}
          tenant-id: ${{ secrets.AZURE_TENANT_ID }}
          subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
          
      -name: Run Azure CLI command
        run: az account show`

This workflow will trigger manually using workflow_dispatch, log into Azure using OIDC, and run the az account show command to verify the connection.

Step:6

To trigger the workflow in GitHub Actions, go to your GitHub repository, click on the Actions tab, find the workflow Azure Login Test, then click Run workflow and click the Run workflow button.

Step:7 After the workflow runs, go to the Actions tab in your GitHub repository, find the workflow run, and click on it to view the details. As shown in the below Image: ![enter image description here]

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Narendra Reddy Pakkirigari

79548043

Date: 2025-04-01 08:14:23
Score: 7.5
Natty: 7.5
Report link

I am facing this issue; is there any update on this?

Reasons:
  • Blacklisted phrase (1): update on this
  • Blacklisted phrase (1): is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lê Kim Tuấn

79548041

Date: 2025-04-01 08:13:22
Score: 5
Natty: 5
Report link

GitHub issue for that repository doesn't exist anymore and theres no snapshot in Wayback Machine, where can I find the issue answer?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adrián López

79548040

Date: 2025-04-01 08:11:22
Score: 2
Natty:
Report link

The issue was resolved by updating the versions of the libraries to:

These versions are not the latest because I need to maintain compatibility with CentOS 7 systems running Python 2.7.

With this configuration, the issue no longer occurs.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vito Custodero

79548033

Date: 2025-04-01 08:09:21
Score: 3
Natty:
Report link

in the place of "," use "%2C" this solves the breaking of the url from the link in the android mobile

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

79548024

Date: 2025-04-01 08:02:20
Score: 3
Natty:
Report link

As @RbMm noticed, I call [esp], i.e. I tell the processor to execute instructions at the address at the top of the stack, but it is not the address of the beginning of the code, but the code itself. That was the problem, you just have to do call esp and Windows doesn't swear.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RbMm
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AsfhtgkDavid

79548009

Date: 2025-04-01 07:51:18
Score: 3
Natty:
Report link

If you select StretchImage it will stretch to the size of the Image which could be larger than your form! I found that SizeMode ZOOM works best to fit the image to the size of your Picture Box control

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

79547998

Date: 2025-04-01 07:45:16
Score: 1
Natty:
Report link

You already made sure your model is consistent, as per your comment. Next thing you have to check is that your entities implements correctly hashCode() and equals(). In particular, as per Timefold documentation:

https://docs.timefold.ai/timefold-solver/latest/using-timefold-solver/modeling-planning-problems

Planning entity hashCode() implementations must remain constant. Therefore entity hashCode() must not depend on any planning variables. Pay special attention when using data structures with auto-generated hashCode() as entities, such as Kotlin data classes or Lombok’s @EqualsAndHashCode.

I struggled a lot with that until I read that statement in the documentation. I must say: not just hashCode(). Hope it helps.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @EqualsAndHashCode
  • Low reputation (1):
Posted by: Emanuele Torrenti

79547997

Date: 2025-04-01 07:45:16
Score: 10 đźš©
Natty: 6
Report link

@Youssef CH so how to fix the problem? I faced the same issue, deploy with github action with default script and no docker file in source code. Please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (1.5): how to fix the problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jaian

79547992

Date: 2025-04-01 07:43:14
Score: 5
Natty:
Report link

I´m having the same problem. I have a server that has azure devops 2022.0.2 installed. The cybersecurity team sent a nmap scan that shows a weak cipher "ssh_rsa", but no matter what I change in the ssh file the weak cipher still appears in the scan. I changed the ssh cinfig file as recomended by microsoft.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Isac Melembe

79547990

Date: 2025-04-01 07:42:14
Score: 0.5
Natty:
Report link

I don't write react, but based on my knownledge on Vue, I think you should do this with states instead of revising the DOM directly.

However, talking about the TS code provided above by @hritik-sharma

Let's update a bit:

// You can indicate type like this
const list = document.querySelectorAll<HTMLElement>('.m-list')

// Avoid using "any", especially when you actually know the type
function activeLink(item: HTMLElement) {
    // Go through the list and remove the class
    list.forEach((listItem) => listItem.classList.remove('active'))

    // Add active class to the clicked item
    item.classList.add('active')
}

// Apply the function to click event
// You actually do not need the parameter "(e: MouseEvent)" inside "addEventListener"
list.forEach((listItem) => listItem.addEventListener('click', () => activeLink(listItem)))
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @hritik-sharma
  • Low reputation (0.5):
Posted by: Oliver

79547979

Date: 2025-04-01 07:35:13
Score: 0.5
Natty:
Report link
// each text is measured first and gets the space needed for it's content
// then the spacers are measured and divide up the space a close to the
// desired 1:3 or a 1:1:1 ratio as possible.
Row(modifier = Modifier.fillMaxWidth()) {
    Spacer(modifier = Modifier.weight(1f))
    Text(text = text1)
    Spacer(modifier = Modifier.weight(1f))

    Spacer(modifier = Modifier.weight(3f.takeIf{ text3 == null } ?: 1))
    Text(text = text2)
    Spacer(modifier = Modifier.weight(3f.takeIf{ text3 == null } ?: 1))

    text3?.let {
        Spacer(modifier = Modifier.weight(1f))
        Text(text = text3)
        Spacer(modifier = Modifier.weight(1f))
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Marcus

79547967

Date: 2025-04-01 07:31:12
Score: 1.5
Natty:
Report link

Trouble was in rewriting engine of Apache adding this to Dockerfile helped me!

RUN a2enmod rewrite
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kostya Bronshteyn

79547962

Date: 2025-04-01 07:29:10
Score: 12 đźš©
Natty: 6.5
Report link

Could you please tell me how did you fixed this issue ? Im facing the same now

Reasons:
  • Blacklisted phrase (1): how did you fix
  • RegEx Blacklisted phrase (2.5): Could you please tell me how
  • RegEx Blacklisted phrase (3): did you fixed this
  • RegEx Blacklisted phrase (1.5): fixed this issue ?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30129225

79547955

Date: 2025-04-01 07:25:09
Score: 1.5
Natty:
Report link

I must have made an error in my variables (?locationOfDiscovery / ?country) the following version of this code worked fine :

q_list <- c(df3$QID_items) 

qid_list <- c(paste0("wd:",q_list, collapse = " ")) 


query_sparql <- paste0("SELECT 
    ?item ?locationOfDiscovery 
WHERE {  
    VALUES ?item {", qid_list,"}
      OPTIONAL { ?item wdt:P189 ?locationOfDiscovery. }
SERVICE wikibase:label { bd:serviceParam wikibase:language 'en'. }
}") 
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: dbelveze

79547953

Date: 2025-04-01 07:25:09
Score: 3.5
Natty:
Report link

Finally, I have re-done my code modifications manually.

Fortunately there were only 9 commits… :-)

Thanks to all and to each one for you help.

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

79547944

Date: 2025-04-01 07:19:07
Score: 1
Natty:
Report link
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
PM> dotnet tool install --global dotnet-ef
dotnet : Unhandled exception: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
At line:1 char:1
+ dotnet tool install --global dotnet-ef
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Unhandled excep...(Unauthorized).:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at NuGet.Protocol.HttpSource.<>c__DisplayClass15_0`1.<<GetAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at NuGet.Common.ConcurrencyUtilities.ExecuteWithFileLockedAsync[T](String filePath, Func`2 action, CancellationToken token)
   at NuGet.Common.ConcurrencyUtilities.ExecuteWithFileLockedAsync[T](String filePath, Func`2 action, CancellationToken token)
   at NuGet.Protocol.HttpSource.GetAsync[T](HttpSourceCachedRequest request, Func`2 processAsync, ILogger log, CancellationToken token)
   at NuGet.Protocol.PackageMetadataResourceV3.LoadRegistrationIndexAsync(HttpSource httpSource, Uri registrationUri, String packageId, SourceCacheContext cacheContext, Func`2 processAsync, ILogger log, 
CancellationToken token)
   at NuGet.Protocol.PackageMetadataResourceV3.GetMetadataAsync(String packageId, Boolean includePrerelease, Boolean includeUnlisted, VersionRange range, SourceCacheContext sourceCacheContext, ILogger log, 
CancellationToken token)
   at NuGet.Protocol.PackageMetadataResourceV3.GetMetadataAsync(String packageId, Boolean includePrerelease, Boolean includeUnlisted, SourceCacheContext sourceCacheContext, ILogger log, CancellationToken token)
   at Microsoft.DotNet.Cli.NuGetPackageDownloader.NuGetPackageDownloader.GetPackageMetadataAsync(PackageSource source, String packageIdentifier, Boolean includePrerelease, Boolean includeUnlisted, CancellationToken 
cancellationToken)
   at Microsoft.DotNet.Cli.NuGetPackageDownloader.NuGetPackageDownloader.GetMatchingVersionInternalAsync(String packageIdentifier, IEnumerable`1 packageSources, VersionRange versionRange, CancellationToken 
cancellationToken)
   at Microsoft.DotNet.Cli.NuGetPackageDownloader.NuGetPackageDownloader.GetBestPackageVersionAsync(PackageId packageId, VersionRange versionRange, PackageSourceLocation packageSourceLocation)
   at Microsoft.DotNet.Cli.ToolPackage.ToolPackageDownloader.<>c__DisplayClass8_0.<InstallPackage>b__0()
   at Microsoft.DotNet.Cli.TransactionalAction.Run[T](Func`1 action, Action commit, Action rollback)
   at Microsoft.DotNet.Tools.Tool.Install.ToolInstallGlobalOrToolPathCommand.<>c__DisplayClass20_0.<Execute>b__1()
   at Microsoft.DotNet.Tools.Tool.Install.ToolInstallGlobalOrToolPathCommand.RunWithHandlingInstallError(Action installAction)
   at Microsoft.DotNet.Tools.Tool.Install.ToolInstallGlobalOrToolPathCommand.Execute()
   at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult)
   at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)
PM>    

How to solve this issue

Reasons:
  • Blacklisted phrase (1): How to solve
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How to solve this is
  • Low reputation (1):
Posted by: Akash S

79547939

Date: 2025-04-01 07:15:06
Score: 8.5 đźš©
Natty:
Report link

did you get any solution to this i myself am trying to find it :)

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you get any solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Krishna Bansal

79547933

Date: 2025-04-01 07:12:06
Score: 2
Natty:
Report link
SELECT pg_size_pretty(pg_database_size(current_database()));
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
Posted by: i000174

79547926

Date: 2025-04-01 07:08:05
Score: 1.5
Natty:
Report link

As far as I know the IAR C-SPY uses semihosting debug interface for transferring data to PC. So there is a chance you might be able to read the data over the semihosting debug interface also by other client. There is a little more info at https://pyocd.io/docs/semihosting.html

There are also other debug interfaces like SWO ro Segger's RTT which you could use for transferring the data.

Some tools also allows to read any part of RAM or ROM over JTAG, at least Segger's J-Link with its utility J-Mem allows it.

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

79547922

Date: 2025-04-01 07:07:05
Score: 0.5
Natty:
Report link

It's generally better to paste a code snippet large enough for folks to be able to gain relevant context of your problem. Having said that, if your goal is to set buildConfig to true, you need to use = and I suspect your problem is there. What the compiler says with that error is that it treats the buildConfig and true as separate statements on a single line and it needs ; between them. In reality you should just do buildConfig = true and see if that helps

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

79547918

Date: 2025-04-01 07:04:04
Score: 2.5
Natty:
Report link

Since iOS 11, users can set notifications as "Persistent" in Settings > Notifications > [Your App]. You can’t override this programmatically.

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

79547913

Date: 2025-04-01 07:02:03
Score: 1.5
Natty:
Report link

Currently, Microsoft Graph API does not provide a direct way to create an event without sending invitations to the attendees. This is by design.  The endpoint is designed to send invitations when an event is created and for consistency and user experience-the API provides users a consistent experience by notifying them to ensure they can manage their calendars effectively.

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

79547909

Date: 2025-04-01 06:58:02
Score: 0.5
Natty:
Report link

For this image enter image description here(the one with red left arrow) I used following approach,

   <RelativeLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@id/check"
            android:layout_alignParentStart="true"
            android:background="@drawable/circle_white_black_border"
            android:elevation="4dp">

            <ImageView
                android:id="@+id/prev_question"
                android:layout_width="48dp"
                android:layout_height="48dp"
                android:layout_centerInParent="true"
                android:contentDescription="@string/previous_question_text"
                android:src="@drawable/ic_baseline_navigate_before"
                android:tint="@color/app_title" />
        </RelativeLayout>

Since elevation doesn't work  well on image view, I added elevation to the relativelayout which worked good.
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gaurav Pawar

79547908

Date: 2025-04-01 06:57:02
Score: 1
Natty:
Report link

How can I optimize this further for better performance and lower memory allocation?

There are no obvious algorithmic improvements I can spot. So improvements will likely come down to microoptimizations and possibly parallelism.

A good first step would be to run the code in the built in visual studio profiler to see if you can spot anything unexpected. A second step would be to inspect the assembly code. Even if you know nothing about assembly, just checking the number of instructions should give you some idea about the runtime.

If you really want to micro optimize you might want to use a more detailed profiler like vTune.

Parallelism is easiest to exploit if you have different messages. But if you have a single large message composed of a very large number of key-value pairs you could probably just create evenly distributed indices, find the separator following each of these indices, and use that to split your string between threads.

Is there a faster or more efficient algorithm to extract key-value pairs from a FIX message?

Your algorithm looks linear to me, and that is the best complexity that can be had.

Are there alternative data structures or parsing techniques that would improve lookup speed while keeping allocations low?

Depends on your requirements, if you need a dictionary containing strings you will have allocations. If you have an upper bound of key sizes you might be able to use a plain array. Possibly containing Memory<char> to avoid string allocations.

Would SIMD, Span-based parsing, or other low-level optimizations be beneficial in this case?

The main use case for SIMD would be IndexOf. I'm not sure if this has been SIMD optimized or not in your version of .net. This should be fairly obvious if you inspect the assembly.

Are there any other approaches or data formats that could improve parsing and performance for high-throughput FIX messages?

You might be able to get better performance from C/C++, but in my experience that only helps if you have a very good understanding of both the language and the underlying hardware.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): FIX message?
  • RegEx Blacklisted phrase (1.5): FIX messages?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • High reputation (-2):
Posted by: JonasH

79547903

Date: 2025-04-01 06:52:01
Score: 2.5
Natty:
Report link

The readme in this repo has some useful links: https://github.com/fpoli/gicisky-tag

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

79547902

Date: 2025-04-01 06:52:00
Score: 7 đźš©
Natty: 4
Report link

Hello @Alan are you available there I have some issues to built up a twilio conference functionality? is this something you can hep me around to figure out the issue?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Alan
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: James Linton

79547901

Date: 2025-04-01 06:52:00
Score: 1.5
Natty:
Report link

Added the following to application.properties file & it worked: spring.cloud.gcp.bigquery.datasetName=<your_dataset_name>

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: adarshcodes

79547900

Date: 2025-04-01 06:52:00
Score: 3
Natty:
Report link

Found the issue.. I inserted the y values into the final lorentzian function and plotted this in the excel sheet instead of inserting the x values. Plots look good now.

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

79547899

Date: 2025-04-01 06:51:00
Score: 8.5
Natty: 7
Report link

Is there a solution for the on screen keyboard on Windows Tablets?

Reasons:
  • Blacklisted phrase (3): Is there a solution
  • 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 there a solution for the on
  • Low reputation (0.5):
Posted by: Zumpfiii

79547892

Date: 2025-04-01 06:48:59
Score: 1.5
Natty:
Report link

Good solution!
I found this will occur this problem too. ⬇️

@Inject(REQUEST) private request: Request
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pinia

79547888

Date: 2025-04-01 06:46:58
Score: 0.5
Natty:
Report link
pip install --upgrade pip setuptools wheel

This command worked for me before installing aiohttp

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BEing MECHon

79547876

Date: 2025-04-01 06:41:57
Score: 1
Natty:
Report link

Notice how it is just a warning, so your app wont break, it's just to help you remove unused code.

In your app.component.ts, look for the "imports" field, you will find ProductTrackingComponent inside an area there, you can simply remove it and the warning should go away.

The warning just means you have the component inside "imports" but you haven't used it in the html/template yet.

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

79547874

Date: 2025-04-01 06:39:56
Score: 4.5
Natty:
Report link

I'm seeing similar issues. I have buttons in a gallery to navigate to the screen which weren't working. Click the buttons and nothing.

It coincided with copilot filtering when clicking the button, so assumed it was related.

I then tried using a Param to load the screen with an id passed, and it was freezing on the load screen.

Now reading this, I assume there is a bug somewhere in the screen on visible.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I'm seeing similar issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lyndon

79547871

Date: 2025-04-01 06:37:56
Score: 3
Natty:
Report link

I found it! It turns out I wasn’t using the Docker ports (EXPOSE 8080, EXPOSE 8081) in the HttpRequest URI.

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

79547865

Date: 2025-04-01 06:34:55
Score: 2.5
Natty:
Report link

Kindly create two measures for Total Sales and profit margin then you can drag them to value column and drag your multiple dimensions to row of table visual to filter the data as per your requirement.

Thanks
Harish

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harish KM

79547863

Date: 2025-04-01 06:33:55
Score: 2
Natty:
Report link

I don't think Windows will allow you to execute code from memory regions because of DEP (Data Execution Prevention), try using VirtualAlloc or VirtualMemory or disable DEP (I don't recommend doing it on your PC), check https://learn.microsoft.com/en-us/windows/win32/memory/data-execution-prevention#programming-considerations

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

79547861

Date: 2025-04-01 06:31:54
Score: 12
Natty: 8
Report link

I have the same problem any help for solution? Do you even solve the problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rodrigo

79547860

Date: 2025-04-01 06:30:54
Score: 2.5
Natty:
Report link

where to add in ingress-nginx conf

chunked_transfer_encoding
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): where to add in in
  • Low reputation (1):
Posted by: user30128323

79547851

Date: 2025-04-01 06:24:52
Score: 4.5
Natty:
Report link

I have the same issue too, Here is the solution that works for me:
1. Make sure that you install the 'Extension Pack for Java'
2. Click 'Java: Ready' on the bottom bar
3. Click 'Clean Workspace Cache'
this would trigger reindexing of the project, I guess, after that, Ctrl+Click should work.
Java: Clean Workspace Cache

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: incredible John

79547835

Date: 2025-04-01 06:13:50
Score: 2.5
Natty:
Report link

String s = "I Love India";

StringBuilder sb = new StringBuilder(s); String s1 = sb.reverse().toString();

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

79547833

Date: 2025-04-01 06:12:50
Score: 2.5
Natty:
Report link

# Faylı yadda saxlamaq

pptx_path = "/mnt/data/Maliyye_Riyaziyyati_Təqdimat.pptx"

prs.save(pptx_path)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aytən Bayramova

79547831

Date: 2025-04-01 06:12:50
Score: 2.5
Natty:
Report link

Its due to flutter Upgrade

Use flutter upgrade command in command prompt

It will be over OR still if the issue persists reinstall flutter

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

79547821

Date: 2025-04-01 06:06:49
Score: 0.5
Natty:
Report link

You need to add the serializer tag to specify the serializer that handles how data is serialized and deserialized to and from the database, such as: serializer:json/gob/unixtime. Since your field is of type JSON, your User field should be defined as:

User *UserInfo `json:"user" gorm:"serializer:json"`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Colder

79547819

Date: 2025-04-01 06:04:48
Score: 2.5
Natty:
Report link

This issue is caused by the connection issue between client and the iceServer.
From my case, I cannot access "iceServers: [stun:stun.l.google.com:19302]" before I set a proxy.
After the proxy is on, it works, the 701 error is gone.

Fail case snapshot

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chongfeng Chen

79547818

Date: 2025-04-01 06:04:48
Score: 1.5
Natty:
Report link

What worked for me was navigating to the Overview section of my Logic App in Azure, clicking Restart, and then hitting Refresh. After that, the error was gone and I could see all of my workflows again.
image of where to restart and refresh logic app

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

79547813

Date: 2025-04-01 06:02:47
Score: 2
Natty:
Report link

mavenrc can override the java version supplied in zshrc, so you can try to fix that as well using the commands vim ~/.mavenrc and vim ~/.zshrc

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: Suchint

79547812

Date: 2025-04-01 06:01:47
Score: 2
Natty:
Report link

@ConditionalOnExpression can be used in this way to achieve condition X or condition Y but not both. I tested this code with the same application.yaml provided.

    @Bean
    @ConditionalOnExpression("#{('${app.config.inside.prop}' == 'a' && '${app.config.outside.prop}' != 'a') || ('${app.config.inside.prop}' != 'a' && '${app.config.outside.prop}' == 'a')}")
    public CustomBean customInsideOrOutsideNotBoth() {
        System.out.println("app.config.inside _or_ app.config.outside _not_ both");
        return new CustomBean();
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @ConditionalOnExpression
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Hdvlp

79547804

Date: 2025-04-01 05:52:46
Score: 3
Natty:
Report link

As of today, unfortunately, AWS Bedrock Agent does not support response streaming.

You can stream the response when invoking any Bedrock model but not agent.

Ref: https://repost.aws/questions/QUsqK6QQwoQ-a-crTHpkjfEA/aws-bedrock-agents-support-streaming-responses

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

79547801

Date: 2025-04-01 05:51:45
Score: 2
Natty:
Report link

Thank you so much Brett Donald! You have worked out what it was.

I was so excited when it started loading something other than my blank text site. However (as explained in comment to Brett's answer) I am now getting an issue of the website being stuck in a continual loading loop.

Since all the information about my situation is in this thread, rather than creating a new thread I thought I would just ask for the solution here.

Maybe the problem will be solved if I continue the conversion to PHP? I'm not sure as I am still very much a beginner so I'm still learning the basics.

Maybe the problem won't be solved by continuing to convert my HTML template. In which case what do I do? I looked up this problem on a search engine and found a reddit post where someone suggested pressing f12 to open the console then under the network tab make sure the "persist" setting was enabled. However I can't find that exact setting. I found something called persistance and I checked the option under that but it still didn't fix the issue.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Damian

79547789

Date: 2025-04-01 05:47:44
Score: 3
Natty:
Report link

i think the answer is No ... but when you ask ... and the persons answering are well versed in that topic ... they will never admit ... that feature is not present.

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

79547779

Date: 2025-04-01 05:41:43
Score: 2.5
Natty:
Report link

I was able to troubleshoot it out. It was caused by caching issues and the node version I was using. After downgrading to node.js v18.20.8, I had to delete my .vite, .nuxt, and node_modules folders, as well as my package-lock.json just to be safe. Then I ran $npm install to reinstall all packages and dependencies, and the issue was resolved.

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

79547773

Date: 2025-04-01 05:35:42
Score: 0.5
Natty:
Report link

This error occurs because Dremio caches query results and logs metadata by default when executing queries via API. If too many queries are fired in succession:

  1. Cache & Logs Fill Up Storage

    • Dremio stores query results in its distributed cache (accelerations) and maintains internal indexes (IndexWriter) for metadata.

    • If storage (disk/memory) gets full, the IndexWriter fails with this error, and metadata (databases/views) may disappear.

  2. APIs Stop Responding

    • When storage is exhausted, Dremio’s internal services (e.g., catalog management) may freeze, causing API failures.

How to Fix It

  1. Clear Cache Manually (Temporary Fix) - Restart Dremio to force cache cleanup.

  2. Adjust Cache Settings (Permanent Fix) - Reduce cache expiration time

  3. Increase Storage Monitoring

  4. Clear Cache Manually (Temporary Fix) - Restart Dremio to force cache cleanup.

  5. Adjust Cache Settings (Permanent Fix) - Reduce cache expiration time

  6. Increase Storage Monitoring

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

79547758

Date: 2025-04-01 05:21:40
Score: 2.5
Natty:
Report link

<script type="text/javascript"> (function(d) { var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT'); p.type = 'text/javascript'; p.async = true; p.src = '//assets.pinterest.com/js/pinit.js'; f.parentNode.insertBefore(p, f); })(document); </script>

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

79547743

Date: 2025-04-01 05:14:39
Score: 0.5
Natty:
Report link

I just completed my work on Fullcalendar + RRule

Example for Fullcalendar + RRule for event recurrent

This sharing for newbie to get started on the right direction.

Install dependencies

npm install --save \
  @fullcalendar/rrule \
  @fullcalendar/core \
  @fullcalendar/daygrid

Example implementation

import { Calendar } from '@fullcalendar/core'
import rrulePlugin from '@fullcalendar/rrule'
import dayGridPlugin from '@fullcalendar/daygrid'

let calendarEl = document.getElementById('calendar')
let calendar = new Calendar(calendarEl, {
    plugins: [ rrulePlugin, dayGridPlugin ],
    events: [
        {
            title: "Afternoon for 3 days",
            startTime: "12:00",
            endTime: "16:00",
            rrule: {
                freq: "daily", // Every day
                count: 3, // Repeat 3 times
                dtstart: "2025-04-01", // Start from 2025-04-01
                interval: 1
            }
        },
        {
            title: "Weekly Morning - Mon to Fri",
            startTime: "12:00",
            endTime: "16:00",
            rrule: {
                freq: "weekly", // Every week
                byweekday: [0,1,2,3,4], // Mon - Fri
                dtstart: "2025-04-13" // Start from 2025-04-13
            },
            exdate: ["2025-04-15"] // Exclude 2025-04-15
        }
    ]
})

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

79547740

Date: 2025-04-01 05:10:38
Score: 1
Natty:
Report link

The GetMessageContent graphClient.Users[_userId].Messages[eventId].Content.GetAsync() endpoint of Graph API seems to work with an EventId. You could use it to get the Stream content and then convert that into string to get the ICS.

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

79547727

Date: 2025-04-01 04:49:35
Score: 2
Natty:
Report link

I run pivpn -d command and got that exists two issues. After fix them everything works propertly.

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

79547712

Date: 2025-04-01 04:31:31
Score: 2.5
Natty:
Report link

I will update this answer later, but I think VSCode Snippets could be used for this purpose

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