79663617

Date: 2025-06-12 13:37:09
Score: 2
Natty:
Report link

The reason of your problem is you don't use @Entity class annotation for your class.

True code is :

@Entity
public class Role {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Long id;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Entity
  • Low reputation (1):
Posted by: Ali İhsan TAŞDELEN

79663615

Date: 2025-06-12 13:36:08
Score: 6 🚩
Natty:
Report link

I’m working on a similar setup with Firebase Auth + callable functions from Flutter.

Thanks for sharing your IAM config in detail, it helps clarify what the limits of Firebase v2 callable functions are compared to v1. I’m wondering if you’ve tried using App Check or another token-based identity for Cloud Run?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Marcos

79663614

Date: 2025-06-12 13:36:07
Score: 2.5
Natty:
Report link

Reducing allocated storage in AWS RDS for PostgreSQL is not supported directly, because RDS does not allow reducing the allocated storage size once it has been increased — even if your actual data size is much smaller.

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

79663609

Date: 2025-06-12 13:32:06
Score: 2.5
Natty:
Report link

I have to this problem and i move all to init i mean you successor from container for example and all porpitas is of container and ween you call it that build the container

if you have mor solution i thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: yysh79

79663608

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

You can use Expanded, flexible, Fitted box for responsive ui.

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

79663598

Date: 2025-06-12 13:21:03
Score: 4.5
Natty:
Report link

I don't know why, but for some reason today it is working, I suppose that it was something with their servers.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Milton Calderon

79663596

Date: 2025-06-12 13:20:03
Score: 3
Natty:
Report link

If you're account-admin, create one project where you assign to yourself all roles. Then use GET PROJECT USERS to know the id's

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

79663593

Date: 2025-06-12 13:17:02
Score: 2.5
Natty:
Report link

If both users have the same category and color in their category list then both should see the same color.

there's a tool to manage the categories automatically.

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

79663592

Date: 2025-06-12 13:16:01
Score: 2
Natty:
Report link

Yes, I believe this is a browser issue. Try clearing your browser cache

Also, 23.10.0 is fairly old. I would recommend upgrading to 23.10.5 for some bug fixes, one of which might in fact be this issue

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

79663589

Date: 2025-06-12 13:14:01
Score: 1
Natty:
Report link

I've had a look and seen the issue. Try these steps as they solved the issue for me:

Add this to your VS Code settings.json:

{
    "vue.enableTakeOverMode": true
}

This gives IntelliSense for:

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

79663587

Date: 2025-06-12 13:12:00
Score: 2.5
Natty:
Report link

For those who roaming for answer.

Most common issue is mismatch native code with js bundle. Just recheck npm versions and rebuild native side (development client in expo)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Владимир Snowdigital

79663577

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

Another possibility would be to set the -D properties as part of the JAVA_OPTS String:

 env:     
    - name: JAVA_OPTS
      value: >-
       -Ddb.username=$(DATABASE_USER)
       -...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Feanor

79663573

Date: 2025-06-12 12:51:55
Score: 2
Natty:
Report link

Fixed the Problem - The thing was I had to manually go to settings , app and select my project app then go to permissions and had to allow the permission for audio and images . After the permissions are given to the app manually from the android phone . I was able to select the files and the files were loaded fine.

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

79663557

Date: 2025-06-12 12:42:52
Score: 3.5
Natty:
Report link

We wrote a new R package that allows to estimate 'unconditional quantile regressions' and RIF regressions for other distributional statistics: https://cran.r-project.org/web/packages/rifreg/index.html

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

79663553

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

The page is protected by Cloudflare, try using a casual user agent such as: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

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

79663547

Date: 2025-06-12 12:37:51
Score: 1.5
Natty:
Report link

Solved by changing file "mm.txt" to:

$root /home/test/my_dir    
std     
my_module    
./my_headers.hpp

and locating "my_headers.hpp.gcm" file in

"./,/my_headers.hpp"

Note: the comma directory in "./,/my_headers.hpp" is not a typo, it is needed.

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

79663546

Date: 2025-06-12 12:37:51
Score: 0.5
Natty:
Report link
Expanded(
  child: CloudWidget(
    child: Text(
      'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
      softWrap: false,           // Prevents text from wrapping to the next line
      overflow: TextOverflow.ellipsis, // Handles overflow with '...' truncation
      style: TextStyle(          // Optional: Add styling for clarity
        fontSize: 16,
        fontWeight: FontWeight.normal,
      ),
    ),
  ),
)

1. Why Expanded?

2. TextOverflow Options
Select how to manage overflow:

3. softWrap: false

4. Best Practices

Semantics(  
    label: 'Full text: ABCDEFGHIJKLMNOPQRSTUVWXYZ',  
    child: Text(/*. */),
)

When to Use This Pattern

Common Pitfalls

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Jignesh Pandav

79663543

Date: 2025-06-12 12:36:50
Score: 1.5
Natty:
Report link

Building functionality similar to an existing app involves understanding its core features, user experience, and the technologies behind it. During my academic journey at MITSDE, I gained foundational knowledge in areas like IT Management, Software Project Management, and Digital Business Strategy, which has helped me approach app development more strategically.

At MITSDE, we learn how to analyze system requirements, break down features into manageable modules, and identify the right tools and frameworks for development. Whether it’s user authentication, data integration, or API connectivity, the courses equip students with practical insights into building scalable, user-friendly digital solutions.

Thanks to this learning, I’ve been able to explore how to recreate app features using platforms like Firebase, React Native, or Python-based backends — all with a clear understanding of project scope, resource management, and real-world application.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MIT School Distance Education

79663535

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

I know I'm kind of late to this, but you could try adding .zip to repl url.
For example if you have a repl called testing and your username is monet, the download path would be: https://replit.com/@monet/testing.zip

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

79663528

Date: 2025-06-12 12:29:47
Score: 1
Natty:
Report link

Here the command that work for me

sudo apt install texlive-latex-base texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maodo Diop

79663527

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

The problem with adding a new state and assigning it to the items is the history. If you do so the old state will remain for the past. This means any diagram showing number of items in a specific state at a certain time will show old and new state (old up to the point you applied the change) new from this point of time on.

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

79663524

Date: 2025-06-12 12:26:46
Score: 1.5
Natty:
Report link
Theme(
 data: Theme.of(context).copyWith(dividerColor: Colors.transparent),
 child:ExpansionTile(
     title:...,
     children:[],
 ),
 ),
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: being_ billo

79663502

Date: 2025-06-12 12:12:42
Score: 3.5
Natty:
Report link

I think the problem here is that you have your adapter read method in the wrong order. Can you confirm if the following fixes it?

CartHive read(BinaryReader reader) {
    return CartHive(
      (reader.readMap()).cast<String, int>(), // this should be the second arg
      (reader.readMap()).cast<String, String>(), // this should be the first arg
      (reader.readMap()).cast<String, int>(),
    );
  
Reasons:
  • RegEx Blacklisted phrase (1.5): fixes it?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: underhill

79663496

Date: 2025-06-12 12:05:39
Score: 13 🚩
Natty: 6
Report link

I want to upgrade my 3 node redis sentinel server groups and 6 node cluster server groups. There will be major version changes for both sides. For example, I have server groups with versions 5, 6 and 7 for seperate groups, I will upgrade them to 8. How should I do the order for these? Should I upgrade the slaves or masters first? When I tried to upgrade the major version before, the cluster status failed due to version mismatch. I came across your post while doing research. Can you help me with that? Thanks in advanve!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): How should I
  • RegEx Blacklisted phrase (3): Thanks in advanve
  • RegEx Blacklisted phrase (3): Can you help me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Se7eN

79663488

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

Primereact gives for that an other Component, the Dropdown component.

Read the Documentation: https://primereact.org/dropdown/ .

-----------------------------------------------------------------------------

if you want to select multiple items in MultiSelect but as default just one item selected, do this:

you should add the just the Value, which is in your options objectsarray.

// for Javascript
   
 const [selected, setSelected] = useState(["Grapes"]);

// for Typescript

    type Option = {label: string, value: string}
    const [selected, setSelected] = useState<Option[], string[]>(["Grapes"]);

For more selected items as default, you should just add a new string in the Array of the useState().

All added strings should be available in your Options Objectsarray!

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Filler text (0.5): -----------------------------------------------------------------------------
  • Low reputation (1):
Posted by: Hasan Kahya

79663486

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

spannende Frage – solche unsichtbaren bzw. schwer erkennbaren Zeichen können in Excel wirklich tückisch sein!

Die Formeln, die du bereits verwendest, sind ein sehr guter Ansatz für einzelne Zielzeichen wie den langen Gedankenstrich (–), die geschwungene Apostrophe (’) oder auch das ï in „naïve“. Wenn du weitere unsichtbare Zeichen wie z. B. das geschützte Leerzeichen (Unicode U+00A0) oder ähnliche Sonderzeichen identifizieren möchtest, kannst du deine bestehende Formel einfach erweitern. Wichtig ist dabei, dass du das jeweilige Zeichen korrekt einfügst – viele dieser Zeichen lassen sich nicht direkt auf der Tastatur eingeben und sehen aus wie normale Leerzeichen.

Für das geschützte Leerzeichen könntest du z. B. diese Variante nutzen (das Zeichen wurde hier direkt eingefügt, also einfach kopieren):

=IFERROR(TRANSPOSE(TEXTSPLIT(TEXTJOIN(", ", TRUE, IF(ISNUMBER(FIND(" ", A6:I1000)), CHAR(64+COLUMN(A6:I1000)) & ROW(A6:I1000), "")), ", ", , TRUE)), "No matches found") 

Falls du dir unsicher bist, welches Zeichen du gerade eingefügt hast, kannst du auch =CODE(ZELLE) verwenden, um den numerischen Wert zu prüfen (z. B. 160 für U+00A0).

Alternativ oder ergänzend kannst du auch ein kleines VBA-Skript verwenden, um verdächtige Zeichen in einem Zellbereich systematisch zu durchsuchen – vor allem, wenn du eine größere Liste von problematischen Unicode-Zeichen im Blick hast. Wenn du möchtest, kann ich dir gerne eine Vorlage dafür schreiben.

Ein weiteres nützliches Tool zur Analyse von unsichtbaren Zeichen ist übrigens der Unicode-Viewer von SoSciSurvey, den du auch verlinkt hast – sehr hilfreich zur Verifizierung!

Viele Grüße und gutes Gelingen bei der Analyse
Matthias

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

79663480

Date: 2025-06-12 11:56:36
Score: 1.5
Natty:
Report link

As of TypeScript 5.8 this is not possible. See #49552 and the issues it links to.

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

79663475

Date: 2025-06-12 11:54:35
Score: 0.5
Natty:
Report link

SOLVED: Power BI to Oracle Refresh Fails with ORA-03113: end-of-file on communication channel

I'm posting this detailed answer because my team and I finally solved this exact issue. The solution was not in Power BI or a database permission, but a specific conflict between our Oracle Client's protocol and our corporate firewall.

This was the final step after a long troubleshooting process, and hopefully, it can help someone else.

The Symptoms

The Diagnosis: Firewall vs. Oracle Protocol

After working with our IT department, we found the root cause in our Check Point firewall logs. The firewall was dropping packets with the following message:

"TCP segment with urgent pointer. Urgent data indication was stripped."

The problem was a conflict:

  1. Oracle's Protocol (SQL*Net): Uses TCP packets with the URG flag for its "Out-of-Band Break" mechanism, which can be used to cancel long-running queries.

  2. Our Firewall's Policy: By default, our Check Point firewall considered packets with the URG flag a security risk and was terminating the connection whenever it detected them during the large data transfer.


Our Solution: Modifying the Oracle Client Configuration

Instead of changing the corporate firewall policy, we chose to fix this on the client side, as it was faster for us to implement. We instructed our Oracle client to simply not use this "out-of-band" mechanism.

Here are the exact steps that worked for us:

  1. Identify the Correct Client Software: The machine running Power BI Desktop was using the Oracle Client for Microsoft Tools (OCMT).

  2. Locate the sqlnet.ora File: We needed to edit the sqlnet.ora configuration file. We found it inside the OCMT installation directory. The path was: [ORACLE_CLIENT_INSTALL_DIRECTORY]\network\admin (For example: C:\oracle\product\19.0.0\client_1\network\admin)

    Note: If the sqlnet.ora file does not exist in this folder, you can simply create it as a new, empty text file.

  3. Add the Configuration Parameter: We opened the sqlnet.ora file with a text editor and added the following line:

    DISABLE_OOB=ON
    
    
  4. Apply Changes: We saved the sqlnet.ora file and then restarted Power BI Desktop.

After this change, the full data refresh worked perfectly without any ORA-03113 errors.

Alternative Solution (Firewall-Side)

For completeness, the other possible solution is to have the network security team create an exception in the firewall. This would involve modifying the security policy (in our case, for Check Point) to allow TCP packets with the URG flag, but only for the specific traffic between the Power BI client/gateway and the Oracle database server.

I hope our experience helps other users facing this frustrating issue

Reasons:
  • Whitelisted phrase (-1): solution is
  • Whitelisted phrase (-2): Solution:
  • RegEx Blacklisted phrase (2): urgent
  • RegEx Blacklisted phrase (2): Urgent
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pablo Luque

79663462

Date: 2025-06-12 11:44:31
Score: 1.5
Natty:
Report link

There exists an extension for OpenGL ES 2.0 from NVIDIA, called GL_NV_framebuffer_blit.

Examples of devices that support it can be found in the list here:
https://opengles.gpuinfo.org/listreports.php?extension=GL_NV_framebuffer_blit.

Some other GLES 2.0 devices also seem to report GL_ANGLE_framebuffer_blit, though:
https://opengles.gpuinfo.org/listreports.php?extension=GL_ANGLE_framebuffer_blit
https://opengles.gpuinfo.org/listreports.php?extension=ANGLE_framebuffer_blit

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

79663454

Date: 2025-06-12 11:37:29
Score: 3
Natty:
Report link

Please try
sudo npm install -g @angular/cli

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

79663442

Date: 2025-06-12 11:31:28
Score: 1
Natty:
Report link

Fixed in Redisson 3.8.0 and higher.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Nikita Koksharov

79663440

Date: 2025-06-12 11:31:28
Score: 2.5
Natty:
Report link

In some case when a repo cloned using HTTP (not with SSH) the pre-commit hook not working. I really don't have idea why it happens.

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

79663435

Date: 2025-06-12 11:25:26
Score: 1.5
Natty:
Report link
  1. Yes

  2. Because even resolved Promises schedule .then() handlers as microtasks. They don’t run "immediately".

  3. I don't think so

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

79663432

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

The root cause is that Microsoft.Identity.Web does not fall back to DefaultAzureCredential like manual calls do. Instead, it strictly requires the Azure Workload Identity setup to be fully correct

The AKS pod must be annotated with the correct client ID of the user-assigned managed identity.

Suppose your user-assigned managed identity Client ID is: <MANAGED_IDENTITY_CLIENT_ID> replace this. Ex:

kubectl annotate serviceaccount <SERVICE_ACCOUNT_NAME> \
  -n <NAMESPACE> \
  azure.workload.identity/client-id=<MANAGED_IDENTITY_CLIENT_ID>

The Azure AD App Registration must have a properly configured Federated Identity Credential that matches the pod's Kubernetes service account (system:serviceaccount:<namespace>:<serviceaccount>). create the Federated Identity Credential:

Ex:

az identity federated-credential create \
  --name workload-identity-federated-cred \
  --identity-name <MANAGED_IDENTITY_NAME> \
  --resource-group <RESOURCE_GROUP> \
  --issuer "https://kubernetes.default.svc.cluster.local" \
  --subject "system:serviceaccount:<NAMESPACE>:<SERVICE_ACCOUNT_NAME>" \
  --audiences api://AzureADTokenExchange

The Azure Workload Identity webhook must be running in the AKS cluster to inject the identity token file into the pod. Check if the webhook is installed in your AKS cluster:

kubectl get pods -n azure-workload-identity-system

pods like azure-wi-webhook-xxxxxx are running.

Check if Token File is Injected in Pod:

kubectl exec <POD_NAME> -n <NAMESPACE> -- ls /var/run/secrets/azure/tokens/

You should see azure-identity-token

Your manual DefaultAzureCredential call works because it uses multiple sources like the IMDS endpoint, but Microsoft.Identity.Web only reads from the expected federated token file which may be missing or improperly configured resulting in IDW10109.

Reference: https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview?tabs=dotnet

Please let me know if you have any doubts, I will be glad to help you out.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bheemani Anji Babu

79663431

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

This worked for me: update your installation of pandoc.

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

79663427

Date: 2025-06-12 11:21:25
Score: 0.5
Natty:
Report link

SOLVED: Power BI to Oracle Refresh Fails with ORA-03113: end-of-file on communication channel

Body of your Stack Overflow answer:

I'm posting this detailed answer because my team and I finally solved this exact issue. The solution was not in Power BI or a database permission, but a specific conflict between our Oracle Client's protocol and our corporate firewall.

This was the final step after a long troubleshooting process, and hopefully, it can help someone else.

The Symptoms

The Diagnosis: Firewall vs. Oracle Protocol

After working with our IT department, we found the root cause in our Check Point firewall logs. The firewall was dropping packets with the following message:

"TCP segment with urgent pointer. Urgent data indication was stripped."

The problem was a conflict:

  1. Oracle's Protocol (SQL*Net): Uses TCP packets with the URG flag for its "Out-of-Band Break" mechanism, which can be used to cancel long-running queries.

  2. Our Firewall's Policy: By default, our Check Point firewall considered packets with the URG flag a security risk and was terminating the connection whenever it detected them during the large data transfer.


Our Solution: Modifying the Oracle Client Configuration

Instead of changing the corporate firewall policy, we chose to fix this on the client side, as it was faster for us to implement. We instructed our Oracle client to simply not use this "out-of-band" mechanism.

Here are the exact steps that worked for us:

  1. Identify the Correct Client Software: The machine running Power BI Desktop was using the Oracle Client for Microsoft Tools (OCMT).

  2. Locate the sqlnet.ora File: We needed to edit the sqlnet.ora configuration file. We found it inside the OCMT installation directory. The path was: [ORACLE_CLIENT_INSTALL_DIRECTORY]\network\admin (For example: C:\oracle\product\19.0.0\client_1\network\admin)

    Note: If the sqlnet.ora file does not exist in this folder, you can simply create it as a new, empty text file.

  3. Add the Configuration Parameter: We opened the sqlnet.ora file with a text editor and added the following line:

    DISABLE_OOB=ON
    
    
  4. Apply Changes: We saved the sqlnet.ora file and then restarted Power BI Desktop.

After this change, the full data refresh worked perfectly without any ORA-03113 errors.

Alternative Solution (Firewall-Side)

For completeness, the other possible solution is to have the network security team create an exception in the firewall. This would involve modifying the security policy (in our case, for Check Point) to allow TCP packets with the URG flag, but only for the specific traffic between the Power BI client/gateway and the Oracle database server.

I hope our experience helps other users facing this frustrating issue

Reasons:
  • Whitelisted phrase (-1): solution is
  • Whitelisted phrase (-2): Solution:
  • RegEx Blacklisted phrase (2): urgent
  • RegEx Blacklisted phrase (2): Urgent
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pablo Luque

79663424

Date: 2025-06-12 11:19:24
Score: 2
Natty:
Report link

for development : `chmod 777 -R .`

but in production it's very serious and any devops who deployed it now the answer

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

79663385

Date: 2025-06-12 10:53:15
Score: 0.5
Natty:
Report link

When you click on the ⓘ here:

file path patterns input

You'll see that the field header is misleading ("folders"), because this input will allow for file type patterns, too, e.g.:

*.cs; *.js; /src/api/*/*DataAccess/*
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • High reputation (-1):
Posted by: Oliver

79663384

Date: 2025-06-12 10:53:15
Score: 1.5
Natty:
Report link

<img src="{{cdn '/content/carousel/1920x600-3.jpg'}}" width="1920" height="600">

This will load the image from the BigCommerce CDN dynamically based on your store’s environment.

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

79663365

Date: 2025-06-12 10:42:12
Score: 1
Natty:
Report link

std::erase, std::erase_if are placed in the headers of containers for which they're overloaded: std::erase_if(std::vector) placed in <vector>, std::erase_if(std::list) placed in list, etc.

P.S. While reading a book part on standard library algorithms author didn't mention this, so I assumed erase and erase_if were in <algorithm> header - that's false.

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

79663350

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

The TB^ command is the best solution, set your box size accordingly and it will cut off any extra lines

Here is my usage to limit a section to two lines:

^FO32,867
^A0N,22,20
^TBN,275,50
^FDThis is a small box containing two lines of text, ensuring that anything on the third line is being cut off.^FS
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robin

79663345

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

It seems like this happens when trying to fetch the location from a background isolate. After some debugging, I realized that the location package only works on the main isolate, and calling Location().getLocation() from a background isolate leads to this issue.

If you need background location updates, consider using the geolocator package.

Hope this helps others facing the same issue!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Mann Patel

79663344

Date: 2025-06-12 10:30:04
Score: 6.5 🚩
Natty:
Report link

I played around with .sheet. A very rough start, but it might be a way forward?

https://github.com/claesjacobsson/FindMyLab

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Claes

79663343

Date: 2025-06-12 10:28:03
Score: 3.5
Natty:
Report link

There is a horizontal alignment for the content of the card visual under format, visual, callout value then value.

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

79663337

Date: 2025-06-12 10:26:02
Score: 5.5
Natty:
Report link

Can you check if you have any branch ref hardcoded or certain values listed under repo refs in the pipeline?

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

79663334

Date: 2025-06-12 10:25:02
Score: 1
Natty:
Report link

Make sure at least one data series is using the Primary Axis. Here's how to do it in VBA:

ActiveChart.FullSeriesCollection(1).AxisGroup = xlPrimary ' Force series to primary axis 

After this, try setting the axis title again:

ActiveChart.SetElement (msoElementPrimaryValueAxisTitleAdjacentToAxis) 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rackymuthu

79663330

Date: 2025-06-12 10:21:00
Score: 1
Natty:
Report link

After test, I find the answer is --

in the /etc/patroni.yml, it used to be --

etcd:
  hosts:
    - <node1_IP>:2379
    - <node2_IP>:2379

After change it to --

etcd3:
  hosts:
    - <node1_IP>:2379
    - <node2_IP>:2379

Then issue fixed.

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

79663324

Date: 2025-06-12 10:20:00
Score: 3
Natty:
Report link

You could try this : https://docs.pwafire.org/custom-install-prompt - (add custom in-app install experience API)

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Maye Edwin

79663320

Date: 2025-06-12 10:17:59
Score: 1
Natty:
Report link

You should contact gocardless and see if it's a feature that you need to be enabled on you plan. For example I was trying to create a billing request and choose currency. When hitting the GC endpoint I was getting 403 permission denied.

The solution was to enable gocardless custom pages on my account as it was restricted by default.

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

79663304

Date: 2025-06-12 10:04:55
Score: 2.5
Natty:
Report link

The problem was in my database declaration. The @Database line specifically. But I still don't know what is the problem with this line.

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

79663303

Date: 2025-06-12 10:03:54
Score: 4
Natty: 5
Report link

Artie could be helpful here.

Check out their blog post on why TOAST Columns Break Postgres CDC and How to Fix It: https://www.artie.com/blogs/why-toast-columns-break-postgres-cdc-and-how-to-fix-it

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

79663276

Date: 2025-06-12 09:47:49
Score: 1.5
Natty:
Report link

This might be Debian bug 878330 or Debian bug 878334, I incorporated Mr. Zavalczki's patches for these bugs in my catdoc fork.

If it's a different bug please open an issue and ideally provide a test file.

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: skierpage

79663274

Date: 2025-06-12 09:46:44
Score: 7 🚩
Natty:
Report link

I know this thread is old, but maybe somebody can still help. I had the same issue and used the code from Scott L to disable customer details email, but now WCFM does not properly complete a newly placed order and so no admin email is sent either.

What I want:

I want to place an order in WCFM and have admin email submitted, but no customer details email to the customers email adress.

Can anybody help?

Thank you,

Andrea

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): I had the same
  • RegEx Blacklisted phrase (3): Can anybody help
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Andrea Mastny

79663267

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

I recognize two separate questions:

  1. How do I enter manually information from a picture/diagram to Prolog code without making mistakes?
  2. How do I represent a labyrinth like this one, if I want to find a (shortest?) path through it?

Prolog has a "de-facto" standard for compile-time code re-writing, using expand_term/2 and term_expansion/2. Those are available at least in SWI-Prolog, GNU-Prolog, and SICStus Prolog.

With this you can transform your valid Prolog source code to other valid Prolog code. This helps because it relieves you (the programmer) from thinking about "how is this information going to be used" while you are still at the stage of just writing down the information (do you see the relation to relational database design?)

For example: I might find it easiest to just write down the doors that I see in the labyrinth. I will just write them down in a list, going by "rows" from top to bottom, and left to right on each imaginary row. I end up with something like this:

doors([
    h-g, g-f,
    h-i, f-k,
    k-e,
    i-j, g-k, e-d,
    j-i, k-d,
    d-c,
    j-b,
    b-a]).

This is already useful for cross-checking, I can count how many doors I have in total or how many roooms/locations I have:

?- doors(Ds), length(Ds, N).
Ds = [h-g, g-f, h-i, f-k, k-e, i-j, g-k, e-d, ... - ...|...],
N = 13.

?- doors(Ds), setof(R, S^( member(R-S, Ds) ; member(S-R, Ds) ), Rooms), length(Rooms, N).
Ds = [h-g, g-f, h-i, f-k, k-e, i-j, g-k, e-d, ... - ...|...],
Rooms = [a, b, c, d, e, f, g, h, i|...],
N = 11.

Both numbers check out, I do count on the picture 13 doors and 10 rooms with a as the 11th outside location.

I can already see that there are two distinct doors between rooms j and i, would going through one or the other be considered a different path? I will leave the door there, but I will model the connections between rooms to be unique. I will not do this by removing the door from my original list though.

The original design of the connections is in fact useful; it models the labyrinth as an undirected graph, where a <--> b is modeled as { a --> b, b --> a }. This very nicely fits with the path/trail/walk definition proposed by @false.

Here is one way to achieve this (full program so far):

term_expansion(doors(Ds), Connections) :-
    findall(connection(A,B),
            (   member(A-B, Ds)
            ;   member(B-A, Ds)
            ), C0),
    sort(C0, Connections).

doors([
    h-g, g-f,
    h-i, f-k,
    k-e,
    i-j, g-k, e-d,
    j-i, k-d,
    d-c,
    j-b,
    b-a]).

You can how check what connections you have going out of rooms i or j (note there is two doors but now only one connection between the two):

?- connection(i, X).
X = h ;
X = j.

?- connection(j, X).
X = b ;
X = i.

Great. Using the path/trail/walk definition I linked above, we get:

?- path(connection, Path, a, e).
Path = [a, b, j, i, h, g, f, k, d, e] ;
Path = [a, b, j, i, h, g, f, k, e] ;
Path = [a, b, j, i, h, g, k, d, e] ;
Path = [a, b, j, i, h, g, k, e] ;
false.

This seems correct. How would you try to search for the shortest path? This is a good question, and the obvious answer is "use another algorithm" (not the one provided by path/4). However, iterative deepening can be used to trivially use path/4 to find the shortest path first.

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1): How would you
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: TA_intern

79663264

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

Here is a simple command to create a submodule from maven-archetype-simple:

mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-simple -DgroupId=<your-groupid> -DartifactId=<your-artifact-id>

The parent project's packaging should be <packaging>pom</packaging>

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

79663253

Date: 2025-06-12 09:34:40
Score: 3.5
Natty:
Report link

_StorageObject._Object-state replaces _Index._Active since V11.0.

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

79663240

Date: 2025-06-12 09:27:37
Score: 1
Natty:
Report link

Its really simple at this point , if you have your blob.

1. Extract url from blob

const url = URL.createObjectURL(blob);

2. Render using Viewer or <IFrame/>

import { Viewer } from '@react-pdf-viewer/core';

<Viewer fileUrl={url} defaultScale={1} />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: harsh sharma

79663239

Date: 2025-06-12 09:26:37
Score: 2
Natty:
Report link
- debug:
    msg: "Adresse MAC : {{ vm_guest_facts.instance.hw_eth0.macaddress }}"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Med Mahdi Dridi

79663230

Date: 2025-06-12 09:16:34
Score: 3.5
Natty:
Report link

I just restarted my pc, that fixed the issue

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

79663229

Date: 2025-06-12 09:15:34
Score: 0.5
Natty:
Report link

Work out!

if you want make the ttl right for old partitions, just run this code :

USER paimon;

CALL sys.expire_partitions(
    table => 'paimon.dwd.dwd_paimon_trade_product', 
    expiration_time => '30 d', 
    timestamp_formatter => 'yyyy-MM-dd', 
    timestamp_pattern => '$dt', 
    expire_strategy => 'values-time'
);

when you create new table and write data into paimon table, you should set those properties:

) PARTITIONED BY (dt) TBLPROPERTIES (
    'primary-key' = 'dt,mall_id,order_id,pro_id',
    'bucket' = '32',
    'bucket-key' = 'order_id',
    'partition.expiration-time' = '30 d',
    'partition.expiration-check-interval' = '1 d',
    'partition.timestamp-formatter' = 'yyyy-MM-dd'
)
;

and if you want add ttl for a table of exist, you should run :

ALTER TABLE DB.t SET PROPERTIES (
    'partition.expiration-time' = '30 d',
    'partition.expiration-check-interval' = '1 d',
    'partition.timestamp-formatter' = 'yyyy-MM-dd'
);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: dasen

79663223

Date: 2025-06-12 09:11:33
Score: 1
Natty:
Report link

virtual threads are a new type of lightweight thread introduced to handle high concurrency efficiently. Internally, they work using a continuation-based model, where the JVM can pause and resume the thread as needed.

When a virtual thread performs a blocking operation (like I/O), it doesn’t block the OS thread. Instead, the JVM temporarily unmounts it and uses the underlying thread to run other virtual threads. This allows you to create millions of threads without much overhead.

Virtual threads are managed by the JVM, not the operating system, and they are ideal for scalable applications where traditional thread models become expensive.

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

79663209

Date: 2025-06-12 09:04:30
Score: 1
Natty:
Report link

There is now a CSS unit for this, so instead of something like this:

svg {
  height: round(#{$line-height-xsmall * $font-size-xsmall});
}

we can now do:

svg {
  height: 1lh;
}

to align an icon with the ::first-line of some wrapping text next to it.

https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units#line_height_units
https://caniuse.com/mdn-css_types_length_lh

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Yann Dìnendal

79663208

Date: 2025-06-12 09:03:30
Score: 1.5
Natty:
Report link

Actually, I was facing some related problem. At lease right now I could tell you that the MapFrom feature in ForPath and ForMember is not the same, which ForMember contains more processible by provide IValueResolver<TSource, TDestination, TDestMember> than Func<IPolicy, TSourceMember>

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

79663197

Date: 2025-06-12 08:53:27
Score: 3
Natty:
Report link

HHVM is officially supported on most major linux platforms, with limited support for MacOS.

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

79663196

Date: 2025-06-12 08:53:27
Score: 2
Natty:
Report link

This issue is known and appears to be related to MediaPipe's dependencies on audio. However, a workaround has been provided in the pull request https://github.com/google-ai-edge/mediapipe/pull/5993. If you are still seeking a fix, I recommend trying that approach.

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

79663190

Date: 2025-06-12 08:49:26
Score: 1
Natty:
Report link

Sadly, supabase does not offer a feature like this. Therefore I build my own npm package for Supabas Auth, Databae, Storage and Realtime. You can use it to translate into 8 languages with English as fallback using the error codes.

Check it out https://www.npmjs.com/package/supabase-error-translator-js?activeTab=readme

It is built by me and is my own project.

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: srothgang

79663188

Date: 2025-06-12 08:48:25
Score: 1.5
Natty:
Report link

The reason may be exporting 92,000 rows with PHPSpreadsheet might not hit memory limits because the data itself is likely simple, requiring less memory per cell. PHP's memory management is efficient; even with no limit, it only uses what's needed, especially if your system has plenty of RAM. Laravel, if used, could be subtly optimizing data retrieval with lazy loading, preventing the entire dataset from being held in memory at once. Finally, the lack of a memory leak just means memory is properly released, not that usage is inherently low, but rather handled cleanly.

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

79663184

Date: 2025-06-12 08:46:25
Score: 2
Natty:
Report link

If you want it fast, try out the std::to_chars functions (since C++17)

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

79663168

Date: 2025-06-12 08:32:21
Score: 2
Natty:
Report link

Thanks @zeljan for answering my question in the comments.

Looks like this is a bug in the Lazarus 4.0 IDE with QT6 backend.

It'll be fixed in Lazarus 4.2 Stable: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/41470


So if anyone has this issue in the future, just update your Lazarus IDE to the latest version.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @zeljan
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Shaun Roselt

79663167

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

This is the correct code to add for the English language hl=en&amp;

Add before the src

Sample code

src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=1&amp;ctz=Asia%2FColombo&amp;showPrint=0&amp;hl=en&amp;src=Y19lMDAwNDQwZmY4MjVlNWM0MGU3NzAxOGJiNmExOGNiNDc3Z

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

79663151

Date: 2025-06-12 08:20:18
Score: 1.5
Natty:
Report link

Turns out the issue seems to be in my Github workflow, not in Azure.

I had not included:

ARM_USE_OIDC: true

in the Github workflow.

Adding this has allowed the workflow to successfully run terraform init and create a state file in the Azure storage account.

Many thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Scott

79663130

Date: 2025-06-12 08:08:14
Score: 1.5
Natty:
Report link

I ran into the same issue and was able to resolve it. It turns out to be related to the Donut model’s MAX_TOKEN_LEN setting. My code runs successfully when MAX_TOKEN_LEN is set to 128 or lower, but the bug reappears as soon as it exceeds 128.

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

79663120

Date: 2025-06-12 08:02:12
Score: 1
Natty:
Report link

1.Ensure finishTransaction is called correctly and only once.

2.Clear any unknowledge or pending purchases from previous sessions using flushFailedPurchasesCachedAsPendinAndroid().

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

79663116

Date: 2025-06-12 07:57:11
Score: 1.5
Natty:
Report link

If you're looking to automatically extract Gmail emails (including replies) into MySQL and properly group conversations, this is exactly what my SaaS Sivox does.

Sivox connects to Gmail (and Zoho Mail), automatically fetches emails, extracts metadata (including thread and conversation grouping), attachments, and stores everything directly into MySQL or SQL Server databases.

You don’t need to deal with APIs, IMAP or complex scripting — everything is fully automated and works continuously.

You can check it out here is free:
👉 https://sivox.net/

Happy to give you more details if you're interested.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Giovanni Correia

79663115

Date: 2025-06-12 07:55:10
Score: 4.5
Natty:
Report link

Thank you! I got the answers to my questions.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tamerlan

79663110

Date: 2025-06-12 07:49:09
Score: 1
Natty:
Report link

Add below code after this line '

   xlWorkSheet = xlWorkBook.Sheets(1)

xlworksheet.Range("A:Z").NumberFormat="@"

This will change any number format your excel to text.

The range depends on the size of data you are exporting.It can be:("A:AB")...etc

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

79663107

Date: 2025-06-12 07:44:07
Score: 2
Natty:
Report link

This issue was introduced by Chromium and not Visual Studio.

Tracking issue:
https://issues.chromium.org/issues/422218337

Resolved in Latest Version of Chrome: 137.0.7151.104

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

79663099

Date: 2025-06-12 07:36:04
Score: 9 🚩
Natty: 6.5
Report link

Have you found a solution yet? If so, please share it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • RegEx Blacklisted phrase (2.5): Have you found a solution yet
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Absar Ahmad

79663098

Date: 2025-06-12 07:35:03
Score: 2
Natty:
Report link
SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE COLUMN_NAME LIKE '%create%'
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Siva Kumar

79663086

Date: 2025-06-12 07:29:01
Score: 1
Natty:
Report link

Possible solutions:

Try to reinstall HAXM.

1.Open your Android SDK manager.

2.Un check the HAXM installer and reinstall it.

Additionally, please check if you have multiple Android SDK installations on your computer.

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

79663085

Date: 2025-06-12 07:29:01
Score: 1
Natty:
Report link

Make sure that you are not using any Sliver-s inside your regular widgets. This error is absolutely misleading in this case

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

79663080

Date: 2025-06-12 07:26:00
Score: 0.5
Natty:
Report link

If you want to send ids in the request and expect dictionary of items in the response, then this approach might be useful.

tag = TagSerializer(many=True, read_only=True)
tag_ids = serializers.PrimaryKeyRelatedField(
    queryset=Tag.objects.all(),
    many=True,
    write_only=True,
    source="tag",
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: George Nigoghossian

79663076

Date: 2025-06-12 07:21:59
Score: 1
Natty:
Report link

Yes, technically Zoho CRM itself doesn’t expose IMAP emails directly via its public API (unlike notes, tasks, or events). Zoho stores IMAP-connected emails in a separate internal email module which is not fully accessible through the standard CRM API.

However, there is a way to retrieve these emails externally by connecting directly to the Zoho Mail account itself (via IMAP or API), independent from Zoho CRM.
For example, I’ve built a solution (Sivox) that automatically connects to Zoho Mail (or Gmail), extracts emails, attachments, and metadata, and synchronizes them into external databases like MySQL or SQL Server.

If you want to fully extract and store these emails outside Zoho CRM for analytics, integrations or backups — this type of solution might be exactly what you’re looking for.

Let me know if you want more technical details.

https://sivox.net/

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

79663074

Date: 2025-06-12 07:19:59
Score: 3
Natty:
Report link

Please check if the file hive-metastore-2.x.x.jar exists in your Spark jars path. I found hive-metastore-2.3.9.jar in the spark-3.5.0-bin-hadoop3/jars directory.

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

79663072

Date: 2025-06-12 07:18:58
Score: 3.5
Natty:
Report link

Try https://wa.me/{phone number} - without 00 but has international dialling code

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

79663071

Date: 2025-06-12 07:17:58
Score: 3
Natty:
Report link

I read the ESP-IDF documentation about secure boot and flash encryption, and also asked some questions on the forum. I got answers stating that flash encryption cannot be enabled on a device where secure boot is already enabled.

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

79663070

Date: 2025-06-12 07:17:58
Score: 4
Natty:
Report link

You can try this, hopefully this works for you.
enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ehtesham Ul Hassan

79663067

Date: 2025-06-12 07:12:57
Score: 0.5
Natty:
Report link

you can use so many dependency in flutter for crop the images so use can also use these like
crop_your_image, crop ,crop_image,custom_image_crop ... so you these i think your issue will be solved

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

79663063

Date: 2025-06-12 07:08:55
Score: 1
Natty:
Report link

Not 100% sure I got your question right, but :

LLM runs on the client side, not in your MCP server.

For example, in production, an LLM client would automatically decide when to call CreateNewTable based on user prompts.

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

79663058

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

I have reason to believe that this strange behaviour resulted from a broken or otherwise incorrect index because luckily OPTIMIZE TABLE did the trick.

Additionally, since we're dealing with system versioned tables, I needed to change the 'alter history' vairable:

SET @@system_versioning_alter_history = KEEP;

output of optimize before setting alter history

After that SELECT [....] gave the same result as SELECT [...] FOR SYSTEM_TIME AS OF NOW() while SELECT [...] FOR SYSTEM_TIME ALL still contained the historical data.

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

79663033

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

If you don't have the ability to set up new deploy keys, and you get this for the -checkout directive, then replace -checkout with


      - run:
          command: |
            git clone --depth 1 https://github.com/whatever/project /where
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Linas

79663031

Date: 2025-06-12 06:41:47
Score: 1
Natty:
Report link

I think you might be in this situation:

"Symptom - Role assignments for management group changes are not being detected

You created a new child management group and the role assignment on the parent management group is not being detected for the child management group.

Cause

Azure Resource Manager sometimes caches configurations and data to improve performance.

Solution

It can take up to 10 minutes for the role assignment for the child management group to take effect. If you are using the Azure portal, Azure PowerShell, or Azure CLI, you can force a refresh of your role assignment changes by signing out and signing in. If you are making role assignment changes with REST API calls, you can force a refresh by refreshing your access token."

Source

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

79663028

Date: 2025-06-12 06:38:46
Score: 3.5
Natty:
Report link

In addition to the answer @BOUKANDOURA Mhamed provided above, I had to modernize the python command by adding a couple of brackets round the print to avoid getting a Missing parentheses in call to 'print' error.

So my playbook (without the safety cron job) looks something like this:

- hosts: satellite, debroom
  gather_facts: no
  tasks:
    - name: backup shadow file
      copy:
        src: /etc/shadow
        dest: /etc/shadow.ansible-bak
      become: yes

    - name: generate hash pass
      delegate_to: localhost
      command:  python -c "from passlib.hash import sha512_crypt; import getpass; print(sha512_crypt.encrypt('{{new_password}}'))"
      register: hashedpw

    - debug:
        var: hashedpw.stdout

    - name: update password
      user:
        name: root
        password:  '{{hashedpw.stdout}}'
      become: yes

I am also passing through my value for new_password as an environment variable, when I run it like this:

ansible-playbook -i inventory.yml update_password.yml -e new_password=flufflykins123

This seems to be working fine for me, but I am left wondering if the crypto settings on @BOUKANDOURA Mhamed 's original answer maybe needs updating to something stronger, since it's 2025?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @BOUKANDOURA
  • User mentioned (0): @BOUKANDOURA
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Schmealsson

79663027

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

You didn't mention your production requirements but there is nothing with using UV in production. In fact, it is recommended to use at least a dependency manager and virtual environments because the days where you maintain a requirements.txt file by hand. I'm sure Java has similar tools used to manage dependencies and upgrade libraries as you need fit.

"Is it good practice (in production)" really depends on your requirements in production and how they may differ from in development. UV and most python dependency managers allow you split dev dependencies so thought they are only installed in a developers environment.

It's actually good devops practice to mirror your prod and dev environments so I'd count it as a good thing that your environments are closer.

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

79663021

Date: 2025-06-12 06:35:45
Score: 4
Natty: 5
Report link

what about `cd <path/to/folder> && npm install xyz`

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: Willy Woitas

79663020

Date: 2025-06-12 06:34:44
Score: 8.5 🚩
Natty: 4.5
Report link

Is this resolved? I am also facing same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (1):
Posted by: V Sailu

79663011

Date: 2025-06-12 06:25:41
Score: 2
Natty:
Report link

Tools like uv, venv etc are used to manage isolated Python environments and dependencies. Whether or not to use uv in production depends on your workflow and preference.

In short, while uv can improve setup speed and consistency, it’s not mandatory.

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

79663006

Date: 2025-06-12 06:20:40
Score: 1
Natty:
Report link

Comment to Answer by Thanatos ( https://stackoverflow.com/users/15414326/thanatos )

Just wanted to say thx because it helped me right now!

this is a version for NetFramework and Net8, they changed some of the internal names and the stacktrace functions have been deprecated, so i removed those. Still serves the purpose of finding the problematic entry.

/// <summary>
/// Based on: https://stackoverflow.com/a/70413275
/// </summary>
internal static class PreferenceChangedObserver
{
#if NETFRAMEWORK
    private const string FieldNameHandlers = "_handlers";
    private const string FieldNameDestinationThreadName = "destinationThreadRef";
#else
    private const string FieldNameHandlers = "s_handlers";
    private const string FieldNameDestinationThreadName = "_destinationThread";
#endif

    private const System.Reflection.BindingFlags FlagsInstance = System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance;
    private const System.Reflection.BindingFlags FlagsStatic = System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static;
    private const string LogFilePath = $"D:\\FreezeLog.txt";

    /// <summary>
    /// Creates a new thread and runs the check forever.
    /// </summary>
    public static void StartThread()
    {
        if (System.IO.File.Exists(LogFilePath))
        {
            System.IO.File.Delete(LogFilePath);
        }

        var tr = new System.Threading.Thread(CheckSystemEventsHandlersForFreezeLoop)
        {
            IsBackground = true,
            Name = nameof(PreferenceChangedObserver) + ".CheckThread",
        };
        tr.Start();
    }

    private static IEnumerable<EventHandlerInfo> GetPossiblyBlockingEventHandlers()
    {
        var type = typeof(Microsoft.Win32.SystemEvents);

        var handlers = type.GetField(FieldNameHandlers, FlagsStatic).GetValue(null);
        if (handlers?.GetType().GetProperty("Values").GetValue(handlers) is not System.Collections.IEnumerable handlersValues)
        {
            yield break;
        }

        foreach (var systemInvokeInfo in handlersValues.Cast<System.Collections.IEnumerable>().SelectMany(x => x.OfType<object>()).ToList())
        {
            var syncContext = systemInvokeInfo.GetType().GetField("_syncContext", FlagsInstance).GetValue(systemInvokeInfo);

            ///// Make sure its the problematic type
            if (syncContext is not WindowsFormsSynchronizationContext wfsc)
            {
                continue;
            }

            // Get the thread
            var threadRef = (WeakReference)syncContext.GetType().GetField(FieldNameDestinationThreadName, FlagsInstance).GetValue(syncContext);
            if (!threadRef.IsAlive)
            {
                continue;
            }

            var thread = (System.Threading.Thread)threadRef.Target;
            if (thread.ManagedThreadId == 1) //// UI thread
            {
                continue;
            }

            if (thread.ManagedThreadId == Environment.CurrentManagedThreadId)
            {
                continue;
            }

            // Get the event delegate
            var eventHandlerDelegate = (Delegate)systemInvokeInfo.GetType().GetField("_delegate", FlagsInstance).GetValue(systemInvokeInfo);

            yield return new EventHandlerInfo
            {
                Thread = thread,
                EventHandlerDelegate = eventHandlerDelegate,
            };
        }
    }

    private static void CheckSystemEventsHandlersForFreezeLoop()
    {
        while (true)
        {
            System.Threading.Thread.Sleep(1000);
            try
            {
                foreach (var info in GetPossiblyBlockingEventHandlers())
                {
                    var msg = $"SystemEvents handler '{info.EventHandlerDelegate.Method.DeclaringType}.{info.EventHandlerDelegate.Method.Name}' could freeze app due to wrong thread. ThreadId: {info.Thread.ManagedThreadId}, IsThreadPoolThread:{info.Thread.IsThreadPoolThread}, IsAlive:{info.Thread.IsAlive}, ThreadName:{info.Thread.Name}{Environment.NewLine}";
                    System.IO.File.AppendAllText(LogFilePath, DateTime.Now.ToString("dd.MM.yyyy HH:mm:ss") + $": {msg}{Environment.NewLine}");
                }
            }
            catch
            {
                // That's dirty.
            }
        }
    }

    private sealed class EventHandlerInfo
    {
        public Delegate EventHandlerDelegate { get; set; }

        public System.Threading.Thread Thread { get; set; }
    }
}
Reasons:
  • Blacklisted phrase (1): thx
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Otterprinz

79663000

Date: 2025-06-12 06:17:39
Score: 0.5
Natty:
Report link

You search for WrappingHStack

https://github.com/dkk/WrappingHStack

you're able to split text to words and implement click function on each element

enter image description here

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

79662998

Date: 2025-06-12 06:13:38
Score: 2.5
Natty:
Report link

Please add at the end of your final URL
&t=\(CFAbsoluteTimeGetCurrent())
This works 100% in app as well.

example https://itunes.apple.com/lookup?bundleId=com.xxx.xxxx&t=\(CFAbsoluteTimeGetCurrent())

this work for me.

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