79818663

Date: 2025-11-13 09:40:56
Score: 0.5
Natty:
Report link

I was running my project through Visual Studio. One day it stopped working like this.
Then I saw there was a new Visual Studio update, and after updating it, it was fixed...

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

79818655

Date: 2025-11-13 09:36:55
Score: 0.5
Natty:
Report link

If you use pd.read_csv() you already have yourself a dataframe. Try:

import pandas as pd

df=pd.read_csv('Advertising.csv')

print(df.head())
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Bending Rodriguez

79818649

Date: 2025-11-13 09:32:54
Score: 1.5
Natty:
Report link

Only working solutions at this state are:

Temp account removal

  1. Remove your account from Xcode settings

Xcode 26.x settings

  1. Add the package
  2. Re-add your account

Use an old Xcode version

  1. Use Xcode 16.x

From what I've seen, the issue is in Xcode 26.x the SSH key never stores, it always reverts to "none".

It doesnt matter if you create a new key in Xcode (and upload) or create it in terminal and link it.


In comparison, Xcode 16.x has this:

Xcode 16.x settings

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

79818647

Date: 2025-11-13 09:30:53
Score: 4
Natty: 4
Report link

This is the official tutorial:

https://www.jetbrains.com/help/idea/creating-and-configuring-web-application-elements.html#elements-templates

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

79818645

Date: 2025-11-13 09:28:52
Score: 1
Natty:
Report link

For Windows:

Connect to the databse:

cmd

psql -d db_name -U postgres

Copy the file in hex format as Grzegorz Szpetkowski showed

psql

\copy (SELECT encode(file, 'hex') FROM files WHERE id = 1) TO 'D:\file.hex'

Convert to the desired format

cmd

cd /d d:
certutil -decodehex file.hex file.jpg
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ник Нейм

79818635

Date: 2025-11-13 09:22:50
Score: 3
Natty:
Report link

Looks like this change was introduced with EMR 5.22.0 release: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-5220-release.html

With EMR Serverless should be back to default 0.10 (10%): https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/jobs-spark.html#spark-defaults

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

79818628

Date: 2025-11-13 09:18:49
Score: 3
Natty:
Report link

It might be worth looking into this package.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Thomasino73

79818625

Date: 2025-11-13 09:16:49
Score: 2
Natty:
Report link

You have couple of options to experiment with. You could modify the cache keys to include another variable factor like IP/location, so each visitor gets a unique cached object. Or you can bypass caching for prices by hooking into WooCommerce filters. See these helpful WooCommerce resources: how to configure caching , and caching and dynamic pricing.

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

79818624

Date: 2025-11-13 09:15:49
Score: 1.5
Natty:
Report link

I'm writing my solution so that it can be found via Google ...

My custom were not applied in the PDF - even when I set all options in dompdf/dompdf initialization, gave all directory permissions, etc.

We use really custom fonts, not Google fonts - which are loaded from s3 with cloudfront.

The solution was: Use ttf / truetype fonts ... woff and woff2 were not applied, even when these files were loadable.

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

79818622

Date: 2025-11-13 09:13:48
Score: 3
Natty:
Report link

I messed up calculating the correct pagetable offsets for the kernel base address. 0xFFFFFFFF80000000 resolves to PML4 index 511, PDPT index 510, PD index 0 and PT index 0 and not PDPT index 256.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Filler text (0.5): FFFFFFFF
  • Low reputation (0.5):
Posted by: Holz

79818621

Date: 2025-11-13 09:13:48
Score: 0.5
Natty:
Report link

It turns out the problem was caused by the Compiler Explorer build failing for newest compilers. Using an older, stable compiler version such as x86-64 clang 21.1.0 does work: https://godbolt.org/z/M4rW9vnnc

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

79818617

Date: 2025-11-13 09:07:47
Score: 2
Natty:
Report link

if you are using android studio on windows (not specified in the thread), do not launch it as Administrator.

it fixed the issue for me

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

79818606

Date: 2025-11-13 08:51:42
Score: 5
Natty:
Report link

How is this related to C#, or even to programming in general ? Please see: What topics can I ask about here?, and: on-topic.

Reasons:
  • Blacklisted phrase (1): can I ask
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How is this
  • High reputation (-2):
Posted by: wohlstad

79818602

Date: 2025-11-13 08:47:41
Score: 1.5
Natty:
Report link

This is how I did it with Powershell:

$extUid,$extVersion = 'vscjava.vscode-java-pack','0.30.4'
$extPubl,$extName = $extUid -split '\.'

$extUrl = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/$extPubl/vsextensions/$extName/$extVersion/vspackage"

Invoke-RestMethod $extUrl -OutFile "~/Downloads/$extUid.vsix"

code --install-extension "/home/user/Downloads/vscjava.vscode-java-pack.vsix"
# Installing extensions...
# Extension 'vscjava.vscode-java-pack.vsix' was successfully installed.

Url construction described here: https://stackoverflow.com/a/79565372/20340543

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Podbrushkin

79818598

Date: 2025-11-13 08:44:35
Score: 8 🚩
Natty:
Report link

Someone who solved this fucking shit?

Porco dio.

Reasons:
  • Blacklisted phrase (2): fuck
  • RegEx Blacklisted phrase (1.5): solved this fucking shit?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Removed

79818596

Date: 2025-11-13 08:40:35
Score: 0.5
Natty:
Report link

Add a constraint for T. In TypeScript, you can add constraints that refer to each other for generic parameters.

const sumByField = <T extends {[P in K]: number}, K extends OnlyNumericKeys<T>>(data: T[], field: K) =>
    data.reduce(
        (acc, curr) => acc + curr[field],
        0
    );

https://tsplay.dev/wQa6Yw

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

79818592

Date: 2025-11-13 08:34:33
Score: 1.5
Natty:
Report link

Yes, using LIMIT is generally a good idea, especially when:

In terms of your 2nd question (where should I put it in the order):

SELECT *
FROM employees
WHERE department = 'HR'
ORDER BY employee_id DESC
LIMIT 10; <<< at the very end of the query

Reasons:
  • Blacklisted phrase (1.5): where should I
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Haytham

79818581

Date: 2025-11-13 08:17:29
Score: 4.5
Natty:
Report link
Hello, I read your article carefully and installed everything as you described. I'm trying to incorporate the WebEnginWidget into my QT project. When I use the MSVC kit, I can successfully specify the line QT+=widgets webenginewidgets in the .pro file. But then the compiler cannot find #include <QApplication>. When I use the MinGW kit, QT+=widgets webenginewidgets no longer works.
I work on a Windows 11 system. 
Is this the Problem?
Thank you in advance...
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Thank you in advance
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31869992

79818574

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

Changes in a Google OAuth testing project may sometimes seem not to reflect immediately due to caching, propagation delay, or misconfiguration. Here’s how to fix it effectively:

  1. Verify redirect URI configuration: Ensure the Redirect URI in the Google Cloud Console exactly matches the URI used in your app, including protocol (https://) and trailing slashes. Even small differences cause redirect_uri_mismatch errors.

  2. Clear cached credentials or tokens: OAuth clients often cache previous redirect URIs or credentials. Try revoking old tokens or testing in an incognito/private browser window to ensure changes take effect.

  3. Wait for propagation: Some updates in Google Cloud Console, like Drive UI Integration URLs, can take a few minutes to propagate across Google servers. Wait 5–10 minutes and retry the flow.

  4. Double-check project and API selection: Confirm that the changes were made in the same testing project and that the correct Google Drive API and UI integration are enabled. Changes in one project don’t affect another.

  5. Test with a new client or session: If updates still don’t reflect, create a new OAuth client ID or restart your app session to force Google’s OAuth system to fetch the latest configuration. This often resolves stale configuration issues.

Ensure exact URI matches, clear cached tokens, wait for propagation, confirm project/API settings, and retry with a fresh session.

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

79818568

Date: 2025-11-13 08:03:25
Score: 1
Natty:
Report link
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mithun K Sen

79818565

Date: 2025-11-13 07:59:23
Score: 2.5
Natty:
Report link

You can also test the full certificate chain and expiry in a browser-based way here: mysslpro.com/tools/ssl-certificate-url-checker. It retrieves the same validation info browsers use (issuer, SANs, expiry, etc.) without installing anything.

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

79818562

Date: 2025-11-13 07:56:22
Score: 4
Natty:
Report link

Checkout this
https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webflux-ui/2.8.4

implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.4")

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: mariya cherian

79818560

Date: 2025-11-13 07:53:22
Score: 1
Natty:
Report link

I found what was causing the exception but I honestly still have no idea why it's an issue. In my MainView.axaml I have a grid and I modified the size of the RowDefinitions.

It went from this:
<Grid Name="MainGrid" ShowGridLines="True" RowDefinitions="*, 11*, 1*">

To this:
<Grid Name="MainGrid" ShowGridLines="True" RowDefinitions="*, 12*, *">

The code was apparently not happy that I tried to make the middle row bigger.

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

79818557

Date: 2025-11-13 07:48:20
Score: 0.5
Natty:
Report link

WIthout seeing what you tried this will be impossible to answer.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: M. Deinum

79818555

Date: 2025-11-13 07:47:20
Score: 2
Natty:
Report link

We talk about parallel execution when different processes execute (e.g. on several CPU cores at once) several different processes at the same time, while simultaneous execution means the execution (e.g. on a single core) of several different processes at the simultaneously, but not at the same time, so that the processes are divided into parts and these parts are executed alternately.

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

79818554

Date: 2025-11-13 07:47:20
Score: 1.5
Natty:
Report link

In the end after a lot of effort trying to fix this project, I started over creating a new Windows C# Service project, problem resolved.

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

79818550

Date: 2025-11-13 07:40:18
Score: 2.5
Natty:
Report link

Maybe this will help someone: check if you have imported the table models that inherit from the base class in env.py (I had them deleted by the pylint because I didn't put #noqa next to it)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Влад Мартиросян

79818546

Date: 2025-11-13 07:35:17
Score: 2
Natty:
Report link
ओम्या 
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Om Poul

79818536

Date: 2025-11-13 07:19:13
Score: 1
Natty:
Report link

It is better to implement distributed tracing based on industry accepted standard like OpenTelemetry.

Leave X-Request-ID and X-Correlation-ID as legacy for 20th century. This approach has to be deprecated in the era of observability.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Dmitry Trifonov

79818535

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

您可以参考http://www.chrisevans3d.com/pub_blog/gleaning-data-from-the-3dsmax-reaction-manager/这个链接的一些信息,来解决您的问题

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 木子立

79818525

Date: 2025-11-13 07:06:10
Score: 2
Natty:
Report link

You can't really do that as it would be considered email spoofing. What you can do is set the respondent’s email in the Reply-To header, so when you reply, it goes to them. To automate this, you'll need to use App Script.

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

79818521

Date: 2025-11-13 06:59:08
Score: 5.5
Natty: 5.5
Report link

But did the background process work after this?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abhishek Kumar

79818508

Date: 2025-11-13 06:44:04
Score: 0.5
Natty:
Report link

You can use to edit common header html page and add below line in headers
<meta http-equiv="refresh" content="300;url=https://www.google.com/" />
300 represents seconds; you can replace google.com with custom site address

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

79818500

Date: 2025-11-13 06:36:02
Score: 1
Natty:
Report link

The “Crawled – currently not indexed” message in Google Search Console means Google has found your page but decided not to index it (for now). When using Blazor WebAssembly (client-side), this happens frequently because most of your app content is rendered dynamically with JavaScript, which Google may not fully process or consider valuable for indexing.

Here’s how you can fix it


Why it Happens

  1. Blazor client-side renders content dynamically, so Googlebot sees very little HTML on first load.

  2. Missing meta tags or structured data make it unclear what your page is about.

  3. Duplicate, thin, or slow-loading content discourages indexing.

  4. No backlinks or internal links signal low importance to Google.

    visit --> NIDMhttps://nidmdigitalmarketing.com/

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

79818496

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

The “crawled – currently not indexed” issue in Blazor client-side applications often occurs because the content is rendered dynamically through JavaScript, which search engines sometimes fail to process effectively. To resolve this, it’s best to implement server-side pre-rendering so that your app’s content is available as static HTML when crawlers visit. You can also enhance indexing by ensuring each page has unique meta titles, descriptions, and structured data. Using Blazor Server or hybrid rendering modes can further improve SEO visibility. At Khalique Sons International leading Horse Sheets Manufacturers we’ve learned that pre-rendering and SEO optimization together make a big difference in achieving better search rankings and consistent page indexing.

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khalique Sons International

79818483

Date: 2025-11-13 06:10:55
Score: 2
Natty:
Report link

It’s completely natural to feel challenged when transitioning from back-end development to mastering front-end responsiveness and user interface design. Many developers face that same learning curve, especially when striving to make interfaces look great across every device and resolution. The good news is that this skill, much like coding itself, improves steadily with practice, patience, and exposure to good design principles.

The path you’re on - expanding from back-end to full-stack proficiency — is an excellent one. Responsive web design may seem demanding at first, but as you continue experimenting with tools like React and modern CSS frameworks, you’ll discover patterns that simplify the process. Much like the way professional teams balance technical depth with creative presentation, you’ll soon find that designing adaptable, user-focused interfaces becomes another rewarding part of your developer toolkit — just like the experts at SEO Firms in Kolkata.

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

79818482

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

This issue might be happening because your system user doesn’t have any assets or apps assigned, so meta can’t show any permissions when you try to generate the token.

Here’s the step-by-step fix:

  1. Create or verify your System User: Go to Business Settings → Users → System Users, and create a new system user (preferably with the admin role) if you don’t already have one.

  2. Assign assets and permissions to the System User: Select your System User → Assign Assets → choose your meta app and whatsapp business account, and grant full control / manage access to both.

  3. Ensure your app and business are ready: In the meta for developers dashboard

    , set your app to Live (production) mode and make sure your business verification is complete as some permissions won’t appear otherwise.

  4. Generate a new System User access token: Return to Business Settings → System Users → Generate New Token, select your app, and enable these permissions: business_management, whatsapp_business_management, whatsapp_business_messaging.

  5. Wait and verify if permissions appear: If permissions still don’t show, wait a few minutes for propagation, refresh the page, and confirm that your App, System User, and WhatsApp Business Account belong to the same Business Manager.

After these steps, the permissions list should appear, and you’ll be able to create the System User token successfully.

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

79818480

Date: 2025-11-13 06:06:54
Score: 1
Natty:
Report link
<?php
$servername = "localhost";
$username = "root";
$password = "";
$db = "dinokak";


$conn = new mysqli($servername, $username, $password, $db);


if ($conn->connect_error) {
  die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tóth Trisztán

79818468

Date: 2025-11-13 05:27:47
Score: 2.5
Natty:
Report link

If you’re getting the “No permissions available” error while assigning permissions to a system user in Meta Business Manager, it usually means the app isn’t properly connected to your Business Account or doesn’t yet have access to WhatsApp Business API assets.

To fix this issue:

  1. Go to Business Settings → Accounts → Apps and ensure your app is added to the business.

  2. In System Users, assign the app to your system user before trying to set permissions.

  3. Make sure the app is at least 24 hours old (Meta restricts new apps).

  4. Check that your WhatsApp Business Account and Phone Number are properly linked under the same business.

If it still doesn’t work, contact Meta Support via Developer Support → App Review after 24 hours.

At DigiHub Group, a leading Google Ads Agency in Delhi, we often help clients integrate Meta and WhatsApp APIs for smoother lead generation and ad automation — so proper configuration of permissions is essential for reliable campaign performance.

Reasons:
  • Blacklisted phrase (0.5): contact Me
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Digihub Group

79818447

Date: 2025-11-13 04:28:36
Score: 0.5
Natty:
Report link

Even more succinct one-liner that works when dir_path is a string:

Pathname.new(dir_path).each_child(&:unlink)

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

79818434

Date: 2025-11-13 03:56:29
Score: 1.5
Natty:
Report link

Please verify that you are executing the npm commands from the root directory. To check if the file exists, you may use the following command:

ls -la ./build

ls -la ./build/Debug

Additionally, manually confirm whether the path is accurate, whether it is the debug folder or the release folder, and make the necessary corrections. I hope this information is helpful.

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

79818428

Date: 2025-11-13 03:38:26
Score: 3.5
Natty:
Report link

Found this article helpful on how to configure redux for plain vanilla javascript with simple understanding:

https://stacknowledge.in/blogs/redux-vanilla-javascript/

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: cutedevil086

79818421

Date: 2025-11-13 03:27:23
Score: 3
Natty:
Report link

I used this one for login scenario using Spring Security for OTP based login.

https://stacknowledge.in/blogs/spring-security-custom-authencation-with-otp-based-login/

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

79818406

Date: 2025-11-13 02:58:16
Score: 5
Natty: 4
Report link

I have the same problem and the following are my finding:

  1. The first request also slow

  2. When runing load test, there is a slowness happen on the total run is thread count*100

  3. The proxy has set to none.

  4. There is another suspicious configuration: maxing connection, after trying different value, it is confirmed not related.

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

79818405

Date: 2025-11-13 02:56:15
Score: 3
Natty:
Report link

In the same report you will also find "Top 5 Errors by sampler" table who is very usefull :)

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

79818398

Date: 2025-11-13 02:32:11
Score: 0.5
Natty:
Report link

In my case it was related to apparmor in Debian 13. Two workarounds I found:

  1. Use different port, rather than 22 in server, edit

sudo nano /etc/ssh/sshd_config

  1. Disable apparmor:
systemctl stop apparmor
systemctl disable apparmor
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: charles

79818397

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

For mobile app developer, since you said you are already familiar with PHP, Mysql, HTML, CSS ,JavaScript and Ajax, I recommend you learn either (a) ionic or (2) react native. By the way, both of these two have webview component.

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

79818396

Date: 2025-11-13 02:29:10
Score: 3
Natty:
Report link

// Source - https://stackoverflow.com/a/57971568

// Posted by vhs

// Retrieved 2025-11-12, License - CC BY-SA 4.0

SSH_AUTH_SOCK=/tmp/ssh-ApEANm9BwwMP/agent.9; export SSH_AUTH_SOCK;

SSH_AGENT_PID=10; export SSH_AGENT_PID;

echo Agent pid 10;

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carla Archuleta

79818380

Date: 2025-11-13 01:39:57
Score: 2.5
Natty:
Report link

Now MySQL 8.0.1 support:

CREATE SYNONYM
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user5944065

79818373

Date: 2025-11-13 01:21:53
Score: 1
Natty:
Report link

Summary:

  1. Disconnect GitHub repo from Vercel project, docs.

  2. (optional) Change repository visibility to public, docs.

    For access to environments, environment secrets, and deployment branches in private or internal repositories, you must use GitHub Pro, GitHub Team, or GitHub Enterprise.

    docs.

  3. Delete environment from repository, docs

  4. (optional) Change repository visibility back to private, docs.

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

79818371

Date: 2025-11-13 01:12:51
Score: 0.5
Natty:
Report link

Bestätige!! Also in der Python Konsole mit conda oder pip Sowas wie: conda install mariadb nach der Bestätigung des chanels: done kann das Modul mit: import mariadb eingebunden werden. Alle bisherigen Datenbank Verbindungen wie: conn = mysql. connektion ersetzen durch conn=mariadb.connektion. Zu beachten ist noch die Portnummer nicht mit: " 3306" eingeben sondern als int : 3306 (ohne Anführungszeichen ) korrigieren. Alle andern Verknüfungen sind analog zu mysql.

conn = mariadb.connect(
    host="localhost",
    user= "root",
    password= "",
    database= "",
    port= 3306 )
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: oldboy

79818367

Date: 2025-11-13 01:01:47
Score: 4.5
Natty:
Report link

enter image description here

For Tim Williams. I'm trying to get contents of C3 to be copied to P89 (the 89 is derived from A3) on master sheet.

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: N. Blain

79818364

Date: 2025-11-13 00:57:46
Score: 1
Natty:
Report link

This error ("Your account or password is incorrect") during SAML login with Keycloak as IdP and Tableau Online commonly means the SAML assertion does not map to a valid Tableau username, or the required SAML attributes (especially NameID) are missing or incorrect[1][2][3][4].

Likely Causes & Solutions

1. NameID Attribute Must Match Tableau Username

2. Username Mismatch

3. Attribute Mapping Issues

4. SAML Assertion Format

5. Browser Cache or Session Conflict

6. Other Required Attributes


Action Checklist:

These troubleshooting steps address the vast majority of identity mapping errors when enabling SAML authentication for Tableau Online with Keycloak[2][3][1][4].

Sources [1] Enable SAML Authentication on a Site or TCM - Tableau Help https://help.tableau.com/current/online/en-us/saml_config_site.htm [2] Troubleshoot SAML - Tableau Cloud Help https://help.tableau.com/current/online/en-us/saml_trouble.htm [3] Troubleshoot SAML - Tableau Help https://help.tableau.com/current/server/en-us/saml_trouble.htm [4] Tableau SAML (Your account or password is incorrect) Tableau SAML (Your account or password is incorrect) [5] Incoming SAML message has no valid value for username attribute. https://community.tableau.com/s/question/0D54T00000C6avBSAR/incoming-saml-message-has-no-valid-value-for-username-attribute [6] How to Configure SAML SSO with Keycloak - Last9 https://last9.io/blog/how-to-configure-saml-sso-with-keycloak/ [7] Error "Your account or password is incorrect." Trying to Login to ... https://help.salesforce.com/s/articleView?id=001496856&language=en_US&type=1 [8] Tableau Server SAML Help! - Reddit https://www.reddit.com/r/tableau/comments/1bfvbj9/tableau_server_saml_help/ [9] Wtih Tableau Cloud SAML SSO, the Error "Your account or ... https://help.salesforce.com/s/articleView?id=001497311&language=en_US&type=1 [10] Troubleshooting Guide: Unable to Login to Tableau Cloud https://community.tableau.com/s/news/a0A4T000002dxIiUAI/troubleshooting-guide-unable-to-login-to-tableau-online [11] Intermittent Error "Unable to Sign In" with SAML SSO on Tableau ... https://help.salesforce.com/s/articleView?id=001473353&language=en_US&type=1 [12] SAML Authentication Failed, there was a ... - Tableau Community https://community.tableau.com/s/question/0D58b0000AEfEnICQV/some-users-unable-to-access-tableau-server-after-upgrading-from-202211-to-202217-saml-authentication-failed-there-was-a-problem-authenticating-the-user-errorcodenull [13] Tableau Server SAML setup - error :"Unable to Sign In - Invalid ... https://commtableau.my.site.com/s/question/0D54T00000q6dPwSAI/tableau-server-saml-setup-error-unable-to-sign-in-invalid-username-or-password [14] On SAML login for Tableau Server Error "Unable to Sign In https://help.salesforce.com/s/articleView?id=001498562&language=en_US&type=1 [15] Tableau Server - Use KeyCloak SAML per site https://community.tableau.com/s/question/0D58b0000BaJpwOCQS/tableau-server-use-keycloak-saml-per-site [16] How to set up Tableau SAML Single Sign-On (SSO)? - YouTube https://www.youtube.com/watch?v=7_c9U2ZDatg [17] Error "Invalid username or password" Signing Into Tableau Server ... https://help.salesforce.com/s/articleView?id=001473590&language=en_US&type=1 [18] Problem in Tableau SSO SAML configuration - Microsoft Q&A https://learn.microsoft.com/en-us/answers/questions/1192809/problem-in-tableau-sso-saml-configuration [19] Configure Tableau Cloud or TCM for OpenID Connect https://help.tableau.com/current/online/en-us/openid_auth_server_config.htm [20] Tableau Server SAML Service https://help.tableau.com/current/server/en-us/server_process_saml-service.htm

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: dfdumaresq

79818358

Date: 2025-11-13 00:44:44
Score: 3
Natty:
Report link

As mentioned by @siggemannen, I had a typo in the datatype length.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @siggemannen
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Greg

79818356

Date: 2025-11-13 00:40:43
Score: 1
Natty:
Report link

There is a new android app called Loch More now:

https://play.google.com/store/apps/details?id=eu.tijlb.lochmore

I don't really want to have a service just polling last known location all the time since that would be a waste of battery power.

In Loch More, you can set the polling mode to passive. Then the app will only get location updates if another app requests the location (e.g. a weather widget or navigation app), then it won't use any noticeable extra battery. If that's not enough, you can also set the polling frequency to be fairly low, then it won't use much battery either.

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

79818347

Date: 2025-11-13 00:19:37
Score: 3
Natty:
Report link

For MS products, this is a normal behavior. switch to other products and you will feel ok, believe me

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

79818346

Date: 2025-11-13 00:18:37
Score: 4.5
Natty: 4
Report link

This didn't work waste of time.

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

79818344

Date: 2025-11-13 00:16:36
Score: 2
Natty:
Report link

There's now a much easier & faster way to do this: https://github.com/redhat-developer/vscode-java/issues/2872#issuecomment-2144300167

tl:dr; click Java: Ready on the status bar => select Compiler on the left menu => check the box next to "Store information about method parameters"

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

79818343

Date: 2025-11-13 00:16:36
Score: 2.5
Natty:
Report link

The second Pic is what I will be using to search from. I will be editing the other document to match the terms as needed. So using the second pic..search 21+3, find match in first pic, copy row B:Y in second pic when match is found and past to corresponding term in pic 1 cell D19 and across. Basicly taking the numbers from second pic pasting into 1 pic basic off the terms since they are not in order to match a direct pull.

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

79818342

Date: 2025-11-13 00:15:35
Score: 1
Natty:
Report link
# Two buttons in the same line at the sidebar
col1, col2 = st.sidebar.columns(2)
with col1:
    if st.button("➕ Buttom One", type="primary"):
        button_one_function()
with col2:
    if st.button("🧹 Buttom Two", help="help tooltip"):
        st.rerun()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Francisco Cruz

79818341

Date: 2025-11-13 00:15:35
Score: 1.5
Natty:
Report link

I got a similar issue..... changed a job to a deployment.... agent pool param decided it didn't want to work anymore. Not a permissions issue

top 3 work no drama, even the "if(pool == name) name" works, but the straight param as the pool name throws a fit. Will update this when I figure out how to fix it.

My Scenario: 4 different job/deployment blocks

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

79818336

Date: 2025-11-12 23:55:31
Score: 0.5
Natty:
Report link

According to the docs:

sys.exc_info

This function returns the old-style representation of the handled exception. If an exception e is currently handled (so exception() would return e), exc_info() returns the tuple (type(e), e, e.__traceback__). That is, a tuple containing the type of the exception (a subclass of BaseException), the exception itself, and a traceback object which typically encapsulates the call stack at the point where the exception last occurred.

If no exception is being handled anywhere on the stack, this function return a tuple containing three None values.

You should do the same.

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

79818335

Date: 2025-11-12 23:53:31
Score: 1
Natty:
Report link
// Source - https://stackoverflow.com/q/79817810
// Posted by Josh, modified by community. See post 'Timeline' for change history
// Retrieved 2025-11-13, License - CC BY-SA 4.0


var signalRConnectionString = configuration.GetValue<string?>(ConfigurationConstants.ConfigurationKeys.SignalR.SignalRConnectionString);

services.AddSignalR(options =>
{
    options.MaximumReceiveMessageSize = maximumReceiveMessageSize;
    options.EnableDetailedErrors      = true; 
})
.AddAzureSignalR(options =>
{
    options.ConnectionString  = signalRConnectionString;
});

...

app.MapHub<MessagesHub>($"/{SignalRConstants.Hubs.Messages.HubName}");

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Best Richard

79818315

Date: 2025-11-12 23:09:21
Score: 3.5
Natty:
Report link

When I use pycharm it shows what errors there are perfectly fine. You could try resetting settings or uninstall and reinstall

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I use
  • Low reputation (1):
Posted by: ArmadilloMike

79818313

Date: 2025-11-12 23:06:20
Score: 1.5
Natty:
Report link

Another cause of this can be file naming.

For example, our organisation has files with dots in the filename - e.g. name.part2.md. VS Code was seeing these as "part2" files instead of markdown, and so failing to load the markdown extensions.

Open a Markdown file and check the language mode in your VS Code status bar. If it's not markdown, click it and select Markdown in the Command Palette.

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

79818309

Date: 2025-11-12 23:02:19
Score: 2
Natty:
Report link

that is a question better asked on https://stats.stackexchange.com/

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

79818296

Date: 2025-11-12 22:36:13
Score: 0.5
Natty:
Report link

The fix was quite simple. What you will notice is that I hadn't opened up the port 443 in docker so it was not being allowed through once the redirect happened.

Credit to: https with nginx and docker compose not working

services:
    homer:
        container_name: homer
        image: b4bz/homer:latest
        volumes:
          - './www/assets:/www/assets'
        environment:
          - INIT_ASSETS=0
          - PORT=8080
          - BASE_URL=/
        restart: unless-stopped
    
      nginx:
        image: nginx:latest
        container_name: nginx_container
        ports:
          - 80:80
          - 443:443 ****** -> This is the fix ******
        volumes:
          - './nginx.conf:/etc/nginx/nginx.conf'
          - './certs/:/etc/nginx/certs/'
        depends_on:
            - homer
        restart: unless-stopped
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JamesMcC

79818295

Date: 2025-11-12 22:36:13
Score: 2.5
Natty:
Report link

Have you already tried kind of this?

<template>
    <div class="max-w-full">
        <div class="max-h-[24rem] px-24 py-24">
            <slot name="content" />
        </div>
        <div class="py-16 px-24 flex gap-8 justify-between">
            <TertiaryButton @click="setDefaultValues" />
            <PrimaryButton @click="closeTooltip" />
        </div>
    </div>
</template>
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: goose

79818294

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

As people mentioned, for larger image files, it is not recommended to store the file directly in the table, but rather just store the reference.
If anyone is interested, I have developed a small, open source tool that exposes a REST API and that comes with a WebUI to do exactly that https://github.com/SW-CD/MediaHub_OSS/tree/main

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

79818293

Date: 2025-11-12 22:33:12
Score: 3
Natty:
Report link

I wrote a scope timer class a while back; https://github.com/stephenlclarke/ScopeTimer. It's tiny, zero-intrusion C++17 RAII scope timer for high-performance code paths.

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

79818292

Date: 2025-11-12 22:27:10
Score: 0.5
Natty:
Report link

Nesting groups are no longer supported

Removed in version 3.14: Calling add_argument_group() or add_mutually_exclusive_group() on a mutually exclusive group now raises an exception. This nesting was never supported, often failed to work correctly, and was unintentionally exposed through inheritance.

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

79818291

Date: 2025-11-12 22:26:10
Score: 0.5
Natty:
Report link

This is natively supported by Intl.NumberFormat now and can be integrated with libraries like format.js

console.log(Intl.NumberFormat('en', {
    maximumSignificantDigits: 3,
    notation: 'compact',
    style: 'unit',
    unit: 'byte',
    unitDisplay: 'narrow'
}).format(1050000));

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

79818289

Date: 2025-11-12 22:24:09
Score: 4.5
Natty:
Report link

these make sense, thanks y'all!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Colin Brett Williams

79818284

Date: 2025-11-12 22:15:07
Score: 0.5
Natty:
Report link

The datetime-local input requires a specific format for the value strings. In the OP, they're missing the time.

I struggle with this myself because Ruby also adds the timezone by default. You need to format time objects correctly with something like:

Time.now.strftime("%Y-%m-%dT%H:%M")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matheus Richard

79818282

Date: 2025-11-12 22:12:07
Score: 1.5
Natty:
Report link
// I thought it would be:
// Paket 1: [Header1][Fragment1]
// Paket 2: [Header2][Fragment2] 
// Paket 3: [Header3][Fragment3]

// but in the end it was like:
// Paket 1: [Header1][Fragment1][Header2][Fragment2][Header3][Fragment3]...

i am going to update my github project

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

79818275

Date: 2025-11-12 21:55:02
Score: 3.5
Natty:
Report link

I just found a python library that do exactly that, the name is athena_bridge.

I have tried it and it works quite well, allow you to run Pyspark code using Python + Athena.

existing data in S3.

https://github.com/AlvaroMF83/athena_bridge
https://pypi.org/project/athena-bridge/

Best regards.

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Licantropo

79818274

Date: 2025-11-12 21:54:02
Score: 4
Natty:
Report link

Switching to UVM-IEEE magically fixed it.

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

79818269

Date: 2025-11-12 21:39:58
Score: 1.5
Natty:
Report link
  1. Install dotenv
npm i dotenv
  1. Navigate to your prisma.config.ts file in your project. Add this line at the top:
import "dotenv/config";
  1. Run the following:
npx prisma generate
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: codedkey_

79818259

Date: 2025-11-12 21:21:54
Score: 2.5
Natty:
Report link

It appears this is natively supported now

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

79818254

Date: 2025-11-12 21:15:52
Score: 3
Natty:
Report link

Tried to move it there without success. And If I delete and create a new one there is says is a duplicate

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

79818249

Date: 2025-11-12 21:11:51
Score: 1
Natty:
Report link

this should be a normal q&a question.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Daniel A. White

79818247

Date: 2025-11-12 21:09:50
Score: 2
Natty:
Report link

from docx import Document

from reportlab.lib.pagesizes import letter

from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer

from reportlab.lib.styles import getSampleStyleSheet

from reportlab.pdfbase.cidfonts import UnicodeCIDFont

from reportlab.pdfbase import pdfmetrics

# Registrar fuente compatible con acentos y caracteres latinos

pdfmetrics.registerFont(UnicodeCIDFont("HeiseiMin-W3"))

# Crear el PDF

pdf_path = "/mnt/data/Guion_Exposicion_Alicia_Pais_Maravillas.pdf"

doc_pdf = SimpleDocTemplate(pdf_path, pagesize=letter)

styles = getSampleStyleSheet()

style = styles["Normal"]

style.fontName = "HeiseiMin-W3"

style.fontSize = 12

story = []

# Texto principal

sections = [

("GUION DE EXPOSICIÓN SOBRE EL CUENTO “ALICIA EN EL PAÍS DE LAS MARAVILLAS”", True), 

("\\nIntegrantes:\\nLeslie Coral Pérez Avilés\\nÁngel Ariel Carballo Pérez\\nLuz Selene\\nEsmeralda\\nAlejandra Naomi\\nAlondra Acosta\\n\\n" 

 "Escuela: Conalep 177\\nMateria: Comunicación para la Comprensión y Valoración del Entorno (CCVE)\\n" 

 "Profesora: Mónica Santiago Méndez\\nFecha de entrega: Jueves 13 de noviembre del 2025", False), 

("\\nJUSTIFICACIÓN", True), 

("El presente guion de exposición tiene como propósito analizar la obra literaria “Alicia en el país de las maravillas” de Lewis Carroll..." 

 " (texto completo abreviado por longitud)", False), 

("\\nINTRODUCCIÓN", True), 

("“Alicia en el país de las maravillas”, escrita por Lewis Carroll en 1865, es una de las obras más emblemáticas..." 

 " (texto completo abreviado por longitud)", False), 

("\\nDESARROLLO", True), 

("Lewis Carroll inicia su relato con una escena aparentemente cotidiana: una niña aburrida..." 

 " (texto completo abreviado por longitud)", False), 

("\\nCONCLUSIÓN", True), 

("En conclusión, “Alicia en el país de las maravillas” es una obra literaria que combina lo fantástico con lo filosófico..." 

 " (texto completo abreviado por longitud)", False), 

("\\nREFERENCIAS BIBLIOGRÁFICAS", True), 

("Carroll, Lewis. \*Alicia en el país de las maravillas\*. Londres: Macmillan & Co., 1865.\\n" 

 "Cultura Genial. “Las aventuras de Alicia en el país de las maravillas: análisis y resumen.” Disponible en: https://www.culturagenial.com/es/las-aventuras-de-alicia-en-el-pais-de-las-maravillas/\\n" 

 "RosettaEdu. “Resumen y análisis de Alicia en el país de las maravillas.” Disponible en: https://rosettaedu.com/blogs/club-del-libro/resumen-alicia-en-el-pais-de-las-maravillas/\\n" 

 "Wikipedia. “Las aventuras de Alicia en el país de las maravillas.” Disponible en: https://es.wikipedia.org/wiki/Las_aventuras_de_Alicia_en_el_pa%C3%ADs_de_las_maravillas", False) 

]

# Añadir texto al PDF

for text, bold in sections:

if bold: 

    p_style = styles\["Heading2"\] 

    p_style.fontName = "HeiseiMin-W3" 

    p_style.fontSize = 13 

    story.append(Paragraph(text, p_style)) 

else: 

    story.append(Paragraph(text, style)) 

story.append(Spacer(1, 12)) 

# Guardar PDF

doc_pdf.build(story)

pdf_path

Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31867455

79818241

Date: 2025-11-12 21:01:48
Score: 2.5
Natty:
Report link

It appears this is natively supported now

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

79818231

Date: 2025-11-12 20:42:43
Score: 1.5
Natty:
Report link

@MarcoPuente that's pretty bad. A high 'hey it works, dont care about maintainability' vibe. You could easily write a typo and you won't get a warning. There's a good reason "Stringly typed" is an insult. Please don't write that.

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

79818224

Date: 2025-11-12 20:35:41
Score: 3
Natty:
Report link

When Rename a folder or file the User must be in Storage Blob Data Contributor.
In Portal => Open your Storage Account=>IAM=>Add Role.
Now you can also see Rename in Azure Storage Explorer.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Henrik

79818216

Date: 2025-11-12 20:28:39
Score: 2
Natty:
Report link

I faced that problem and solved it without giving uid 0 or using initContainer

I was using minikube multi-node
I used this command minikube addons enable csi-hostpath-driver
and the sc :storageClass: csi-hostpath-sc

the explaination that because of the multi-node they can't share the volume so can't share the permissions
with enabling this they make like a shared network volume

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: bassant-mohy

79818201

Date: 2025-11-12 20:12:35
Score: 2.5
Natty:
Report link
from PIL import Image, ImageDraw, ImageFont
import imageio
import numpy as np

# Crear parámetros del GIF
width, height = 600, 200
frames = []
texto = "EWUDKNKDEWJDKJQWKJN WQJN WJNW NJWQ KKQJ WNJW KJJD WNJW KNJW NWKN WJJJJJJJJJ QDK"
font_size = 20

# Intentar cargar una fuente
try:
    font = ImageFont.truetype("arial.ttf", font_size)
except:
    font = ImageFont.load_default()

# Crear 20 frames con desplazamiento aleatorio y parpadeo
for i in range(20):
    img = Image.new("RGB", (width, height), "black")
    draw = ImageDraw.Draw(img)
    
    # Añadir efecto de parpadeo
    color = (0, np.random.randint(150, 256), 0)
    
    # Añadir texto con un pequeño desplazamiento aleatorio
    offset_x = np.random.randint(-5, 5)
    offset_y = np.random.randint(-5, 5)
    draw.text((10+offset_x, 80+offset_y), texto, font=font, fill=color)
    
    frames.append(np.array(img))

# Guardar GIF
imageio.mimsave("alien_code.gif", frames, duration=0.15)

print("GIF creado: alien_code.gif"
Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kjdsbackj

79818199

Date: 2025-11-12 20:10:34
Score: 2.5
Natty:
Report link

The probability density formula for std::exponential_distribution according to cppreference is P(x|λ) = λe^(-λx)

https://en.cppreference.com/w/cpp/numeric/random/exponential_distribution.html

We can see why the numbers generated are smaller on average with a larger λ by plotting it for different values of λ:

enter image description here

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

79818196

Date: 2025-11-12 20:04:33
Score: 2.5
Natty:
Report link

import { motion } from 'framer-motion'; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Brain, Activity, LineChart } from 'lucide-react';

export default function PulseMindSite() { return (

{/* Header */}

PulseMind

Pré-Venda

  {/* Hero Section */}
  <section className="flex flex-col md:flex-row items-center justify-between max-w-6xl mx-auto p-10 md:p-20">
    <motion.div initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} className="max-w-xl">
      <h2 className="text-5xl font-extrabold mb-6 leading-tight">Controle o estresse <span className="text-indigo-600">antes que ele controle você</span>.</h2>
      <p className="text-lg text-slate-600 mb-8">PulseMind detecta sinais de estresse e fadiga mental em tempo real e oferece recomendações personalizadas para equilibrar corpo e mente.</p>
      <Button className="px-8 py-4 text-lg rounded-2xl bg-indigo-600 hover:bg-indigo-700">Reserve a sua agora</Button>
    </motion.div>

    <motion.img initial={{ opacity: 0, scale: 0.9 }} animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.8 }} src="https://cdn.pixabay.com/photo/2023/06/12/07/11/smartwatch-8058390_1280.png" alt="PulseMind" className="w-80 md:w-96 mt-10 md:mt-0 drop-shadow-2xl" />
  </section>

  {/* Features */}
  <section className="bg-white py-20">
    <div className="max-w-6xl mx-auto px-6 text-center">
      <h3 className="text-3xl font-bold mb-12">Por que escolher o PulseMind?</h3>
      <div className="grid md:grid-cols-3 gap-8">
        <Card className="rounded-2xl shadow-lg">
          <CardContent className="p-8">
            <Activity className="mx-auto text-indigo-600 mb-4" size={48} />
            <h4 className="text-xl font-semibold mb-2">Monitoramento em Tempo Real</h4>
            <p className="text-slate-600">Acompanhe sinais fisiológicos de estresse e receba alertas antes da exaustão mental.</p>
          </CardContent>
        </Card>

        <Card className="rounded-2xl shadow-lg">
          <CardContent className="p-8">
            <Brain className="mx-auto text-indigo-600 mb-4" size={48} />
            <h4 className="text-xl font-semibold mb-2">IA Emocional Adaptativa</h4>
            <p className="text-slate-600">A PulseMind aprende com você e cria estratégias personalizadas para manter seu equilíbrio emocional.</p>
          </CardContent>
        </Card>

        <Card className="rounded-2xl shadow
Reasons:
  • Blacklisted phrase (3): você
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kayo kassyano

79818192

Date: 2025-11-12 19:59:30
Score: 7 🚩
Natty: 5.5
Report link

has this been fixed if yes how did u do it ..since i am also facing the same issue

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

79818190

Date: 2025-11-12 19:58:29
Score: 5
Natty: 4.5
Report link

Boa tarde galera! Vou deixar meu comentário torcendo que ajude alguém! (PT-BR)?
Consegui solucionar esse problema, removendo "." de "base:"./"

como era:
export default defineConfig({
  base: "./",
  plugins: [react()],
})

como ficou:

export default defineConfig({
  base: "/",
  plugins: [react()],
})
Reasons:
  • Blacklisted phrase (1): Boa tarde
  • Blacklisted phrase (2.5): solucion
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Elesio Oliveira de sousa

79818189

Date: 2025-11-12 19:58:29
Score: 1
Natty:
Report link

std::ostream& operator << (std::ostream&, Foo const&);

But this operator function should be defined as a non-member function and as a friend of Foo class in order to be able to print the members of Foo properly.

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

79818185

Date: 2025-11-12 19:53:28
Score: 3.5
Natty:
Report link

When your issue is with Chrome 142, you need to allow access per page: "Zugriff auf lokales Netzwerk ON" (Access to local network ON)

enter image description here

More at

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: tordans

79818184

Date: 2025-11-12 19:53:27
Score: 4
Natty: 4.5
Report link

Use the guidelines below to migrate the project to a newer structure.

https://docs.flutter.dev/release/breaking-changes/uiscenedelegate

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

79818157

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

Check out uv; it can automatically create an appropriate virtual environment when a script runs.

uv is the best thing to happen to the Python ecosystem in a decade

uv

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

79818154

Date: 2025-11-12 19:22:18
Score: 4
Natty:
Report link

late in time but usefull to other: you can break a try/catch by using the "THROW" cmdlet. Have a look here: https://www.bing.com/ck/a?!&&p=629df30ad10710ff73cf72f8156c18e795bd8805de3c623ed39bb0745912b7adJmltdHM9MTc2MjkwNTYwMA&ptn=3&ver=2&hsh=4&fclid=22e0e8f6-0860-6f57-39d0-fd8c0c606db9&psq=powershell+throw&u=a1aHR0cHM6Ly9sZWFybi5taWNyb3NvZnQuY29tL2ZyLWZyL3Bvd2Vyc2hlbGwvbW9kdWxlL21pY3Jvc29mdC5wb3dlcnNoZWxsLmNvcmUvYWJvdXQvYWJvdXRfdGhyb3c_dmlldz1wb3dlcnNoZWxsLTcuNQ

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

79818151

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

Create a single executable from a Python project Found in https://stackoverflow.com/search?q=%5Bpython%5D+standalone

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

79818150

Date: 2025-11-12 19:20:17
Score: 3.5
Natty:
Report link

O. Jones

Thanks for the help, this fixed my issue. The end query I ended up using was

select count(*),name, value from TABLE  where name not like '%ts%' group by value,name  order by name;

And this did exactly what I needed.

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

79818144

Date: 2025-11-12 19:09:14
Score: 0.5
Natty:
Report link

@nugget "Since std is not open source" - what? The C++ standard (which is what specifies what std::trunc and everything else should do) is publicly available and several implementations (by GNU, LLVM and others) are available as Open Source. Sure, there are also commercial implementations, but even Microsoft's implementation is freely available. So, what are you on about? What you are saying here makes no sense.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @nugget
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Jesper Juhl

79818137

Date: 2025-11-12 18:54:11
Score: 3
Natty:
Report link

I saw that in your Notebook 2, under Properties, you enabled “Allow references without publishing.” With this option, your Notebook 2 can access your Notebook 1.

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