79643584

Date: 2025-05-29 08:48:19
Score: 1.5
Natty:
Report link

I was diagnosed 4 years ago at age 60. Symptoms were tremor in the right leg, loss of handwriting ability (my normally beautiful cursive writing was now small, cramped printing and a soft voice. I also had difficulty rising from a seated position and have balance issues. I started out taking only Azilect, then Mirapex, and then Sinemet. Several months ago, I started falling frequently, hence the reason for Sinemet. During the summer of 2021, I was introduced to Uinehealth Centre, and their effective PD-5 protocol. The treatment significantly alleviated my symptoms, outperforming the prescribed medications. My husband says it has done me a lot of good in terms of balance and ability to walk and get up from chairs. I can now write without my hands shaking; I can feel my strength again. I was fortunate to have the loving support of my husband and family. I make it a point to appreciate every day! Visit uinehealthcentre. net

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

79643581

Date: 2025-05-29 08:45:19
Score: 0.5
Natty:
Report link

In latest Android studio (2025), left side menu you can find the 3 dots menu.

click the menu -> App Inspection -> Database Inspector

enter image description here

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

79643571

Date: 2025-05-29 08:37:16
Score: 2.5
Natty:
Report link

I had this game as a kid in the early ‘70s. I can’t remember what it was called but not Tetris. It was flat plastic pieces we fitted into a rectangular box, and each time we made a new solution, my mother traced the pieces and kept all the solutions in the box with the puzzle pieces. I remember I bought it in the gift shop at the Lincoln birthplace or boyhood home in Kentucky.

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

79643567

Date: 2025-05-29 08:33:15
Score: 3
Natty:
Report link

Replace-> .Include() with .Select() it will not only optimize the query but improve the performance of the query for load necessary data

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

79643560

Date: 2025-05-29 08:28:14
Score: 2.5
Natty:
Report link

You can do this using pandas

import pandas as pd
df = pd.read_csv('data.csv')
df = df.drop_duplicates(subset=['serial_number'])

pandas.read_csv

pandas.DataFrame.drop_duplicates

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

79643559

Date: 2025-05-29 08:28:14
Score: 3.5
Natty:
Report link

Thank-you! You just made my life a whole lot easier!

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

79643556

Date: 2025-05-29 08:27:13
Score: 2
Natty:
Report link

the issue you are facing is due to the framework incompatibility. .net framework can't be referenced from .net core

the cleaner way i see is to create a .net standard library and share between .net framework and .net core

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

79643548

Date: 2025-05-29 08:21:12
Score: 1.5
Natty:
Report link

In the first line you create variable box with type Box3. Variable also can be null.

In the second line you check that variable box is not null

In third line you use method .getCenter() for variable box. Typescript use method from type type Box3 because type was described in first line.

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

79643531

Date: 2025-05-29 08:13:10
Score: 2
Natty:
Report link

Add a line y= ax+b with both a and b > 0. You can set b=1 and adjust a in such a way that the initial trend you get is not inversed.

Method should work well due to the discontinuous derivative at the minimum

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

79643528

Date: 2025-05-29 08:11:09
Score: 1
Natty:
Report link

Just add one class to body like "prevent-scroll" while your loader is there and this style in class.

body.prevent-scroll{
  height: 100vh;
  overflow: hidden;
}

also do not forget to remove this class "prevent-scroll" from body after loading is done

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

79643525

Date: 2025-05-29 08:10:08
Score: 7 🚩
Natty: 4
Report link

I am also facing the same problem.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gaurav Rajput

79643523

Date: 2025-05-29 08:08:07
Score: 3
Natty:
Report link

check any file named main.swift
double check @main used in any where in your project if there is @main add only in entry function

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @main
  • User mentioned (0): @main
  • Low reputation (0.5):
Posted by: Nithin Khan SS

79643518

Date: 2025-05-29 08:05:06
Score: 3.5
Natty:
Report link

Thanks to comments above I finally tracked the issue down to the fact that some Guids were all uppercase and some were all lowercase. It seems the Entity Framework scaffolding process for SQLite is case sensitive when it comes to Guids.

So to answer my own question:

Make all Guids in the database uppercase and this will solve the issue.

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

79643517

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

I am assuming that you are using Snakeyaml.

Test fails because exception is thrown with message "Unable to load config". You will have to change how exception is thrown or change you test as :

assertTrue(ex.getCause().getMessage().contains("File not found"));

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

79643513

Date: 2025-05-29 08:02:05
Score: 5
Natty:
Report link

enter image description here

Run -> ng add @angular/material After -> ng serve

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aaditya Mishra

79643511

Date: 2025-05-29 08:02:05
Score: 2
Natty:
Report link

Consider using MLflow to help manage model saving and loading. https://mlflow.org/docs/latest/deep-learning/pytorch/guide

Saving the model

import mlflow.pytorch

with mlflow.start_run():
    mlflow.pytorch.log_model(model, "model")

Loading the model later:

import mlflow.pytorch

model = mlflow.pytorch.load_model("runs:/<run_id>/model")
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: davidzhou

79643507

Date: 2025-05-29 08:00:04
Score: 1.5
Natty:
Report link

*ngFor="let plan of d?.data; let j = index; trackBy: trackByPlan"

trackByPlan(index: number, plan: any): any {
  return plan?.id || index; // Use a unique identifier if available
} 
this gonna prevent angular to rerender the Dom thus no scrool jump
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mayank Sharma

79643502

Date: 2025-05-29 07:55:03
Score: 2
Natty:
Report link
  1. Open the app settings. (You will see this list)

  2. Go to Open by Default List item. (This screen will open)

  3. Enable the Open supported links and add the links by tapping on (+ Add Link). (See image)

  4. Now, you can tap on the links, it will open the app.

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

79643496

Date: 2025-05-29 07:51:01
Score: 1.5
Natty:
Report link

Here's a simple idea: By rephrasing the query, you obtain two questions. One is for cat-related content, and the other is to list animals other than cats. Then, perform a set difference on the retrieved results to get the content you want. Of course, I'm also very interested in how to further optimize this process! :)

If high precision is required, I would suggest introducing an LLM for filtering, rather than reranking (lol), because rerankers also have the embedding issues you mentioned.

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

79643493

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

Công ty Rồng Việt đang hoạt động trong lĩnh vực quảng cáo. Họ có nhiều nhân viên và được chia

nhiều phòng ban. Do tính chất công việc khác nhau nên việc tính lương cũng phải áp dụng các

công thức khác nhau.

Cụ thể thì nhân viên hành chính sẽ được trả lương tháng, trưởng phòng ngoài lương tháng còn có

lương trách nhiệm còn nhân viên tiếp thị thì một phần ít lương tháng cố định và huê hồng từ

doanh số bán hàng của mỗi nhân viên.

Công ty Rồng Việt muốn thuê bạn xây dựng phần mền quản lý nhân sự tiền lương bao gồm các

chức năng sau

 Nhập và xuất danh sách nhân viên

 Xóa nhân viên hoặc cập nhật thông tin nhân viên

 Tìm kiếm nhân viên theo lương

 Sắp xếp nhân viên theo họ tên và thu nhập

 Xuất 5 nhân viên có thu nhập cao nhất công ty

Trong đó nhân viên được chia làm 3 loại: nhân viên hành chánh, nhân viên tiếp thị và trưởng

phòng.

 Thông tin mỗi nhân viên hành chính gồm mã, họ tên, lương

 Nhân viên tiếp thị cần thêm doanh số bán hàng và tỉ lệ huê hồng

 Trưởng phòng sẽ lương trách nhiệm

Mỗi nhân viên cần được tính thu nhập và thuế thu nhập.

 Thu nhập được tính bẳng tổng các khoản thu

 Thuế thu nhập được tính theo phương pháp lũy tiến

o Dưới 9 triệu: không đóng thuế

o Từ 9-15 triệu: đóng 10%

o Trên 15 triệu: đóng 12%

Là một lập trình viên bạn hãy xây dựng ứng dụng quản lý nhân sự tiền lương theo yêu cầu của

công ty Rồng Việt cụ thể như sau:

YÊU CẦU:

Y1. Nhập danh sách nhân viên từ bàn phím.

Y2. Xuất danh sách nhân viên ra màn hình.

Y3. Tìm và hiển thị nhân viên theo mã nhập từ bàn phím.

Y4. Xóa nhân viên theo mã nhập từ bàn phím.

Y5. Cập nhật thông tin nhân viên theo mã nhập từ bàn phím

Y6. Tìm các nhân viên theo khoảng lương nhập từ bàn phím.

Y7. Sắp xếp nhân viên theo họ và tên.

Y8. Sắp xếp nhân viên theo thu nhập.

Y9. Xuất 5 nhân viên có thu nhập cao nhất.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vương Nam

79643489

Date: 2025-05-29 07:43:59
Score: 3
Natty:
Report link

Actually, Taylor answered this question recently during a stream: https://youtu.be/tyoiL-zG2dQ

Back when he was working on Laravel 4 “in secret,” he introduced the new Illuminate namespace to avoid users “freaking out” over the fact that the framework had been completely rewritten from scratch.

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Smith

79643487

Date: 2025-05-29 07:42:58
Score: 13.5 🚩
Natty: 4.5
Report link

did you figure out a solution? I am also facing the same issue. Please let me know.

I appreciate any help you can provide.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (2.5): Please let me know
  • RegEx Blacklisted phrase (3): did you figure out a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Creator_all

79643485

Date: 2025-05-29 07:42:58
Score: 1.5
Natty:
Report link

You might want to checkout https://www.pictogps.com

It is free.

1. Upload image
2. Input location to Google Maps
3. Drag/resize image
4. Generate coordinates

Note: This might not work for you if your image sizes are too small. I am assuming it is of a reasonable size.

thanks

aka

Disclaimer: I built the tool

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
Posted by: allkenang

79643478

Date: 2025-05-29 07:38:57
Score: 2.5
Natty:
Report link

Please follow the below folder structure. I hope it will help you. Please comment if you need any additional help.

enter image description here

Reasons:
  • Whitelisted phrase (-1): hope it will help
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Avishek Das

79643474

Date: 2025-05-29 07:35:56
Score: 1
Natty:
Report link
/usr/bin/chromium-browser --app="http://some.web." \
            --incognito --kiosk --kiosk-printing \
            --noerrdialogs --disable-session-crashed-bubble \
            --disable-infobars --check-for-update-interval=604800 \
            --disable-pinch

work for me, try.

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

79643469

Date: 2025-05-29 07:33:55
Score: 3.5
Natty:
Report link

You have to use v5 to support angular 16 https://github.com/valor-software/ng2-file-upload/issues/1255

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

79643459

Date: 2025-05-29 07:24:53
Score: 3.5
Natty:
Report link

#overlay { position: fixed; } - it`s a greate idea! It helped me!

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Вероника Неброева

79643457

Date: 2025-05-29 07:23:53
Score: 0.5
Natty:
Report link

Sorry not to give more info. The code I can come up with so far is:

function permutations(N) {
    let c = 1;
    loop: while (true) {
        if (N > 2) permutations(N - 1);
        if (c < N) {
            swap(P, P[B[N, c]], P[N]);
            c = c + 1;
            continue loop;
        }
        break loop;
    }
}

But I never was very comfortable with the old style of pseudocode. And yes, P is the array to permute, and B is an array which Sedgewick fills with magic indices.

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

79643441

Date: 2025-05-29 07:04:48
Score: 1.5
Natty:
Report link
  1. Make sure the Activity Recognition code is initialized, called and stopped from the foreground service.

  2. Use Wakelocks if you want activity recognition to be done even screen is off.

  3. Ensure battery optimizations are "unrestricted" or disabled for your app.

https://dontkillmyapp.com will help if you have device specific issue.

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

79643439

Date: 2025-05-29 07:03:48
Score: 0.5
Natty:
Report link

If you altered a PDF document but it can still be opened normally by the software, here are a few possible reasons:

1. Structure of PDFs

PDF files are designed to be resilient. They contain sections like:

If your changes didn’t corrupt these core parts—or if the software can recover them—the file will still open.


2. PDFs Can Contain Redundant or Incremental Updates

PDFs support incremental saving, meaning:


3. The Software Has Recovery Features

Most modern PDF readers (like Adobe Acrobat, Foxit, etc.) can repair small errors in the file. So even if your edits introduced minor issues:


4. Your Edits Were Not at a Critical Part

If you altered non-critical parts (like metadata, non-referenced objects, etc.), the PDF will function normally because:


5. PDF Was Not Saved Properly After Editing

If you used a hex editor or manual file modification but didn’t save it properly:


If you're trying to:

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

79643437

Date: 2025-05-29 07:02:47
Score: 1.5
Natty:
Report link

After reading the following answer from @SergeyBeryozkin https://github.com/quarkusio/quarkus/discussions/42550 I managed to solve the issue while staying on Quarkus version 3.11.1 as follows:

My properties (note mp not smallrye):

mp.jwt.verify.publickey=<base64EncodedSecret>
mp.jwt.verify.publickey.algorithm=HS512

where <base64EncodedSecret> is the encoding of the complete contents of my original secret.jwk file. Although slightly confusing, as it is not using public keys, it works if upgrading the Quarkus version is not an option.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @SergeyBeryozkinI
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: AvdB

79643434

Date: 2025-05-29 06:55:45
Score: 4.5
Natty:
Report link

I am using airflow 4.0,facing the same problem with you.

excute the command ‘airflow scheduler’ again can solve the problem temporarily.However, the problem may happen again in 24 hours.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (1):
Posted by: user30665346

79643408

Date: 2025-05-29 06:34:39
Score: 0.5
Natty:
Report link

Millstone cache writes are not synchronized across pods, causing race conditions on file rename during concurrent SVG fetches.

Use a shared persistent volume for /tmp/millstone/cache and implement a Redis-based distributed lock around the SVG download and rename logic in Millstone to prevent concurrent access.

Reasons:
  • No code block (0.5):
Posted by: Ravi Chauhan

79643404

Date: 2025-05-29 06:31:38
Score: 2.5
Natty:
Report link

Thousands of rows are not a problem in today's RDBMS systems, millions or even billions of rows respond quickly to the query result if the index is created properly, and you can make the necessary corrections by looking at the 1NF, 2NF, 3NF, Boyce Code NF features for your table.

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

79643394

Date: 2025-05-29 06:27:37
Score: 11.5
Natty: 7.5
Report link

Do you found any solution for this issue?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): Do you found any
  • RegEx Blacklisted phrase (2): any solution for this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Szymon Czulak

79643393

Date: 2025-05-29 06:26:37
Score: 1
Natty:
Report link

Yes, the hex color is the same for both elements, but the difference in appearance is due to the font weight. The title ("The making of magic") has a bold font weight, while the text below it likely uses a regular or lighter weight.

Bold text tends to appear darker or more saturated, even when the exact same color is used. This is a common visual perception caused by the increased density of the strokes in bold fonts.

So, it's not a color issue it's just how font weight affects our perception of the color.

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

79643379

Date: 2025-05-29 06:12:33
Score: 4.5
Natty:
Report link

EM/|Sin(19.08-.1)*n°T^i=iTFiM

Prost

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: φEMΛÆφ

79643377

Date: 2025-05-29 06:12:33
Score: 5
Natty:
Report link

I'm getting the same error. It looks like it's only available in the Teams app in the documentation.

ApplicationOnlineMeetingRecording.Read.All, OnlineMeetingRecording.Read.ChatNot available.

Note: The application permission OnlineMeetingRecording.Read.Chat uses resource-specific consent.

Reasons:
  • RegEx Blacklisted phrase (1): I'm getting the same error
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm getting the same error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: mmm

79643376

Date: 2025-05-29 06:08:32
Score: 4
Natty:
Report link

This is a pretty good discussion. Thank you all for sharing. Let me ask a followup question. I do understand the port(80) --> to TargetPort (8080) traffic flow. What I dont understand the connection between this ingress-gateway listening port 8080 and the port section in the istio application gateway. Let me give you an example

apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
  name: foo-bar-gateway
  namespace: istio-system
spec:
  selector:
    istio: istio-ingressgateway
  servers:
  - hosts:
    - foobar.com
    port:
      name: http
      number: 80
      protocol: HTTP
    tls:
      httpsRedirect: true
  - hosts:
    - foobar.com
    port:
      name: https
      number: 443
      protocol: HTTPS
    tls:
      credentialName: foobar-np-tls-credential
      mode: SIMPLE

I know gateway is just a configuration and no additional pod/container is running for this configuration. So can anyone tells me what this does in terms of traffic flow? We all understand the ingress-pod/container is listening on port 8080 and port 8443 Then how this mapped to this gateway port section? Or is it like, the port 80 in the gateway should match the port 80 in the ingress-gateway? For example assume in my ingress gateway, I have added an additional port as 5000 and targetPort as 6000, do we need to have the same 5000 here in the gateway as well under port section or I should put 6000 under port?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): can anyone tell
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Manoj

79643372

Date: 2025-05-29 06:03:30
Score: 0.5
Natty:
Report link

You are in right path in creating a message in specified folder in outlook. when you create a message, by default it will be drafted in Drafts folder. You can move the message to specified folder using /messages/message-Id/move endpoint. However, isDraft value will be in true state until you send the message using /messages/message-Id/send and this is expected.

In my case, I used sample python code to convert MIME message to Base64-Encoded MIME String.

import  base64
from  email.message  import  EmailMessage

msg  =  EmailMessage()
msg['From'] =  '[email protected]'
msg['To'] =  '[email protected]'
msg['Subject'] =  'Test Email via Microsoft Graph API'
msg.set_content('Hi...This is the body of the email in MIME format. \n  \n Thanks')

raw_bytes  =  msg.as_bytes()
base64_encoded  =  base64.b64encode(raw_bytes).decode('utf-8')
print("Base64-Encoded MIME String:\n")
print(base64_encoded)

enter image description here

enter image description here

enter image description here

Successfully created message and sent

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

79643369

Date: 2025-05-29 06:01:29
Score: 2.5
Natty:
Report link
  public List<PredictedData> PredictBatch(List<ImageData> roiImages)
  {
      var dataView = mlContext.Data.LoadFromEnumerable(roiImages);
      var predictions = model.Transform(dataView);

      return mlContext.Data.CreateEnumerable<PredictedData>(predictions, reuseRowObject: false).ToList();

  }  my predection taking morethan 1200ms how can  I reduce it ??
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: SVS AUTOMATION

79643364

Date: 2025-05-29 05:52:27
Score: 1
Natty:
Report link

yes, you can generate a json file with the values.
This string_extractor_intl package extracts hardcoded strings from your Flutter project and generates ARB files (app_en.arb) for localization.

No need to manually extract strings for localization if you are already deep into your project.

Generate app_en.arb and use replace strings with AppLocalizations.of(context).something in your project manually. Then translate the en file to other languages. The --replace tag has some issues, which is supposed to replace all the strings with AppLocalizations.of(context).something for you.

https://pub.dev/packages/string_extractor_intl

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

79643363

Date: 2025-05-29 05:52:26
Score: 11 🚩
Natty: 4
Report link

I have a similar problem which I havent solved yet. I only want to input numbers from 0-9 and a "." if I want to input a float number. So far I have this:

def keylistener(event):
    ACCEPTED = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "."]
    if not event.char in ACCEPTED:
        pass 
        # Dont let the character be inputed
#....

tk.bind('<KeyPress>', keylistener)

can anyone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I have a similar problem
  • RegEx Blacklisted phrase (3): can anyone help me
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Me too answer (2.5): I have a similar problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Raydrake

79643359

Date: 2025-05-29 05:47:24
Score: 4
Natty:
Report link

Wow, thanks a lot! It works like a charm!

Great to see we're not alone. ;-)

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

79643353

Date: 2025-05-29 05:39:22
Score: 3
Natty:
Report link

The CIE ΔE2000 reflects the actual geometric distance within the color space, which ranges from 0 to approximately 185.

Source : GitHub.

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

79643351

Date: 2025-05-29 05:39:22
Score: 4
Natty: 4.5
Report link

Image of implementation of anti address in use implementation

Try heading the intended URL+port before listening on it

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

79643338

Date: 2025-05-29 05:24:18
Score: 2
Natty:
Report link

verify the permissions, in the above logs noticed that key accepted though asking for password:

chmod 700 ~/.ssh

chmod 600 ~/.ssh/authorized_keys

even though asking for password then pls check /var/log/auth. log: store all security-related events. Ubuntu and Debian use /var/log/auth. log, while Red Hat and CentOS use /var/log/secure

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

79643333

Date: 2025-05-29 05:21:17
Score: 1.5
Natty:
Report link

You're seeing different colors because of the visual perception—even with the same hex code, text can appear different due to font weight, size, and anti-aliasing. Bold or large text has denser pixels, making it look darker. Browsers also render fonts differently based on size and weight, affecting perceived color.

It's an optical illusion, not a code issue.

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

79643314

Date: 2025-05-29 04:58:12
Score: 2.5
Natty:
Report link

Mostly I found it is happen due to database to application connection issue. As per my observation it is a network issue.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sheikh Wasiu Al Hasib

79643313

Date: 2025-05-29 04:58:12
Score: 1
Natty:
Report link

2025 update

Visual 'manipulation' of the DOM using display: contents which plays nicely with grid/flex.

Taken from the following stackoverflow question/answer:

With Source:

span {
    display: contents;
    font-size-adjust: 0;  /* or other adjustment method */
}

span:before {
    display: inline-block; /* or as preferred */
    font-size-adjust: initial;  /* and reset other adjustment method */
}

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dj.cowan

79643309

Date: 2025-05-29 04:55:11
Score: 0.5
Natty:
Report link
Math.floor(Math.random() * (80-50+1)) + 50

How,

Considering, 50 as the min and 80 as max of the range.

  1. The Math.random() results in a floating point number between 0 and 1 (0 inclusive, 1 exclusive).

  2. Multiply it by 31 (the difference of the range + 1) results in a number between 0 and 31 (not including 31).

  3. Adding the minimum value (in here 50) shifts it to a number between min and 81 (exclusive). So, the number is between min and min + 31.

  4. Math.floor() ensures we round down, so that all integer values from min to max are possible. (if we used Math.ceil(), it skips minimum value, e.g. 50.6)

In step 2, the +1 ensures that the max (in this example 80) is included after flooring. Without it, the max would be excluded (highest possible result from Math.floor() would be max - 1).

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Charith J De Silva

79643308

Date: 2025-05-29 04:54:11
Score: 1
Natty:
Report link
MONTH := jan feb mar
DATE := 01 03 05


run: SHELL := /bin/bash
run:
    m=($(MONTH)) d=($(DATE)); \
    for i in {0..2}; do \
        echo Info : MONTH = $${m[i]}; \
        echo Info : DATE = $${d[i]}; \
    done
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jinesh Patel

79643305

Date: 2025-05-29 04:53:10
Score: 1
Natty:
Report link

This string_extractor_intl package extracts hardcoded strings from your Flutter project and generates ARB files (app_en.arb) for internationalization and localization. It is really helpful if you are already deep in your project and need localization.

Generate app_en.arb and use replace strings with AppLocalizations.of(context).something in your project manually. Then translate the en file to other languages. The --replace tag has some issues, which is supposed to replace all the strings with AppLocalizations.of(context).something for you.

https://pub.dev/packages/string_extractor_intl

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

79643301

Date: 2025-05-29 04:50:09
Score: 3.5
Natty:
Report link

هُوَ الْإمَامُ أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلِ بْن هَلَاَلِ بْن أَسَدِ بْن إدريس بْن عَبْدِ اللهِ اِبْنِ حَيَّانِ بْن عَبْدِ اللهِ بْن أُنْسِ بْن عَوْفِ بْن قَاسِطُ بْن مَازِنِ بْن شَيْبَانِ بْن ذَهْلِ بْن ثَعْلَبَةِ بْن عُكَابَةَ بْن صَعْبُ بْن عَلِيُّ بْن بِكْرِ بْن وَاِئْلَ الذَّهْلِيَّ، الشَّيْبَانِيَّ، الْمَرْوَزِيَّ، ثُمَّ

الْبَغْدَادِيُّ.
قَالَ الْبُخَارِيُّ: أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلِ بْن هَلَاَلِ أَبُو عَبْدِ اللهِ الشَّيْبَانِيِّ- سَكَنَ بَغْدَادِ، مَاتَ سَنَةِ إحْدَى أَرْبَعِينَ وَمَائِتِينَ- الذَّهْلِيَّ مِنْ رَبِيعَةٍ.[1]
قَالَ صَالِحٌ: وَجَدَتْ فِي بَعْضِ كُتُبٍ أَبِي نَسَبُهُ: أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلِ اِبْنِ هَلَاَلِ بْن أَسَدِ بْن إدريس بْن عَبْدِ اللهِ بْن حَيَّانِ بْن عَبْدِ اللهِ بْن أُنْسِ بْن عَوْفِ اِبْنِ قَاسِطِ بْن مَازِنِ بْن شَيْبَانِ بْن ذَهْلِ بْن ثَعْلَبَةِ بْن عُكَابَةَ بْن صَعْبُ بْن عَلِيُّ بْن بِكْرِ بْن وَاِئْلَ بْن قَاسِطُ بْن هَنِبَ بْن أَفَصَى بْن دُعُمِيِّ بْن جَدِيلَةِ بْن أَسَدِ بْن رَبِيعَةِ اِبْنِ نُزَارُ بْن مُعَدُّ بْن عَدْنَانِ بْن أَدِّ بْن أدْْد بْن الْهَمَيْسَعِ بْن

النَّبْتِ بْن قِيذَارَ بْن إسماعيل بْن إبراهيم الْخَلِيلَ عَلَيْهِ السُّلَّامَ.
قَالَ صَالِحٌ: رَأَى أَبِي هَذَا النَّسَبِ فِي كِتَابٍ لِي فَقَالٌ لِي: وَمَا تَصَنُّعٍ بِهَذَا ؟ ]وَلَمْ يُنْكِرِ النَّسَبُ[.[2]
قَالَ عَبْدُ اللهِ: ثَنَا أَبِي أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلِ بْن هَلَاَلِ بْن أَسَدِ بْن إدريس اِبْنَ عَبْدِ اللهِ بْن حَيَّانِ بْن عَبْدِ اللهِ بْن أُنْسِ بْن عَوْفِ بْن قَاسِطُ بْن مَازِنِ اِبْنِ شَيْبَانِ اِبْنَ ذَهْلِ بْن ثَعْلَبَةِ بْن عُكَابَةَ بْن صَعْبُ بْن عَلِيُّ بْن بِكْرِ بْن وَاِئْلَ بْن قَاسِطُ بْن هَنِبَ بْن أَفَصَى بْن دُعُمِيِّ بْن جَدِيلَةِ بْن أَسَدِ بْن رَبِيعَةِ بْن نُزَارُ بْن مُعَدُّ بْن عَدْنَانِ اِبْنَ أَدِّ بْن أدْد بْن الْهَمَيْسَعِ بْن حَمْلِ بْن النَّبْتِ بْن قِيذَارَ بْن

إسماعيل بْن إبراهيم الْخَلِيلَ عَلَيْهِ السُّلَّامَ.[3]

قَالَ الْعَبَّاسُ بْن مُحَمَّدُ الدَّوْرِيِّ: كَانَ أَحَمِدَ رَجُلًا مِنَ الْعَرَبِ مِنْ بُنِّيِّ ذَهْلِ اِبْنِ شَيْبَانِ.[4]
قَالَ عَبْدُ اللهِ بْن أَبِي دَاوُدٍ: أَحَمِدَ بْن حَنْبَلٍ مِنْ بُنِّيِّ مَازِنِ بْن ذَهْلِ اِبْنِ شَيْبَانِ بْن ثَعْلَبَةِ بْن عُكَابَةَ بْن صَعْبُ بْن عَلِيُّ بْن بِكْرِ بْن وَاِئْلَ اِبْنَ قَاسِطِ بْن هَنِبَ بْن أَفَصَى بْن دُعُمِيِّ بْن جَدِيلَةِ بْن أَسَدِ بْن

رَبِيعَةِ بْن نُزَارُ أَخِي مُضِرُّ بْن نُزَارُ، وَكَانَ فِي رَبِيعَةٍ

رَجُلَانِ لَمْ يَكْنِ فِي زَمَانَهُمَا مِثْلُهُمَا، لَمْ يَكْنِ فِي زَمَنِ قَتَادَةِ مِثْلُ قَتَادَةٍ، وَلَمْ يَكْنِ فِي زَمَانِ أَحَمِدَ بْن حَنْبَلِ مِثْلُهُ.[5]
قَالَ حَنْبَلٌ: سَمِعَتْ أَبَا عَبْدِ اللهِ وَجَاءَهُ رَجُلٌ فَقَالٌ: يَا أَبَا عَبْدِ اللهِ أَمَلِ عَلِيِّ نَسَبِكَ ؟ قَالَ: قُمْ إِلَى

عَمِّيٍّ حَتَّى يُمْلِي عَلَيْكَ نِسْبِيُّ.
قَالَ عِصْمَةٌ: أَمْلَى عَلَيْنَا حَنْبَلٌ فَقَالٌ: أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلِ بْن هَلَاَلِ اِبْنِ أَسَدِ بْن إدريس بْن

عَبْدِ اللهِ بْن حَيَّانِ بْن عَبْدِ اللهِ بْن أُنْسِ بْن عَوْفِ بْن قَاسِطُ اِبْنِ مَازِنِ بْن شَيْبَانِ بْن ذَهْلِ بْن ثَعْلَبَةِ

بْن عُكَابَةَ بْن صَعْبُ بْن عَلِيُّ بْن بِكْرِ بْن وَاِئْلَ بْن قَاسِطُ بْن

هَنِبَ بْن أَفَصَى بْن دُعُمِيِّ بْن جَدِيلَةِ بْن أَسَدِ بْن رَبِيعَةِ بْن نُزَارُ.

وَقَالَ الْفَضْلُ بْن زياد: ثَنَا أَحَمِدَ بْن مُحَمَّدُ بْن حَنْبَلٍ.، فَذَكَرَهُ إِلَى آخِرِهِ.
وَزَادٌ فَقَالٌ: نُزَارُ بْن مُعَدُّ بْن عَدْنَانِ بْن أَدِّ بْن أدْد بْن الْهَمَيْسَعِ بْن مَلِيحُ بْن النَّبْتِ اِبْنَ قِيذَارَ بْن

إسماعيل بْن إبراهيم عَلَيْهِ

السَّلَّامَ.[6]
قَالَ عَبْدُ اللهِ بْن عَطَاءٍ: قَدِ اِجْتَمَعَ أَحَمِدَ بْن حَنْبَلٍ وَالنَّبِيِّ صَلَّى اللهُ عَلَيْهِ وَسَلَّمَ فِي نُزَارُ ؛ لِأَنَّ النَّبِيَّ صَلَّى اللهُ عَلَيْهِ وَسَلَّمَ

مُضِرِّيٌّ، مِنْ وَلَدِ مُضِرِّ بْن نُزَارُ، وَكُلُّ قُرَيْشٍ مِنْ مُضِرٍّ.
وَأَحْمَدُ بْن حَنْبَلِ رُبُعِي مِنْ وَلَدِ رَبِيعَةِ بْن نُزَارُ، وَهُوَ أَخُو مُضِرُّ بْن نُزَارُ، وَوَلَدٌ فَزَارَ أَرْبَعَةٌ: مَضَرَ بْن نُزَارُ، وَرَبِيعَةَ بْن

نُزَارُ، وَإِيَادٍ بْن نُزَارُ، وَأَنْمَارَ بْن نُزَارُ.
وَمِنْ هَؤُلَاءِ الْأَرْبَعَةِ تَشَعَّبَتْ بُطونُ الْعَرَبِ كُلَّهَا.[7]


[1] "التاريخ الكبير" 2/ 5

[2] "السيرة" لصالح ص 30

[3] "حلية الأولياء" 9/ 162، "تاريخ بغداد" 4/ 414، "طبقات الحنابلة" 1/ 8، "المناقب" لابن الجوزي ص 38، "تهذيب الكمال" 1/ 443، "السير"، 11/ 178، "المنهج الأحمد" 1/ 70

[4] "تاريخ بغداد" 4/ 413، "تاريخ دمشق" 5/ 254، "المناقب" لابن الجوزي ص 39، "تهذيب الكمال" 1/ 442

[5] "تاريخ بغداد" 4/ 413، "طبقات الحنابلة" 1/ 9، "تاريخ دمشق"، 5/ 254، 255، "المناقب" لابن الجوزي ص 40، "تهذيب الكمال" 1/ 442، "المقصد الأرشد" 1/ 65

[6] "المناقب" لابن الجوزي ص 38 - 39

[7] "المناقب" لابن الجوزي ص 42

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Muhammad Usamah

79643299

Date: 2025-05-29 04:49:09
Score: 1
Natty:
Report link

You’ve already made great progress in parsing the Excel file and generating separate payloads for water, gas, and electricity. The next step—restructuring the payload so each month's data is nested under a mar-24, jan-24-style key—is just a matter of reshaping how you're pushing the objects.

Instead of pushing individual payloads into three arrays, consider creating a single object where each key represents the month-year (extracted from the first column of each row) and holds nested data for water, gas, and electricity.

Here's a real-world implementation that walks through exactly how to parse the table structure you've described—handling multiple utility types, nested subfields, and organizing everything cleanly under month-year keys using JavaScript and xlsx: Parsing Excel rows to nested JSON in JavaScript

It also covers how to convert Excel's date serial values, gracefully handle empty cells, and avoid hardcoded column indices. Definitely worth checking if you want to make your import more robust and future-proof.

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

79643296

Date: 2025-05-29 04:44:07
Score: 1
Natty:
Report link

If you want a on/off system, you could try something like this:

local running=true
local updaterate=.5 --flash rate

local parts={} --light parts

while running do
    for i,p in pairs(parts) do
        p.BrickColor=BrickColor.random()
    end
    task.wait(updaterate)
end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: histrueandfalse

79643283

Date: 2025-05-29 04:33:05
Score: 1
Natty:
Report link

You're encountering this behavior because `setlocal` does **not** affect the current working directory or the directory stack managed by `pushd` and `popd`.

### What's happening in your script

In `start.bat`:

```bat

@echo off

pushd 111

call 1.bat

popd

echo CD is wrong:%cd%

pause

In 1.bat:

@echo off

setlocal

pushd 222

echo 1.bat says we are in %cd%

When you run start.bat, it prints:

1.bat says we are in C:\ex1\111\222

CD is wrong:C:\ex1\111

This happens because you're doing a pushd inside 1.bat, but you never do a matching popd, so the directory stack isn't fully reverted.

Also, setlocal only controls the environment variables (like %PATH%, %TEMP%, etc.) — it has no impact on the current directory or the directory stack.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @echo
  • User mentioned (0): @echo
  • Low reputation (1):
Posted by: VibesAR

79643280

Date: 2025-05-29 04:30:04
Score: 3
Natty:
Report link

I have problem like this: "Bad owner or permissions on _PROGRAMDATA_\\ssh/ssh_config".

My problem is my account is add new to PC, them old user can using ssh but new account can not.

I fix by these steps:

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

79643272

Date: 2025-05-29 04:14:00
Score: 1.5
Natty:
Report link

@teylin Please read the Note also on Microsoft site XLOOKUP function. The fourth parameter is implicitely defined (default value), and the formula works in the data structure the OP posted. Otherwise I really like XLOOKUP because more flexible.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @teylin
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Black cat

79643271

Date: 2025-05-29 04:13:00
Score: 2
Natty:
Report link
  1. Go to https://developers.google.com/apis-explorer/#search/admin%20api/appengine/v1/appengine.apps.domainMappings.create

  2. Fill the request: point appId to your app, set overrideStrategy to OVERRIDE and fill request body like this:

    {
      "id": "yourdomain.com"
    }
    
  3. Execute the request.

  4. SSL certificates will be generated in several minutes.

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

79643270

Date: 2025-05-29 04:13:00
Score: 1.5
Natty:
Report link

Ok, I believe I have the solution. It appears that floating point operations for this particular processor is extremely expensive (at least compared to available memory) and any use will increase the binary significantly. For reasons that I really don't understand, if I comment out the *pBuf++ = 0 line, the optimizer is somehow able to optimize out some of the floating point operations in this function and hence the memory is saved.

The bottom line is that, for this processor, I need to avoid floating point at all costs.

Thanks to all who took a look at this.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: John Gaby

79643267

Date: 2025-05-29 04:05:58
Score: 1.5
Natty:
Report link

I found W3Schools and geeksforgeeks pretty helpful when I was starting on C++. Once you are familiar with those, I would recommend doing some simple coding exercises on leetcode or any other platform. There are some good talks from cppcon freely available on youtube, but I would go there only when my fundamentals are clear.

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

79643261

Date: 2025-05-29 03:53:56
Score: 2
Natty:
Report link

My approach is to

// modify your function makeCall(target)
function makeCall(target) {
    outgoingSession = userAgent.call(target, callOptions);
    setupMedia(outgoingSession);
}

and then implement

session.connection.addEventListener('track', ({ track, streams: [stream] }) => {
    // logic identical to your peerConnection.addEventListener("track", (event) => {});
});

within setupMedia.

The specific reason, I suspect, is that addEventListener only captures newly added tracks. In your method, during outgoing calls, the audio may not be considered newly added?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Dragonborn

79643245

Date: 2025-05-29 03:33:51
Score: 3
Natty:
Report link

Anyone having this problem in 2025, the default username is "phpmyadmin". I installed it on a Debian based system with apache2 and it prompted me for password during installation so I knew my password. I accessed the necessary files and found it.

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

79643235

Date: 2025-05-29 03:22:48
Score: 4
Natty: 5.5
Report link

You may follow this guide. Hope it helps.

https://anurajapaksha.blogspot.com/2025/05/how-to-re-execute-failed-step-functions.html

Reasons:
  • Blacklisted phrase (1): this guide
  • Whitelisted phrase (-1): Hope it helps
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: Anu

79643234

Date: 2025-05-29 03:17:47
Score: 1.5
Natty:
Report link

heres the text string version...

select pg_get_function_identity_arguments(oid)
from pg_proc
where proname = 'name'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ezz

79643231

Date: 2025-05-29 03:10:46
Score: 2
Natty:
Report link

The tab_corr function takes in a correlation matrix as computed by the cor() function and formats it. The apa.cor.table() function takes in data, calculates the correlations and formats the output.

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

79643225

Date: 2025-05-29 03:00:44
Score: 5.5
Natty:
Report link

Having trouble integrating Facebook Login with a Vercel-deployed React app.

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

79643218

Date: 2025-05-29 02:43:40
Score: 2
Natty:
Report link

Pandas works for ASCII as well.

import pandas as pd
data=pd.read_fwf("/file/path.asc")
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Carraway XU

79643214

Date: 2025-05-29 02:32:38
Score: 1
Natty:
Report link

replace "res.Data.map" with "res.map".

That's what I'm seeing from your json anyway.

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

79643211

Date: 2025-05-29 02:29:37
Score: 4
Natty:
Report link

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

he procedure entry point OCIClientVersion could not be located in the dynamic link library C:\xampp\php\ext\php_oci8_11g.dll.

i am using PHP 7.3.2 I made all setting but above error shows

i want to connect to oracle 11g .. thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Filler text (0.5): ---------------------------
  • Low reputation (1):
Posted by: Tariq Naeem

79643210

Date: 2025-05-29 02:29:37
Score: 0.5
Natty:
Report link

" - string (double quote)

var str string = "Hello world!" // valid

' - rune (equals to char in C/C++)

var str string = 'Hello world!' // invalid, error: more than one character in rune literal
var c rune = 'H' // valid

` - string (single quote)

var str string = `Hello world!`  // valid
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Igor

79643209

Date: 2025-05-29 02:29:37
Score: 3
Natty:
Report link

This is one of the 💩est common bugs out there

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

79643194

Date: 2025-05-29 02:04:31
Score: 0.5
Natty:
Report link

I had the exact same issue. This isn’t a bug - Chrome automatically injects inline CSS when displaying XML files to make them look prettier with syntax highlighting and collapsible elements. Your CSP blocks these styles.

The Fix

Add these specific SHA256 hashes to your CSP policy:

Content-Security-Policy: style-src 'self' 
  'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 
  'sha256-p08VBe6m5i8+qtXWjnH/AN3klt1l4uoOLsjNn8BjdQo=';
  img-src 'self' data: https://www.w3.org/2000/svg;

How to Get These Hashes

Method 1: Check Chrome DevTools Chrome actually tells you the hash in the error message! Look at your console error - it says ('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='). That’s one of the hashes you need.

Screenshot of Chrome DevTools Console showing two CSP violation errors for sitemap.xml. The errors read "Refused to apply inline style because it violates the following Content Security Policy directive: style-src 'self' cdnjs.cloudflare.com fonts.googleapis.com 'sha256-akbuxUDobAg8G+TiT5p8TENorqlhtGWtEqHedhVNujw='". The error messages suggest adding specific SHA256 hashes like 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' and 'sha256-p08VBe6m5i8+qtXWjnH/AN3klt1l4uoOLsjNn8BjdQo=' to fix the violations. One error shows "prepareWebKitXMLViewer @ VM78:29" and another shows "sitemap.xml:1", demonstrating how Chrome's XML viewer triggers these CSP violations.

Method 2: Use Online CSP Hash Generator

  1. Open your sitemap.xml in Chrome

  2. Right-click → View Page Source

  3. Copy any <style> content you see

  4. Use a CSP hash generator tool to convert it to SHA256

  5. Add the hash to your policy

Why These Specific Hashes?

These are the actual CSS content hashes that Chrome’s XML viewer uses.

Don’t Use unsafe-inline

// Bad - opens security holes
style-src 'self' 'unsafe-inline';

// Good - only allows Chrome's XML viewer styles  
style-src 'self' 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=';

Using 'unsafe-inline' defeats the whole purpose of having CSP. The hash approach only allows the exact styles Chrome needs.

Why Firefox Works Fine

Firefox doesn’t inject inline styles for XML display, so it doesn’t trigger CSP violations.

Result

After adding those hashes:

Tested this on Chrome 136+ and it works perfectly. Your sitemap will look nice and formatted while keeping CSP protection active.

Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Rafael Andrews

79643185

Date: 2025-05-29 01:45:27
Score: 2
Natty:
Report link

If you're ok with having a different user name in your RCS checkins, you can set the LOGNAME environment variable. You can put this in your .bashrc:

export LOGNAME="nameatexample.com"

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

79643183

Date: 2025-05-29 01:45:27
Score: 0.5
Natty:
Report link

The problem has been solved. Here are my personal insights. Please correct me if I'm wrong. This problem can be abstracted as: in all real-time planning problems, how to synchronously update the shadow variables when changing non-planned variables. In the changeProblemProperty() method of version 9.44.0, it automatically updates the shadow variables, but since I changed the non-planned variables, this modification did not trigger the modification of the listener. I was very troubled by this problem. It's impossible to set this non-planned variable as a planned variable, right? Later, after studying the shadow variables in the official Optaplanning manual, I noticed the description of Piggyback shadow variable, and understood that shadow variables can also influence each other. So, in the changeProblemProperty(), I manually updated the shadow variables, and as I expected, this update triggered the listener, and the subsequent shadow variables also changed, achieving the expected result.The problem has been solved. Here are my personal insights. Please correct me if I'm wrong. This problem can be abstracted as: in all real-time planning problems, how to synchronously update the shadow variables when changing non-planned variables. In the changeProblemProperty() method of version 9.44.0, it automatically updates the shadow variables, but since I changed the non-planned variables, this modification did not trigger the modification of the listener. I was very troubled by this problem. It's impossible to set this non-planned variable as a planned variable, right? Later, after studying the shadow variables in the official Optaplanning manual, I noticed the description of Piggyback shadow variable, and understood that shadow variables can also influence each other. So, in the changeProblemProperty(), I manually updated the shadow variables, and as I expected, this update triggered the listener, and the subsequent shadow variables also changed, achieving the expected result.

Here is the updated code.

private static void modifyTheOrderQuantityToProblem(SolverManager<ProductionSchedule, UUID> solverManager,
                                                        UUID problemId, Long sl1, Integer sl2) {
        solverManager.addProblemChange(problemId, (workingSolution, problemChangeDirector) -> {
            List<ProductionOrder> allOrder = workingSolution.getOrders();
            allOrder.stream().filter(order -> order.getOrderId().equals(sl1)).findFirst().ifPresent(order -> {
                problemChangeDirector.changeProblemProperty(order,orderOne->{
                    orderOne.setQuantity(sl2);
                    List<LocalDateTime> startTimeAndEndTime = orderOne.getStartTimeAndEndTime(workingSolution.getTimePeriodList());
                    orderOne.setEndTime(startTimeAndEndTime.get(1));
                });
            });
        });
    }
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: bread

79643176

Date: 2025-05-29 01:28:23
Score: 0.5
Natty:
Report link

I've encountered this frustrating issue before! Often, it stems from inconsistent indentation where the space and tab sizes are set to the same value.

To fix it, try updating your tab size to 3 or 4 spaces. This usually resolves the problem.

You can easily visualize the indentation in your Makefile by using the command:

Bash

cat -A Makefile

This command will reveal how your indentation is represented. Specifically, if your commands are correctly indented with tabs, you'll see a ^I character at the beginning of those lines, like this:

^I@echo "Current WORKSPACE: $(WORKSPACE)"$

This ^I signifies a true tab character, which is crucial for Makefiles.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30663668

79643173

Date: 2025-05-29 01:22:21
Score: 0.5
Natty:
Report link

First, let’s reiterate that unsafe multithreaded access to C++ standard library containers is undefined behavior. Simultaneous read operations are safe for multithreading, but simultaneous writes or a read and write occurring simultaneously are unsafe for multithreading.

Why does unsafe multithreaded use of an std::unordered_map crash more often than unsafe multithreaded use of a std::map?

Additionally, do not use operator[] on std::(unordered)map. It is the most convenient syntax, but is not often what you actually want.
The std::map subscript operator is a convenience, but a potentially dangerous one
The operations for reading and writing single elements for C++ standard library maps
A simplified overview of ways to add or update elements in a std::map

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: 許恩嘉

79643170

Date: 2025-05-29 01:16:20
Score: 2.5
Natty:
Report link

Okey here any one get number to location in bd
dm me in Session Messenger
my id : 058e8c7e8c1d0fa15773b77dfb4530c7e1ae0c192addf0b5597ba08bafecc79962

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

79643152

Date: 2025-05-29 00:52:15
Score: 1.5
Natty:
Report link

Managed to fix with retentions using loki helm 6.30. Below the reference.

    runtimeConfig:    
        overrides:
            tenant_1:
                retention_stream:
                  - KEY: VALUE
                  - KEY: VALUE
            tenant_2:
                retention_stream:
                  - KEY: VALUE

https://community.grafana.com/t/loki-retention-overrides-in-helm-not-working/136728/8?u=heshand

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

79643146

Date: 2025-05-29 00:37:11
Score: 4.5
Natty:
Report link

Great capabilities, what about the headaches when you need to Implement Merge replication on temporal tables in an environment with 3 or more nodes? Almost impossible to accomplish. All the workarounds suggested out there simply don’t work. Any advice?

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

79643143

Date: 2025-05-29 00:36:10
Score: 0.5
Natty:
Report link

I had to add the user email from the Google Cloud service account to the credential, like this:

credential = GoogleCredential.FromStream(stream)
    .CreateScoped(scopes)
    .CreateWithUser("[email protected]");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bryan B

79643137

Date: 2025-05-29 00:19:06
Score: 7.5 🚩
Natty: 5.5
Report link

were you able to implement Transbank OnePay in Chile? I managed to implement WebPay. OnePay is quite similar, and I should be implementing it soon. If you still need help, I can help. Best regards.

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): were you able
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leonardo Rojas LeoRojas

79643131

Date: 2025-05-29 00:00:02
Score: 7 🚩
Natty: 5
Report link

Did you solve this?
We are working with a partner organization that use AWS SES. Their emails to us get rejected by our server with that exact message.
The server hosting our email definitely supports STARTTLS; I confirmed this by forcing my Outlook client to specify STARTTLS when sending.
All the reading I've done thus far suggests the sender is the one that needs to change something.

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you solve this
  • Low reputation (1):
Posted by: Mike of NZ

79643125

Date: 2025-05-28 23:45:58
Score: 3
Natty:
Report link

If your storyboard is stuck in XML but View->Show Code Review isn't active, then Vivek Patel's advice will fix it.

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

79643122

Date: 2025-05-28 23:42:57
Score: 1
Natty:
Report link

My program is showing output but it for some reason it just skips the section "Please enter your User Name or your Official Name ". How can I fix this?

The reason your program skips is because it uses operator >> to extract the userid.

// From the OP:
char userid[100];
cin >> userid;

That operator only extracts one "word" at a time. By "word" I mean a non-empty sequence of charaters that does not contain a space or other whitespace character.

Extraction stops when a whitespace character is encountered, leaving the whitespace character in the stream. Note that the newline character ('\n') is a whitespace character. Extraction also stops if end-of-file file is encountered, but, in general, that is not an issue when using std::cin to get user input from the keyboard.

In your trial run, you entered two words for userid. Thus, "John Smith" was placed into the input stream. When you pressed Enter, that keystoke was also placed into the stream (as a newline). The stream contents at this point were "John Smith\n".

The statement cin >> userid; caused first word, "John", to be extracted, and stored in userid. The second word, "Smith", along with the space that precedes it, was left in the input stream.

The statement

cin.ignore();

extracts and discards a single character, in this case the space before "Smith."

The next input is read using std::getline.

string username;
getline(cin, username);

std::getline reads an entire line of characters, stopping either when a newline is encountered or when the stream hits end-of-file. If getline stops because it found a newline, it extracts, and discards, the newline.

Blank lines are okay, as are lines containing whitespace. getline happily extracts and stores whatever it finds.

In your program, getline extracted "Smith", and stored it in the string username. getline also extracted the the newline character that followed "Smith". It was discarded.

Note that all of this happens without any need for the console window to pause for user input. That's because keyboard input from cin is buffered. The only time cin causes the console window to pause, is when its buffer is empty. In this case, the buffer was not empty. It still contained "Smith\n". So getline read from the buffer, without pausing for keyboard input from the user.

From the outside, it may look like your program skipped username, but it did not. "Smith" was extracted from the buffer, and stored, in username.

After that, the buffer was empty. Thus, the program paused, as expected, to get keyboard input for passphrase.

char passphrase[300];
cin.getline(passphrase, 300);
Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): How can I fix this
  • RegEx Blacklisted phrase (1.5): How can I fix this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: tbxfreeware

79643121

Date: 2025-05-28 23:42:57
Score: 1.5
Natty:
Report link

I think all the answers are amazing and valid in case of me trying to register a set of options based on another set of options

but what I want to get an instance of IOptions<AppSettings> to do something like this:

var appSettings = sp.GetRequiredService<IOptions<AppSettings>>().Value;
if (appSettings.EnableDebugTools){
    // some code here 
}

this is during ConfigureServices()

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dhruv Mathur

79643119

Date: 2025-05-28 23:41:54
Score: 10 🚩
Natty:
Report link

Did you found the solution for this? I'm struggling with the same issue.

Found this solution but is not working for me: https://community.amazonquicksight.com/t/embedurl-not-working/15197/5

Reasons:
  • RegEx Blacklisted phrase (3): Did you found the solution
  • RegEx Blacklisted phrase (3): not working for me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Ruben Ramos

79643117

Date: 2025-05-28 23:35:52
Score: 3
Natty:
Report link

As Alexandru suggested,

The stack trace shows that another updateStep() method is used to enter WorkflowService, without @Transactional.

And @Transactional annotations have never been working for local, inner-service calls, thus we get no transaction.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Transactional
  • User mentioned (0): @Transactional
  • Low reputation (1):
Posted by: cheesus

79643115

Date: 2025-05-28 23:27:50
Score: 1
Natty:
Report link

Just need to add:

    [assembly: Parallelize]

In the AssemblyInfo.cs

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: JEuvin

79643112

Date: 2025-05-28 23:25:50
Score: 2.5
Natty:
Report link

@MarzSocks not allowed to comment. I used the solution of @Vince

import { Directive, HostBinding, Input } from '@angular/core';
import { MatMenuPanel, MatMenuTrigger } from '@angular/material/menu';


@Directive({
    selector: '[matMenuTriggerForContext]',
    host: {
        'class': 'mat-mdc-menu-trigger',
        '[attr.aria-haspopup]': 'menu ? "menu" : null',
        '[attr.aria-expanded]': 'menuOpen',
        '[attr.aria-controls]': 'menuOpen ? menu.panelId : null',
        '(contextmenu)': '_handleContextMenu($event)',
      },
      exportAs: 'matMenuTriggerContext'
})
export class MatMenuTriggerForContextDirective extends MatMenuTrigger {
    @Input('matMenuTriggerForContext')
    get _matMenuTriggerForContext(): MatMenuPanel | null {
        return this.menu;
      }
    set _matMenuTriggerForContext(v: MatMenuPanel | null) {
        this.menu = v;
    }

    _handleContextMenu($event: MouseEvent): boolean {
        $event?.stopPropagation();
        $event?.preventDefault();
        $event?.stopImmediatePropagation();
        this._handleClick($event);
        return false;
    }
}

and added

/** Handles click events on the trigger. */
override _handleClick(event: MouseEvent): void {
    if (event.button !== 2) {
        return;
    }
    if (this.triggersSubmenu()) {
        // Stop event propagation to avoid closing the parent menu.
        event.stopPropagation();
        this.openMenu();
    } else {
        this.toggleMenu();
    }
}

to filter for right click (event.button == 2) This works, maybe some more changes are needed for perfectly user experience

Reasons:
  • Blacklisted phrase (1): not allowed to comment
  • Blacklisted phrase (1): to comment
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @MarzSocks
  • User mentioned (0): @Vinceand
  • Low reputation (1):
Posted by: bravehurts

79643111

Date: 2025-05-28 23:19:48
Score: 2
Natty:
Report link

Linux buffers are implemented in memory to improve I/O performance by reducing direct disk access and the buffer cache stores block device data, while the page cache handles file data. Linux OS uses structures like "buffer_head" and "page" in the kernel to manage these buffers. Data in buffers is flushed to disk by background processes like "pdflush" or "flush-kthreads"

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

79643110

Date: 2025-05-28 23:19:48
Score: 4
Natty:
Report link

Understanding what data is shared is easier when you visualize your data using memory_graph, a simple example:

Four different copies of nested list

See how memory_graph integrates in Google Colab.

Visualization made using memory_graph, I'm the developer.

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

79643094

Date: 2025-05-28 22:54:42
Score: 1
Natty:
Report link

I have this step-by-step git repo to create the most maintainable Firebase Functions. [https://github.com/felipeosano/nestfire-example][1]

If you have a project created on console.firebase.google.com then just clone the repo and change the .firebaserc with your project id.

This repository uses NestJS and NestFire. NestFire is an npm library that allows you to deploy Nest modules to Firebase Functions. This npm library also allows you to create fast and maintainable triggers. I recommend reading the documentation in its repository.

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

79643087

Date: 2025-05-28 22:43:36
Score: 8.5 🚩
Natty:
Report link

i have been having the same problem. I want to use -pb_rad charmm and -pb_rad roux, . But the given patch does not work . could you please help me with this. Thank you. Also what does "I just had to remove the last eval from your answer " means ? what is the replacement that actually works.

set ar_args [list assign_radii $currmol $pb_rad]
if { $pb_rad eq "charmm" } {
    # foreach p $parfile { lappend ar_args $p }
    eval [linsert $parfile 0 lappend ar_args] ;# Avoid a loop
} elseif { $pb_rad eq "parm7" } {
    lappend ar_args $topfile
}
eval $ar_args
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): could you please help me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Char Pereira

79643086

Date: 2025-05-28 22:41:35
Score: 1
Natty:
Report link

You can apply the radius to the image using imageStyle:

<Image
  source={{ uri }}
  style={[StyleSheet.absoluteFill, { resizeMode }]}
  imageStyle={{ borderRadius: radius }}
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chibuokem Onyekwelu

79643083

Date: 2025-05-28 22:38:35
Score: 2.5
Natty:
Report link

Looks like the Agenda component is broken in Expo SDK 53. Here's a PR you can take a look at and patch: https://github.com/wix/react-native-calendars/pull/2664

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

79643081

Date: 2025-05-28 22:36:33
Score: 6.5 🚩
Natty: 6.5
Report link

does anyone know how to adjust the legend generated by the Kcross graph? Is it possible to include some commands to make this adjustment? I would like to organize the location of the legacy.

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • RegEx Blacklisted phrase (2): does anyone know
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30663030

79643079

Date: 2025-05-28 22:34:32
Score: 0.5
Natty:
Report link

Please try below command and see if it is working. in fact, It worked for me.

$ zz -FF IBM_SFG_OLD.zip --out IBM_SFG_NEW.zip -fz

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

79643072

Date: 2025-05-28 22:26:30
Score: 1.5
Natty:
Report link

The answer is Yes!

You can get the contents from fetch, change the visible location with function history.pushState() and totally replace document.documentElement.innerHTML with fetched data. The only thing that will be lost - some http headers which could affect the behavior of the page.

The answer is No!

In most cases once you received the response from server on your POST-request its state will never be the same. If you just walk to new location /someform server will not receive POST and the reply will differ from the reply you already consumed by fetch. Of course there are some servers that always reply the same ( something like 'OK'). But don't get your hopes up.

So, which answer do you prefer?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Solt