79716961

Date: 2025-07-28 06:48:09
Score: 1
Natty:
Report link

If you're unable to build your React Native Android app it could be due to misconfigured SDK paths, Gradle issues, or dependency mismatches. Common fixes include clearing Gradle cache, verifying ANDROID_HOME and ensuring Java & SDK versions are compatible.

At CONTUS Tech, our software product development experts specialize in mobile app builds and can help you troubleshoot and optimize your React Native setup. Whether it's native module errors or build tool conflicts our team ensures smooth delivery and deployment. Feel free to reach out, we’d be glad to assist you in resolving this and accelerating your app’s release.

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

79716957

Date: 2025-07-28 06:40:07
Score: 1.5
Natty:
Report link

It's been a while, but finally I made a LEGAL solution for this.

FFmpeg & Emscripten

I created a WebAssembly Decoder with FFmpeg(under GPLv2 license) & Emscripten for my solution(which decodes h264 or h265 bitstream to yuv420 ArrayBuffer).

Our company bought a license for H265(the most important part, browser does not support H265 because of license issue).

VideoTrackGenerator (MedaiStreamGenerator for Chrome & Edge)

Also, my client decided to watch video on modern browser which supports VideoTrackGenerator(MediaStreamGenerator for Chrome & Edge).

So I decoded NALus on the browser and write stream through writer of track(VideoTrackGenerator's track for safari and MediaStreamGenerator itself for Chrom & Edge).

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

79716955

Date: 2025-07-28 06:36:06
Score: 1
Natty:
Report link

There's loads of implementations of a BigMap on npm, but I didn't really like any of them.

Well, honestly, I just wanted to make my own for the fun of it.

https://www.npmjs.com/package/bigbigmapset

https://github.com/JesseRussell411/BigBigMapSet

There's a BigMap and BigSet.

Here's why I like my implementation:

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jesse Russell

79716954

Date: 2025-07-28 06:33:05
Score: 2.5
Natty:
Report link

I think this is because of the setting called 'Prevent error messages that reveal user existence' is enabled in your cognito client application.

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

79716952

Date: 2025-07-28 06:25:03
Score: 1
Natty:
Report link
 dependencies {
        classpath("com.android.tools.build:gradle:8.1.1")
        classpath("com.facebook.react:react-native-gradle-plugin")
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
    }

this is my build.gradle dependecy

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

79716945

Date: 2025-07-28 06:18:02
Score: 2
Natty:
Report link

I got the solution. I am writing it for those who will come here for the solution in the future.

First, the problem was in the backend.I was using 'live mode' while creating the Razorpay order. And in the frontend, we are using the testID.It wasn't matching and I got an error.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sonet Adhikary

79716924

Date: 2025-07-28 05:40:55
Score: 1
Natty:
Report link

Try replacing the imports of useRouter like below:

import { useSearchParams } from "next/navigation";
import { useRouter } from "next/router";

use import { useSearchParams, useRouter } from 'next/navigation';

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

79716923

Date: 2025-07-28 05:39:55
Score: 1.5
Natty:
Report link

i solve this furstating problem with php artisan cache

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

79716922

Date: 2025-07-28 05:38:54
Score: 3
Natty:
Report link

i have like this problem.
could u read this ansver.
i hope helpful this solution for your problem !

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

79716918

Date: 2025-07-28 05:31:51
Score: 11.5
Natty: 6.5
Report link

enter image description here

Here is the output from the 1st code.
Is it random?
N.B: My hardware is mpu6500 + arduino nano

Can anyone help me out?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (2): help me out
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AMMAR MAHMUD

79716914

Date: 2025-07-28 05:24:50
Score: 2.5
Natty:
Report link

First check if your VM is running or not. In my case it was auto shutdown after some time.When I was trying to connect that machine, was getting the error.

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

79716913

Date: 2025-07-28 05:21:49
Score: 1
Natty:
Report link

Approval is needed in order to save a Paypal payment method for future usage or recurring payments. You'll want to log into your Stripe Dashboard and Enable in the Recurring payments section.

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

79716907

Date: 2025-07-28 05:09:46
Score: 3
Natty:
Report link

The bootstrap script is only used for one time at the time of instance creation. As the instance was already created, it cannot be modified now. Better terminate that instance and recreate a new instance with the correct bootstrap script

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

79716905

Date: 2025-07-28 05:05:45
Score: 2.5
Natty:
Report link

The Panda Express Menu offers a tasty mix of Chinese-American dishes like Orange Chicken, Kung Pao Chicken, and Beijing Beef. You can pick a bowl, plate, or bigger plate with your choice of entrees and sides like fried rice or chow mein. It’s quick, flavorful, and perfect for lunch or dinner.

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

79716896

Date: 2025-07-28 04:51:43
Score: 1
Natty:
Report link

Dimension architecture" in the manufacturing process refers to the way physical measurements and tolerances are defined and maintained during product development. It's crucial for ensuring components fit and function properly, especially in industries where precision is key — like automotive manufacturing.

At Auto International, dimensional accuracy plays a vital role in delivering consistent quality across large-scale production. Technologies like CAD, CNC machining, and 3D measurement tools help streamline this process to meet both safety and performance standards.

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

79716888

Date: 2025-07-28 04:31:38
Score: 1
Natty:
Report link

Both will be executed; one does not overwrite the other. They are used in different contexts but can work together at the same time.

When you click the button, you’ll see in the console:



onclick  
listener
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gavino Geldres Pinto

79716879

Date: 2025-07-28 04:16:35
Score: 2
Natty:
Report link

I am currently working on a browser based on Chromium. On Windows, I use my own compilation machine, and the path on Windows cannot be too long. This kind of doubling can cause compilation failure.

Is there a good solution to this current problem

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

79716877

Date: 2025-07-28 04:14:35
Score: 0.5
Natty:
Report link
from PIL import Image, ImageDraw, ImageFont

# Buka gambar asal anda (simpan dengan nama 'original_receipt.png')
image = Image.open("original_receipt.png").convert("RGB")
draw = ImageDraw.Draw(image)

# Lokasi anggaran teks "May" (anda boleh laraskan jika perlu)
cover_area = (370, 203, 440, 225)  # Kawasan untuk padam "May"
draw.rectangle(cover_area, fill="white")  # Padam perkataan

# Guna font standard
try:
    font = ImageFont.truetype("arial.ttf", 14)
except IOError:
    font = ImageFont.load_default()

# Tulis perkataan "July"
draw.text((375, 205), "July", fill="black", font=font)

# Simpan semula imej
image.save("edited_receipt_july.png")
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31159635

79716873

Date: 2025-07-28 04:05:33
Score: 2
Natty:
Report link

I see that you only created a folder with a .cpp file. If you want Visual Studio to work correctly with the project (Properties), you need to create the project through the IDE. This way you will get all the necessary files (.vcxproj or .sln) that will help organize your work. Be sure to open the project through these files to have access to all settings and properties.

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

79716872

Date: 2025-07-28 04:04:32
Score: 4
Natty: 4.5
Report link

I had to create a lib/supabase/server.ts and export a createSupabase function

https://supabase.com/docs/guides/auth/server-side/nextjs

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

79716870

Date: 2025-07-28 04:01:31
Score: 1
Natty:
Report link

If each line of your file.jsonl is a valid JSON object, run:

jq -s '.' file.jsonl > output.json 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: trohit

79716869

Date: 2025-07-28 03:57:30
Score: 4
Natty:
Report link

i have this problem, and i'm not found any solution for this issue. I've reinstalled it many times, changed the settings many times, nothing works, only a white screen appears.
enter image description here

So I temporarily solved this issue by using the ✅ Neo4J browser repository on GitHub. I can connect to my Neo4J server with this repository. It works the same as the default Neo4J browser. If anyone else has this issue, they can use this method.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): i have this problem
  • No code block (0.5):
  • Low reputation (1):
Posted by: YslamB

79716867

Date: 2025-07-28 03:51:29
Score: 3
Natty:
Report link

Not sure why it needs to be Array.includes. If the goal here is to simply check if a variable is in an array without the type errors, why not use a for loop?

function isFruit(thing: Food) {
  for (const fruit of fruits) {
    if (fruit === thing) return true
  }
  return false
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: ryelin

79716857

Date: 2025-07-28 03:30:24
Score: 1
Natty:
Report link

git ls-remote find your interested changes. For example, it is changes 14, then do

git fetch origin refs/changes/14/head

git cherry-pick FETCH_HEAD

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

79716850

Date: 2025-07-28 03:15:21
Score: 0.5
Natty:
Report link

A little too late but I just found this solution.
In the main style.css put something like this:

html, body {
  display: flex;
  height: 100%;
  width: 100%;
}

app-root {
  height: 100%;
  width: 100%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DR-MATTH

79716845

Date: 2025-07-28 03:09:18
Score: 6.5
Natty: 5
Report link

I also want to run BlazorServer in Avalonia to achieve cross-platform functionality. Have you solved this problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this problem?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wang Shuo

79716844

Date: 2025-07-28 03:08:18
Score: 1
Natty:
Report link

This error usually happens when there's a naming conflict or you're in a directory that has numpy-related files. A few things to check:

1. Make sure you don't have a file named `numpy.py` or `pandas.py` in your current directory

2. Try running `python -c "import sys; print(sys.path)"` to see if your current directory is interfering

3. Since you're on Raspberry Pi 3B+, numpy 1.26.2 might be too new - try downgrading: `pip install numpy==1.21.6` (last version with ARM wheels for older Pi models)

4. Clear any Python cache: `find . -name "*.pyc" -delete` and `find . -name "_pycache_" -delete` The ARM architecture issue is common on older Pis.

Let me know if the downgrade helps!

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

79716837

Date: 2025-07-28 03:01:16
Score: 0.5
Natty:
Report link

Please use Iceberg's SparkSessionCatalog for accessing non-iceberg tables. I see that you are using AWS Glue catalog which goes well with SparkSessionCatalog.

org.apache.iceberg.spark.SparkSessionCatalog adds support for Iceberg tables to Spark's built-in catalog, and delegates to the built-in catalog for non-Iceberg tables

From: https://iceberg.apache.org/docs/1.9.1/spark-configuration/#catalog-configuration

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

79716835

Date: 2025-07-28 02:46:13
Score: 3
Natty:
Report link

You can try voice_code, 'pip3 install voice_code' to install and use 'voice_code' in terminal to open it. It use mouse to pick up text and unique and easily voice input method.

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

79716830

Date: 2025-07-28 02:36:10
Score: 2
Natty:
Report link

Can we know what happen inside do_shortcode('[userip_location type="countrycode"]')? I think the return value is not as expected and cause comparison conflict.

Maybe try return the the string "NZ" only inside the function and see if it have the same result.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can we
  • Low reputation (1):
Posted by: James Yeong

79716827

Date: 2025-07-28 02:30:09
Score: 1
Natty:
Report link
Add to your gradle.properties file:
android.useAndroidX=true
android.enableJetifier=true

useAndroidX=true may already be there. In my case i just needed to add enableJetifier=true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Justin Granger

79716816

Date: 2025-07-28 02:05:04
Score: 2
Natty:
Report link

If you have implemented the stack using the collections framework then just say thanks to streams :)
stack.stream().forEach(System.out::println);

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: haneesh

79716815

Date: 2025-07-28 02:00:03
Score: 1.5
Natty:
Report link
@Bean
public ChatClient chatClient(ChatClient.Builder builder,ToolCallbackProvider tools) {
    return builder.defaultSystem(SYSTEM_PROMPT) 
            .defaultTools(tools)
            .build();
}
You can set a breakpoint here,evaluate tools.getToolCallbacks(). then you can see all of the mcp toolenter image description heres from your server
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31144668

79716805

Date: 2025-07-28 01:31:57
Score: 3.5
Natty:
Report link

Try: sudo apt-get install libopenblas-dev

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

79716798

Date: 2025-07-28 01:08:52
Score: 2.5
Natty:
Report link

There is an answer here

https://orgmode.org/manual/Handling-Links.html

Pay attention to the org-id module and the org-id-link-consider-parent-id variable.

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

79716790

Date: 2025-07-28 00:49:48
Score: 3
Natty:
Report link

You can try ascii code, make an array that stores the ascii of each of the characters, find the max of those ascii codes (by looping through and maxing them out) and convert from the int to the char to print.

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

79716789

Date: 2025-07-28 00:48:48
Score: 1
Natty:
Report link

I had the same error coming, it ended up being because of Erroneous Indentation.

I was converting the list to an array and then trying to append to the array, thus it showed the error.
I had to just remove those two statements from an outer 'for' loop, and indent them properly outside the loop.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aaradhna Sankar

79716784

Date: 2025-07-28 00:30:44
Score: 3.5
Natty:
Report link

That's interesting, so without that page the contact route doesn't work and throws that server error in the vercel logs? I wonder why tho

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: alghaibb

79716781

Date: 2025-07-28 00:28:44
Score: 1
Natty:
Report link

window.onload = function () {

const intentarClic = () => {

const boton = document.getElementById("btnRedireccionar");

if (boton) {

  boton.click();

} else {

  console.warn("Esperando al botón...");

  setTimeout(intentarClic, 500); // Reintenta cada 500ms

}

};

intentarClic();

};

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

79716779

Date: 2025-07-28 00:21:42
Score: 0.5
Natty:
Report link

thank you zhi-lv !

i got this working as method in DBContext:

public class ApplicationUser : IdentityUser
{
    [NotMapped]
    public List<IdentityRole>? Roles { get; set; }
}
public async Task<List<ApplicationUser>> GetUsersByRole(params string[] roles)
{
    List<ApplicationUser>? res = await Users
    .Join(UserRoles, u => u.Id, ur => ur.UserId, (u, ur) => new { u, ur })
    .Join(Roles.Where(r => roles.Contains(r.Name)), ur => ur.ur.RoleId, r => r.Id, (ur, r) => new { ur, r })
    .GroupBy(uv => new { uv.ur.u.UserName, uv.ur.u.Email }).Select(r => new ApplicationUser()
    {
        UserName = r.Key.UserName,
        Email = r.Key.Email,
        Roles = r.Select(c=>c.r).ToList()
    }).ToListAsync();

    return res;
}
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 3263927 contra

79716767

Date: 2025-07-27 23:54:37
Score: 2
Natty:
Report link

d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announceel31:udp://9.rarbg.com:2710/announceel26:udp://p4p.arenabg.com:1337el39:udp://tracker.internetwarriors.net:1337el42:udp://tracker.opentrackr.org:1337/announceee7:comment70:Torrent downloaded from https://YTS.MX ( former yts.Lt/yts.am/yts.ag )10:created by6:YTS.AG13:creation datei1595291988e4:infod5:filesld6:lengthi5960517671e4:pathl62:The.Old.Guard.2020.2160p.4K.WEB.x265.10bit.AAC5.1-[YTS.MX].mkveed6:lengthi53226e4:pathl14:www.YTS.MX.jpgeee4:name54:The Old Guard (2020) [2160p] [4K] [WEB] [5.1] [YTS.MX]12:piece lengthi524288e6:pieces227380:X_╜╨Í~2⌡ÇÁO╧₧@$»Φ╨ÀÓ¼YM/Õmüxx(τΩ¿ZÌ


iN


╠o╧»ª

Reasons:
  • Blacklisted phrase (1): ¿
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: israel silve

79716766

Date: 2025-07-27 23:54:37
Score: 2.5
Natty:
Report link

https://yoursite/_api/web/lists/GetByTitle('CPSEDailyReportPictureLibrary')/items

?$select=ID,Title,Author/Title

&$expand=Author

&$filter=Author/Title eq 'Ken Jasper'

&$orderby=Created desc

&$top=40

&$skip=0

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Juan Maya

79716763

Date: 2025-07-27 23:50:36
Score: 1
Natty:
Report link

Since the original commit still exists then :
1- Create a Branch from it with rebase :

git checkout 6de29142a4...
git checkout -b recovered-base

2- Then Chery-pick your changes on the rebased branch :

git cherry-pick <your commits>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oussema

79716760

Date: 2025-07-27 23:42:34
Score: 1
Natty:
Report link

git filter-branch is a very powerfull command that leads to a lot of pitfalls if is not used correctly. One of those pitfalls is that it you can easily rewrite your git history, as in your case.

Can you recreate the original git history?

What you can maybe do to recover your original history is:

  1. Use git reflog to find an old commit before the rewrite and then reset with git reset --hard <commit>.

  2. Check for backup refs: git log refs/original/refs/heas/main.

For more information you can read these links:
https://git-scm.com/docs/git-filter-branch
https://www.atlassian.com/git/tutorials/refs-and-the-reflog

Reasons:
  • Blacklisted phrase (1): these links
  • Whitelisted phrase (-1): in your case
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: ramsingh

79716752

Date: 2025-07-27 23:22:30
Score: 1
Natty:
Report link

Some of these questions aren't relevant - [Ticker symbol] is a native excel feature to reference a stock ticker from cell text. Can be ignored - doesn't matter to the result I'm looking for.

The below formula works, but it would be more clean (and easier to maintain) if I could remove the reference to each of the OR filter (Market buy, Limit buy, Recurring buy, Fractional buy) and instead cycle through the "buyTypes" variable. The formula within the existing REDUCE would have to change slightly to SUM the result after applying the buyTypes array within the filter function, but it should have the same results. Data within the cells and tables doesn't matter at all.

This is a working formula and the contents of the OR string in the FILTER parameters (the parts joined with + symbols) are what I want to replace:

=LET(   
   buyTypes,VSTACK("Market buy","Limit buy","Recurring buy","Fractional buy"),
   tables,VSTACK("tblTFSA","tblFHSA","tblRRSP","tblCASH","tblRAINY"),
   return,REDUCE(0,tables,LAMBDA(a,b,a+SUM(
      FILTER(INDIRECT(b&"[COST IMPACT]"),
         (INDIRECT(b&"[TICKER]")=F8.[Ticker symbol])*
         ((INDIRECT(b&"[TYPE]")="Market buy")+
          (INDIRECT(b&"[TYPE]")="Limit buy")+
          (INDIRECT(b&"[TYPE]")="Recurring buy")+
          (INDIRECT(b&"[TYPE]")="Fractional buy")),0)))),
   return)
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gimics

79716751

Date: 2025-07-27 23:16:29
Score: 0.5
Natty:
Report link

Yes, you can use:

println(decodedFailures) 

or even just:

echo(decodedFailures)
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oussema

79716747

Date: 2025-07-27 23:03:26
Score: 4
Natty:
Report link

Did you find a solution for this?

For custom Service: 00003970-817c-48df-8db2-476a8134ede0.

#00: Custom Characteristic: (00003971-817c-48df-8db2-476a8134ede0) (Write only)

#01: Response (00003972-817c-48df-8db2-476a8134ede0) (Notify Only)

#02: PICC NOTIFY (00003973-817c-48df-8db2-476a8134ede0) (Notify Only)

If I get a card close to reader I do successfully get a notification

00003973-817c-48df-8db2-476a8134ede0 (2 bytes): hex: 50 02
So subscription seems to be correct

The prob is that no matter what I write over #00 , response back is always the same..

E.g:

BLE: write #00 62 00 00 00 00 00 00 00 00 00
Value changed for 00003972-817c-48df-8db2-476a8134ede0 (19 bytes):
utf8:   U
  ♣S       ♣ Y?
hex:    55 00 00 0A 00 00 05 53 00 00 00 00 00 00 00 05 00 59 AA
BLE: write #00 FF CA 00 00 00
Value changed for 00003972-817c-48df-8db2-476a8134ede0 (19 bytes):
utf8:   U
   S       ♣ \?
hex:    55 00 00 0A 00 00 00 53 00 00 00 00 00 00 00 05 00 5C AA
Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find a solution for this
  • Low reputation (1):
Posted by: raul garcia

79716746

Date: 2025-07-27 22:56:25
Score: 0.5
Natty:
Report link

Adding the below line in your themes.xml, will do the job:

<style name="Theme.YourAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- change the color code as per your need -->
<item name="colorPrimaryDark">#000</item>
<!-- rest of your style statements -->
</style>

Hope, it will help.

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

79716745

Date: 2025-07-27 22:52:24
Score: 1
Natty:
Report link

Step accepts the value any which allows you to enter numbers with any amount of decimals. The arrow-buttons will increment in steps of one integer.

<input type="number" step="any" />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexander Holm

79716725

Date: 2025-07-27 22:09:15
Score: 2.5
Natty:
Report link

I was facing the same issue. I changed the port number of my application, and it worked. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: apurva aggarwal

79716719

Date: 2025-07-27 21:56:12
Score: 2.5
Natty:
Report link

Wayland's design doesn't allow this because windows are not aware of the rest of the screen, the compositor decides where anything should be put.

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

79716716

Date: 2025-07-27 21:48:10
Score: 2
Natty:
Report link

Quoting https://en.cppreference.com/w/cpp/language/inline.html.:

"A deleted function is implicitly an inline function: its (deleted) definition can appear in more than one translation unit (c++ 11)".

So to answer your question, no, explicit "inline" - ing is not needed.

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

79716702

Date: 2025-07-27 21:23:05
Score: 0.5
Natty:
Report link

Another solution that we recently built is called EmbedLite.com. It's a drop-in replacement where you swap the youtube.com domain in your iframe with embedlite.com. That's all the requirements.

-- <iframe src="https://youtube.com/embed/..."
++ <iframe src="https://embedlite.com/embed/..."

It loads a thumbnail of the YouTube video (just like the player). When someone click on it, it loads the true YouTube player.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Has code block (-0.5):
Posted by: Frenchcooc

79716699

Date: 2025-07-27 21:20:04
Score: 2
Natty:
Report link

I recommed instead using this, which doesnt mess up your theme (unlike Patrick's solution).

(setq default-frame-alist '((background-color . "#181818")))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kkflt

79716694

Date: 2025-07-27 21:13:02
Score: 4
Natty:
Report link

It seems like the validation data might be getting included in the training process in your PyTorch model. That could explain why it's reaching such high accuracy so quickly. I recommend adding some console print statements to better track which data is being used at each step. Best regards!

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gavino Geldres Pinto

79716678

Date: 2025-07-27 20:34:54
Score: 0.5
Natty:
Report link

The only way I found is to use a macro with variadic arguments to prepend std::pair in each argument. Thanks to the recursive FOR_EACH macro, you can do something like:

template <typename... Args>
void foo(std::pair<int, Args>&&... args) {
    (fooSinglePair(std::forward<std::pair<int, Args>>(args)), ...);
}

#define PARENS ()

#define EXPAND(...) EXPAND4(EXPAND4(EXPAND4(EXPAND4(__VA_ARGS__))))
#define EXPAND4(...) EXPAND3(EXPAND3(EXPAND3(EXPAND3(__VA_ARGS__))))
#define EXPAND3(...) EXPAND2(EXPAND2(EXPAND2(EXPAND2(__VA_ARGS__))))
#define EXPAND2(...) EXPAND1(EXPAND1(EXPAND1(EXPAND1(__VA_ARGS__))))
#define EXPAND1(...) __VA_ARGS__

#define FOR_EACH(macro, ...) \
    __VA_OPT__(EXPAND(FOR_EACH_HELPER(macro, __VA_ARGS__)))
#define FOR_EACH_HELPER(macro, a1, ...) \
    macro a1 __VA_OPT__(, FOR_EACH_AGAIN PARENS(macro, __VA_ARGS__))
#define FOR_EACH_AGAIN() FOR_EACH_HELPER

#define foo(...) foo(FOR_EACH(std::pair, __VA_ARGS__))

foo((1, 1), (2, 2.2), (3, "3"));
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Theo

79716669

Date: 2025-07-27 20:23:51
Score: 4
Natty:
Report link

I have since realized that I needed to go into the textbox properties and change the paragraph settings removing extra space from before or after a line. Some fonts also have built in white space above or below the glyphs that preclude them being set very close together.

Regards,
Gary

Reasons:
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gary VP

79716661

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

I got it working. I decided to just disable SSL for the MySQL connection. Not going to lie, didn't know how to do that myself so I asked AI. It gave me a code that disables SSL in the MySQL connection string. It also switched to MySql Connector from MySql.Data since it is better. When running the docker container it suggested using "--add-host=host.docker.internal:host-gateway" and using "host.docker.internal" DNS as the address in the connection string.

Surprisingly it worked really well and also cleared up some confusion I had about how Docker, Linux VMs and MySQL servers work. The error wasn't really solved but this workaround is easy to do and it works in my specific case since my Unity server and MySQL server are on the same VM. I have finally everything set up to start working on the actual game :)

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chapotli

79716648

Date: 2025-07-27 19:45:42
Score: 2.5
Natty:
Report link

As Ivan pointed out (way back in 2018, while I faced this issue in July 27, 2025, :) ), i changed the scope of 3 dependencies, in the pom file, from scope 'Test' to scope 'Compile'. And, the Jenkins compile error issue --- ([ERROR] C:\Users\***\.jenkins\workspace\JenkinCICD\src\main\java\simplePackage\SimpleActions.java:[6,26] error: package org.openqa.selenium does not exist ) --- was fixed. Not getting that error anymore, and the app ran fine through Jenkins job. Thanks Ivan!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Raja Ismail

79716646

Date: 2025-07-27 19:42:41
Score: 3
Natty:
Report link

try looking into TKinter docs it might help and as long as i know you should consider tkinter.ttk.Combobox over it. It has ubuntu support too

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

79716636

Date: 2025-07-27 19:30:37
Score: 4
Natty:
Report link

---------- Forwarded message ---------
From: <[email protected]>
Date: Mon, Jul 14, 2025 at 7:14 PM
Subject: Re: Bug in MATLAB R2025a MEX: internal subroutines cause segfault [ ref:!00Di00Ha1u.!500UU0SYwr4:ref ]

Dear Customer,

I am writing in reference to your Technical Support Case 07931486 regarding 'Bug in MATLAB R2025a MEX: internal subroutines cause segfault'.

Thank you for bringing this issue to our attention. We have confirmed that this is a bug and have reported it to our development team. I have attached your case to our internal records, so you will be notified by email once a fix is available.

Please note that while this service request will be closed, your case will remain open in our database for our developers to address.

In the meantime, the only available workaround is to use an earlier release or to work on Windows.

If you have any further questions, please let me know.

If you have a new technical support question, please submit a new request here:
http://www.mathworks.com/support/servicerequests/create.html

Sincerely,

MathWorks Technical Support Team

Self-Service: http://www.mathworks.com/support
File Exchange and MATLAB Answers: http://www.mathworks.com/matlabcentral/

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Filler text (0.5): ----------
  • Filler text (0): ---------
  • Low reputation (0.5):
Posted by: Nuno

79716621

Date: 2025-07-27 19:03:31
Score: 2.5
Natty:
Report link

Answer: You download it from a trusted source. It should be available somewhere as it is necessary to run OpenGL SuperBible7 examples. Or, you could follow the other answers which could easily download trojans or viruses to your computer. One of the other answers even shows that the python script downloads things from who knows where. But you should know that the previous answers are bad because...

How does it make any sense that I would have to download another program to get a precompiled header? Is the other program a compiler? If you already have a compiler, why would you need to download another one just to make a precompiled header? Why would you bother to learn to use a new program rather than do the conventional thing and just download exactly what you need from a trusted source? Does this python script even make a precompiled header or does it make an uncompiled header, i.e. one you wrote which is still in source code. On another forum it looked to me that this script actually makes an uncompiled header. i.e. #include "gl3w.h" as opposed to <gl3w.h> which the superbible calls for. Sure, you could change the sb7 code, but should you need to?

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

79716617

Date: 2025-07-27 18:49:28
Score: 1.5
Natty:
Report link

If you use ZSH

echo "unset zle_bracketed_paste" >> ~/.zshrc
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: diogob003

79716616

Date: 2025-07-27 18:49:28
Score: 2
Natty:
Report link

You need to:

  1. Wrap your test in a Material App with a theme.

  2. Wrap Checkbox inside a Theme or Material parent that properly supports hover feedback.

  3. Ensure pointer device setup is correct and moved to a proper offset after widget pump.

This should solve your problem.

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

79716601

Date: 2025-07-27 18:25:22
Score: 2.5
Natty:
Report link

I also found extra code like

import { build } from 'vite';
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dias

79716594

Date: 2025-07-27 18:09:18
Score: 2
Natty:
Report link

In my case, using nginx and PHP the problem was that the request URL was too long in one XHR call, and that caused all other XHR calls on that page to fail as well. The problem went away after I switched that long query string from GET to POST

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

79716593

Date: 2025-07-27 18:09:18
Score: 2
Natty:
Report link

Solution : select whole function and then run that (do not use ALT + F5)

In my case I am using ALT + F5 and in almost case it automatically select correct full query but not in this case so try to select that much query and then run, may be this work :)

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

79716592

Date: 2025-07-27 18:05:16
Score: 3.5
Natty:
Report link

If you are using the DHT11 from Elegoo its pinouts are different from those you might see. Check the wiring. on mine Vcc is the middle pin.

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

79716585

Date: 2025-07-27 17:49:08
Score: 6.5
Natty:
Report link

I did it as posted above.

# Using a callback to trainer because Huggingface does not explicitly log the train accuracy
# Adding a custom callback which calls the evaluate() method with train_dataset at the end of every callback.
class CustomCallback(TrainerCallback):
    
    def __init__(self, trainer) -> None:
        super().__init__()
        self._trainer = trainer
    
    def on_epoch_end(self, args, state, control, **kwargs):
        if control.should_evaluate:
            control_copy = deepcopy(control) #If not deep copy control, the trainer would not evaluate the evaluation dataset
            self._trainer.evaluate(eval_dataset=self._trainer.train_dataset, metric_key_prefix="train")
            return control_copy

def my_compute_metrics2(eval_pred):
    metrics = ["accuracy", "bleu"] 
    metric={} 
    for i in metrics:
       metric[i] = evaluate.load(i)
    preds, labels = eval_pred
    predictions = np.argmax(preds, axis=1)
    metric_results={} # Create dictionary to store Accuracy and Bleu metrics
    for i in metrics:
       metric_results[i]=metric[i].compute(predictions=predictions, references=labels)[i]
    return metric_results


However, when running on Google Colab, the following error " out of GPU memory " occurred. Please see below: 


OutOfMemoryError: CUDA out of memory. Tried to allocate 4.10 GiB. GPU 0 has a total capacity of 14.74 GiB of which 732.12 MiB is free. Process 444503 has 14.02 GiB memory in use. Of the allocated memory 8.97 GiB is allocated by PyTorch, and 4.92 GiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. 



How to fix above OutOfMemoryError ? I look forward to hearing from you! 

Thanks in advance!  It is urgent for me to fix it. 
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (1.5): How to fix above OutOfMemoryError ?
  • RegEx Blacklisted phrase (2): urgent
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dingjun Chen

79716580

Date: 2025-07-27 17:39:06
Score: 2.5
Natty:
Report link

my website also face this types of issue, as this not a eCommerce site and this from Kuwait. and need kuwait local payment
https://pakceramic.homes/

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: مقاول سيراميك

79716577

Date: 2025-07-27 17:34:05
Score: 4
Natty:
Report link

hi Just use =IFERROR(SUBTOTAL(9,range),AGGREGATE(9,6,range))

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: harsh pareek

79716576

Date: 2025-07-27 17:33:04
Score: 0.5
Natty:
Report link

When you open your widget locally (like from file://...), the browser blocks AJAX calls to your PHP server due to CORS restrictions and security policies around local files.

To fix this, do :

1. Run your widget through a local server

Instead of double-clicking the HTML file, serve it using a local server. If you have PHP installed, you can do this easily:

php -S localhost:8000

Then open the widget in your browser using:

http://localhost:8000/index.html

Now the browser treats it like a normal web page, and AJAX calls to your PHP server will work (assuming the server allows it).

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Siri Jack

79716572

Date: 2025-07-27 17:28:03
Score: 1.5
Natty:
Report link

In my code, I was using below library

using System.Data.Entity;

Remove it and add

using Microsoft.EntityFrameworkCore;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shashank

79716564

Date: 2025-07-27 17:20:56
Score: 9
Natty:
Report link

were you ever able to solve this, im having the same problem right now

Reasons:
  • RegEx Blacklisted phrase (3): were you ever
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brooks Barry

79716561

Date: 2025-07-27 17:15:54
Score: 1.5
Natty:
Report link

UPDATE

You can update you issue. After you have removed the content you don't want visible you can now delete the revisions from the issue history.

github issue with visual pointers to find the edits and revisions menu on the top right of the issue

Github issue page with an open modal for an edit revision with an arrow poiting to the 'delete revision' button on the top right

Note: Any attachment might still online if the URL is known (search engine cache, old browser tab, ...). If you don't Gthub to have the content, contact their support as suggested in Ionică Bizău's answer.

Editing the issue and deleting the revision from history is curently the fastest way to remove content from public visibility.

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

79716556

Date: 2025-07-27 17:05:51
Score: 1.5
Natty:
Report link

built something for the XState crowd (and anyone into event‑driven vibes) on the Python side. Draw your flow in the XState editor, export JSON, then run "xsm gt my-file.json" —boom: plug‑and‑play Python boilerplate (placeholders) in seconds. Sync or async, type-safe, and you can drop in your own plugins to hook into whatever tools you like. If you’re into event‑driven architecture, this might be your final stop. Give it a whirl!

https://pypi.org/project/xstate-statemachine

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

79716555

Date: 2025-07-27 17:05:51
Score: 1.5
Natty:
Report link

I was wondering if there is any solution to code-sign the electron application for macOS with Azure Key Vaults, even using any trusted third-party software.

You can use jsign. It supports the following:


                             - AWS: AWS Key Management Service
                             - AZUREKEYVAULT: Azure Key Vault key management system
                             - DIGICERTONE: DigiCert ONE Secure Software Manager
                             - ESIGNER: SSL.com eSigner
                             - GARASIGN: Garantir Remote Signing
                             - GOOGLECLOUD: Google Cloud KMS
                             - HASHICORPVAULT: HashiCorp Vault
                             - ORACLECLOUD: Oracle Cloud Key Management Service
                             - SIGNPATH: SignPath
                             - SIGNSERVER: Keyfactor SignServer
                             - TRUSTEDSIGNING: Azure Trusted Signing
Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (2): was wondering
  • Whitelisted phrase (-1.5): You can use
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maneet

79716550

Date: 2025-07-27 16:58:49
Score: 3
Natty:
Report link

Add this table right below the featured image and add condition if the category exists on that post then this table will show otherwise not.

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

79716541

Date: 2025-07-27 16:39:45
Score: 1
Natty:
Report link

I simply used this trick, and it works.

//find "blockUI blockOverlay" and add class

currentElement.find(".blockUI").addClass("your-class");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adeleye Ayodeji

79716538

Date: 2025-07-27 16:37:44
Score: 2
Natty:
Report link

I found out that the answer is to use conda install the following way:

conda install setuptools

Hope this would help anyone trying to solve this in the future!

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

79716536

Date: 2025-07-27 16:35:44
Score: 1
Natty:
Report link

As per the docs:

Your application must be signed for automatic updates on macOS. This is a requirement of Squirrel.Mac.

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

79716535

Date: 2025-07-27 16:34:43
Score: 0.5
Natty:
Report link

Clearing the cache fixed it.

I ran go clean -cache and everything built, including my changes.

If someone will post as to why this worked, I'll mark it as the answer.

What happened here oughtn't count. It was more a case of "Even a blind squirrel finds a nut once in a while."

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

79716526

Date: 2025-07-27 16:18:39
Score: 2
Natty:
Report link
  1. Instead of scanf("%s",&ask2) use scanf("%c",&ask2) for reading a single line of character.

2. And also Better to use the else block after the exit for handling the wrong input .

3. scanf(" %[^\n]", clip); use this for reading full line along with spaces also

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

79716520

Date: 2025-07-27 16:02:35
Score: 2.5
Natty:
Report link

Can be due to how it processes HTML attributes. Some editors may add it automatically to ensure the code is compatible with other editors where attributes are expected to be given explicit values.

Try to see if there's a way to configure it, but read the docs to make sure of what you're doing.

https://www.tiny.cloud/docs/tinymce/latest/

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): Can
  • Low reputation (1):
Posted by: JOSH

79716518

Date: 2025-07-27 15:59:34
Score: 1
Natty:
Report link

Create a custom class that Will handle everything.

For example, i have a panel.h class that inherits from QFrame, in this class i have a Lot of factory functions for creating every widget, and all those returning widgets Will be anchored to a base Layout that belongs to the panel..

Once You create this Workflow, handcoding Will be a lot faster

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

79716516

Date: 2025-07-27 15:58:34
Score: 4.5
Natty: 4.5
Report link

I think I may know the answer to your JEditorPane problem.

To correctly display HTML are you sure you are setting JEditorPane.setContentType("text/html"); ?

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

79716515

Date: 2025-07-27 15:58:33
Score: 4.5
Natty:
Report link

An ExternalPrinter may help. See this example.

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

79716512

Date: 2025-07-27 15:55:33
Score: 3
Natty:
Report link

Wjsjskzkzkzmz ini juga bang gue baru main bang please bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali bang jali jali versi gue sudah pakai baju seksi di rumah dan kolesterol dalam tugas gue di rumah 🏡

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

79716504

Date: 2025-07-27 15:44:30
Score: 3
Natty:
Report link

WORKING FOR ME

SELECT COUNT(CITY) - COUNT(DISTINCT CITY) FROM STATION;

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

79716485

Date: 2025-07-27 15:13:23
Score: 0.5
Natty:
Report link

i did somthing like that before if you want to review the solution:
synchronizing user data from a MySQL database to an LDAP directory,
https://github.com/Imen-Frigui/LDAP-SyncHub

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

79716471

Date: 2025-07-27 14:39:13
Score: 4.5
Natty:
Report link

I logged in the next day, and somehow it WORKED! Thanks to everyone who tried to help me.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Whitelisted phrase (-1): it WORKED
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rakib Ahmed

79716469

Date: 2025-07-27 14:32:12
Score: 1
Natty:
Report link

The error comes from the way you defined llm. You accidentally added a comma at the end, so llm becomes a tuple instead of a ChatOpenAI instance. Just delete the comma at the end.

llm = ChatOpenAI(model="openai/gpt-4o-mini",openai_api_base="https://openrouter.ai/api/v1", temperature=0)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ebwood

79716463

Date: 2025-07-27 14:27:10
Score: 7
Natty: 9.5
Report link

What if there are no apps are listed in the local network? How do I get the apps in the list?

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What if the
  • Low reputation (1):
Posted by: user31156829

79716455

Date: 2025-07-27 14:08:04
Score: 9.5
Natty: 6
Report link

how u fix it ?
i have same problem

Reasons:
  • Blacklisted phrase (1): i have same problem
  • RegEx Blacklisted phrase (1.5): fix it ?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): how
  • Low reputation (1):
Posted by: user22730912

79716444

Date: 2025-07-27 13:52:00
Score: 2.5
Natty:
Report link

Oh wow, of course I'd find the issues only minutes after posting. My mistake was not placing the "@container" class high level enough. I thought it had to be the direct parent, but it oviously has to be the outer wrapper of the component.

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

79716437

Date: 2025-07-27 13:40:57
Score: 2.5
Natty:
Report link

Inside <page><style> just delete <border>...</border>.

Color, size, line style is inside it and can be deleted...

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kamusta kana Gamer

79716424

Date: 2025-07-27 13:15:52
Score: 1.5
Natty:
Report link

try https://www.npmjs.com/package/playwright-in-electron

import {BrowserWindow, app} from "electron";
import wie from "playwright-in-electron";
import playwright from "playwright-core";

const main = async () => {
  await wie.initialize(app);
  const browser = await wie.connect(app, playwright);

  const window = new BrowserWindow();
  const url = "https://example.com/";
  await window.loadURL(url);

  const page = await wie.getPage(browser, window);
  console.log(page.url());
  window.destroy();
};

main();
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: StevenXu

79716422

Date: 2025-07-27 13:14:51
Score: 0.5
Natty:
Report link

This is an old question and some clever workarounds have been posted already, however, wanted to leave mine here that handles the problem only from the html template without having to modify the views or write custom decorators.

When the user gets redirected to the login page by the @login_required decorator, Django by default stores the path from which the user was redirected from in the 'next=' query parameter.

For example, let's assume we are trying to access the path to view presentation, which is protected by @login_required. This means if we try to access this page without being logged in first, we will be redirected to the login path, which might look something like this:

http://127.0.0.1:8000/user/login?next=/presentations/

Here, you can see the 'next=' query parameter was appended at the end of the login path - the name for this parameter can be customized and made unique by specifying a 'redirect_field_name' parameter for 'login_required()'.

Once you know that this query parameter will always appear in the login path each time a user is redirected by '@login_required', you have the option to add an error message from within the login.html template by doing the following:

{% if request.GET.next %}
        <div class="alert alert-warning alert-dismissible fade show" role="alert">
            Please log in to access this page
            <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
        </div>
{% endif %}

This will add the following dismissible warning to the login page to appear only when the user is redirected from '@login_required'.


Example error message

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

79716419

Date: 2025-07-27 13:10:50
Score: 1
Natty:
Report link

question about the slow MySQL SELECT query with a WHERE clause on an indexed column:

You might want to check a few things that could be affecting query performance:

1. *Index Usage*: According to you, `EXPLAIN` shows the query is using the index. Yet performance is still poor.

2. *Data Distribution*: If the data distribution in the indexed column is uneven, the MySQL optimizer might make suboptimal decisions.

3. *Query Structure*: You could try optimizing the query structure. Maybe there's a way to optimize the `WHERE` clause.

4. *Table Size and Row Count*: 2 million rows is a moderate size, but if the row size is large, it could affect performance.

You could suggest:

- Check if the MySQL optimizer is choosing the correct index.

- Try using a `FORCE INDEX` hint to see if performance changes.

- Use query optimization techniques like using a covering index.

- If the problem persists, check MySQL server configuration (like `innodb_buffer_pool_size`).

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

79716418

Date: 2025-07-27 13:05:49
Score: 1
Natty:
Report link

As far as I know, a new R packages called "fEGarch" was published on CRAN about one month agao, with this package you can fit FIAPARCH, FIEGARCH as well as longmemory extensions of the TGARCHand GJR-GARCH. Moreover, rolloing forecating and backatesting of VaR (value at risk) and ES (expected shortfall) can be carried out easily. Additionally, you can also carry out rolloing forecating and backatesting of VaR (value at risk) and ES (expected shortfall) for any other extenal models by inputing the corresponding results obtained outside the fEGarch package.

YF

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