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

79716417

Date: 2025-07-27 13:03:47
Score: 7
Natty:
Report link

i have the same problem.have no idea why

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: xiaohai lin

79716416

Date: 2025-07-27 13:01:46
Score: 1
Natty:
Report link

I agree with the judicious Reinderien's answer.

In order to confirm I tried a very different method which is not iterative and which doesn't need initial estimate. That way the lack of estimate or bad estimate doesn't affect the result.

The principle of the method with integral equation is explained in https://fr.scribd.com/doc/14674814/Regressions-et-equations-integrales

The algorithm is very simple :

enter image description here

For example with MathCad :

enter image description here

The fitted curve ( in red on the figures below ) is quite indistinguishable from the curve obtained by Reinderien.

Of course the found approximates a=74.9 ; b=728 ; c=-0.545 could be used as very good initial estimate for an usual iterative method of regression.

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

79716412

Date: 2025-07-27 12:55:44
Score: 3.5
Natty:
Report link

Same problem here with my graph having a double-nested map-reduce pattern, where A -> Send([B, C]) and B -> Send([D, E]) with C -> A and D -> A and E -> A

The problem manifests as:

I tried also to set the parameter defer=True for the A node as advised in the doc, but still have the same issue.

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: Giuseppe Murro

79716408

Date: 2025-07-27 12:48:43
Score: 2
Natty:
Report link

Use <input type="month"> instead of type="date" and bind lookDate as a String. Then manually parse it to LocalDate with day 01 appended. This avoids binding errors.

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

79716407

Date: 2025-07-27 12:46:42
Score: 1.5
Natty:
Report link

Name your search input "myInput" and the body of your table "tableBody"

$("#myInput").on("keyup", function() {
    var value = $(this).val().toLowerCase();
    $("#tableBody tr").filter(function() {
    $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Gerard Olsthoorn

79716398

Date: 2025-07-27 12:37:40
Score: 3.5
Natty:
Report link

dbscan crashes if you try to run in an empty data frame.

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

79716386

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

Persist is working when implemented like this as per zustand documentation:

const useUserStore = create<UserState>()(
  persist(
    (set) => ({
      userId: crypto.randomUUID(),
      setUserId: (userId: any) => set({ userId }),
    }),
    { name: "myioko-user-storage" }
  )
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rahul Verma

79716378

Date: 2025-07-27 11:48:29
Score: 1
Natty:
Report link

You can run Minimal APIs and Azure Functions in the same .NET solution. But, not in a same project it is not even recommended. Because, Minimal API's rely on asp.net core's webApplication and Kestrel .

But Azure Functions runtime uses its own host (func.exe) and startup pipeline.

Because both have different environments/runtimes that's why it is not recommended to use them in same project.

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

79716377

Date: 2025-07-27 11:46:28
Score: 0.5
Natty:
Report link

As proposed I reposted this question to Unix & Linux SE and I got a solution for my problem.

The main difference between my minimum reproducable example and sudo is that sudo modifies the group id as well. In my code I have just modified the user id with setuid(). In connection with the ACL settings for group permissions

getfacl /etc/
# group: root
group::---
other::r-x

this leads to the opserved problem.

So I could solve the problem by switching the group id with setgid() in my program as well. After adding this to my code the program has access to the configuration file after dropping root privileagues.

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

79716351

Date: 2025-07-27 11:10:19
Score: 1.5
Natty:
Report link

best way on Angular 19 is : move your images folder to public folder

 <img src="/images/photo__Personnel.png" alt="">
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Machlou Mohamed

79716349

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

You're facing common Cypress + TS + Jest conflicts. Add Cypress types At the top of your test file


/// <reference types="cypress" />
export {}; // makes file a TS module

Also update .eslintrc to

"globals": {
  "cy": "readonly",
  "Cypress": "readonly",
  "describe": "readonly",
  "it": "readonly"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Patrick Azu

79716347

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

I opened command prompt in Administrator mode and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jasbir Rana

79716312

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

Do you accept a hacky approach, where we color the empty labels white?

dend %>% 
  set("leaves_pch", 19) %>% 
  set("leaves_cex", 2) %>% 
  set("leaves_col", leafcols) %>% 
  set("labels_col", ifelse(new_labels == "", "white", "black")) %>% 
  circlize_dendrogram(dend_track_height = 0.8)

out

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Tim G

79716302

Date: 2025-07-27 09:46:00
Score: 3
Natty:
Report link

Online Police Clearance Certificate System is introduced for save time, travel cost and effort. Submit your application through online and get certificate.

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

79716300

Date: 2025-07-27 09:44:00
Score: 2
Natty:
Report link
  1. Add and discard the carry out (it doesn't play any role in determining overflow).

  2. Now check if both the original numbers have same sign and the result has opposite sign (simply check their most significant bits). If so overflow has occured and obtained answer is wrong. Else you have the correct answer.

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

79716285

Date: 2025-07-27 09:23:54
Score: 1.5
Natty:
Report link

Correct working answer should be

<ClientSideEvents RowClick="function(s,e) { s.StartEditRow(e.visibleIndex) }" />

Or it won't work

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

79716260

Date: 2025-07-27 08:58:48
Score: 2
Natty:
Report link
PAYPAL_CLIENT_ID=AaKr5e7rM2ZMSS1VF_muQOVjja1uD42II0VBu3qdp3S1tq9IEePdFswepA7jSvMsR7MRslbJKhzQU--K
PAYPAL_CLIENT_SECRET=EOh9i7kGN183rkvV-3b8cOH6xib71VXkrDkfZyRtVOKr6E7op7POfecIQukVS6U4y6ZtDy-bwKKcmaYD
PAYPAL_MODE=sandbox
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: user31155450

79716252

Date: 2025-07-27 08:45:45
Score: 3
Natty:
Report link

Select name, continent from world

where continent in

(select continent from world where name = "Argentina" or name= "Australia") order by name;

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

79716244

Date: 2025-07-27 08:21:40
Score: 2.5
Natty:
Report link

If you have multiline comments using /*.... */ then following will work

\/\*[\s\S]*?\*\/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Uttam Ughareja

79716238

Date: 2025-07-27 08:08:37
Score: 1.5
Natty:
Report link

I have fixed this issue, but @Hans Killian has answered, i want to extend on his answer:

1. Secrets in docker containers are supposed to be stored in a root path inside a the directories run/secret, meaning it should not be in any other local directory (in my case it was /app )

2. The environment variable PROD is set to 1 inside the multi-container file compose.yml , however, i believe this set the PROD in runtime and not build time.

Here is the final version of the image Dockerfile



# First Stage is used to install the dependencies from the host machine app to the image /app directory
FROM node:22-alpine AS initiate
ENV PROD = '1'
# set the environment variable PROD to 1, which is used to determine if the app is

# set the working directory in the container to /app
WORKDIR /app
# copy package.json from the host machine to the /app directory in the image
COPY package*.json ./

RUN --mount=type=secret,id=CONNECTION_STRING \
    --mount=type=secret,id=EMAIL_SERVER_HOST \
    --mount=type=secret,id=EMAIL_SERVER_USER \
    --mount=type=secret,id=EMAIL_SERVER_PASSWORD \
    --mount=type=secret,id=EMAIL_SERVER_PORT \
    --mount=type=secret,id=EMAIL_FROM \
     --mount=type=secret,id=NEXTAUTH_URL \
    --mount=type=secret,id=NEXTAUTH_SECRET \
    export CONNECTION_STRING="$(cat /run/secrets/CONNECTION_STRING)" && \
    export EMAIL_SERVER_HOST="$(cat /run/secrets/EMAIL_SERVER_HOST)" && \
    export EMAIL_SERVER_USER="$(cat /run/secrets/EMAIL_SERVER_USER)" && \
    export EMAIL_SERVER_PASSWORD="$(cat /run/secrets/EMAIL_SERVER_PASSWORD)" && \
    export EMAIL_FROM="$(cat /run/secrets/EMAIL_FROM)" && \
    export NEXTAUTH_URL="$(cat /run/secrets/NEXTAUTH_URL)" && \
    export EMAIL_SERVER_PORT="$(cat /run/secrets/EMAIL_SERVER_PORT)" && \
    export NEXTAUTH_SECRET="$(cat /run/secrets/NEXTAUTH_SECRET)" && \
    npm ci




# 2nd Stage is used to build the app
FROM initiate AS build
COPY --from=initiate /app/node_modules ./node_modules
COPY . .
# copy the rest of application from the host machine to the /app directory in the image to build the app
RUN --mount=type=secret,id=CONNECTION_STRING \
    --mount=type=secret,id=EMAIL_SERVER_HOST \
    --mount=type=secret,id=EMAIL_SERVER_USER \
    --mount=type=secret,id=EMAIL_SERVER_PASSWORD \
    --mount=type=secret,id=EMAIL_SERVER_PORT \
    --mount=type=secret,id=EMAIL_FROM \
    --mount=type=secret,id=NEXTAUTH_URL \
    --mount=type=secret,id=NEXTAUTH_SECRET \
    export CONNECTION_STRING="$(cat /run/secrets/CONNECTION_STRING)" && \
    export EMAIL_SERVER_HOST="$(cat /run/secrets/EMAIL_SERVER_HOST)" && \
    export EMAIL_SERVER_USER="$(cat /run/secrets/EMAIL_SERVER_USER)" && \
    export EMAIL_SERVER_PASSWORD="$(cat /run/secrets/EMAIL_SERVER_PASSWORD)" && \
    export EMAIL_FROM="$(cat /run/secrets/EMAIL_FROM)" && \
    export NEXTAUTH_URL="$(cat /run/secrets/NEXTAUTH_URL)" && \
    export NEXTAUTH_SECRET="$(cat /run/secrets/NEXTAUTH_SECRET)" && \
    export EMAIL_SERVER_PORT="$(cat /run/secrets/EMAIL_SERVER_PORT)" && \
    npm run build


# 3rd Stage is used to run the app
FROM initiate AS run

RUN addgroup --system --gid 1001 nonroot
RUN adduser --system --uid 1001 runner
# Create a non-root user to run the app and assign it to the nonroot group
USER runner
# Switch to the user runner

COPY --from=build /app/public ./public
COPY --from=build --chown=runner:nonroot /app/.next/standalone ./
COPY --from=build --chown=runner:nonroot /app/.next/static ./.next/static

EXPOSE 3000

CMD ["npm","run","start"]

# finally, run the app in production mode

here is how I set the secrets inside my app:

const getVars = async ()=>{
  if((process!.env!.PROD!)=='0'){
    return {
      host: process.env!.EMAIL_SERVER_HOST!,
      port: process.env!.EMAIL_SERVER_PORT!,
      user: process.env!.EMAIL_SERVER_USER!,
      pass: process.env!.EMAIL_SERVER_PASSWORD!,
      from:process.env!.EMAIL_FROM!

    }
  }
return{
   host: await readFile('/run/secrets/EMAIL_SERVER_HOST',{encoding:'utf-8'}),
  port: await readFile('/run/secrets/EMAIL_SERVER_PORT',{encoding:'utf-8'}),
  user:await readFile('/run/secrets/EMAIL_SERVER_USER',{encoding:'utf-8'}),
  pass:await readFile('/run/secrets/EMAIL_SERVER_PASSWORD',{encoding:'utf-8'}),
  from:await readFile('/run/secrets/EMAIL_FROM',{encoding:'utf-8'}) as unknown as string
}
  
}

as you see the paths provided as arguments to readFile API started with /, meaning it is an absolute path to the container root, that where secrets are stored.

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Hans
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ghazi

79716234

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

check these facts

  1. check the generate graphql(.gql) file in the project root level.

  2. if the the mutation is available in the .gql file go the play ground click Root in the breadcrumbs.(check the below image). In the roo both Queries and mutations available

enter image description here

3 if the mutaion is not available in .gql (notmaly at the bttom) file in the root level, try to delete it and re build the project

Reasons:
  • No code block (0.5):
Posted by: Ajantha Bandara

79716224

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

method-1

a=10

b=10

c=10

variables={ 'a' : a ,'b' : b , 'c' : c}

names=list(variables.keys())

print(names)

method-2

def my_function():

a=10

b=20

c=30

return list(locals().keys())

print(my_function())

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

79716214

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

You are using --mount=type=secret. And your npm run build command didn't see your /run/secrets/ folder.
Don't use secrets in build step. Use environment variables at runtime:
ENV NEXTAUTH_SECRET=$NEXT_PUBLIC_PLACEHOLDER_SECRET

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

79716201

Date: 2025-07-27 06:53:17
Score: 1.5
Natty:
Report link

You can use the Connection class in SpringBoot to establish Connection, also make sure that the port id, is correct, it will ease a lot of hardwork.

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

79716180

Date: 2025-07-27 06:05:04
Score: 4.5
Natty: 5
Report link

Here is online tool. MarkDown to PDF, Word, HTML. PHPBB

https://youscriptor.com/markdown-converter

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

79716174

Date: 2025-07-27 05:58:02
Score: 2.5
Natty:
Report link

This issue has been resolved by updating the Chromebook.

Thanks to everyone who looked at this.This issue has been resolved by updating the Chromebook.

Thanks to everyone who looked at this.

Share

Edit

Follow

answered Jan 17, 2019 at 10:30

Quget's user avatar

Quget

122 bronze badges

Add a comment

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

79716168

Date: 2025-07-27 05:42:59
Score: 1
Natty:
Report link

The issue lies in the fact that the WebSocket constructor is being called as a function, rather than being invoked with the new keyword. This is causing the error "Uncaught TypeError: Failed to construct 'WebSocket': Please use the 'new' operator, this DOM object constructor cannot be called as a function."

To fix this issue, the WebSocket.call(this, "wss://ws.achex.ca/") line should be replaced with WebSocket.apply(this, ["wss://ws.achex.ca/"]) or, better yet, the WebConnect function should be defined as a class that extends WebSocket using the class syntax.

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

79716160

Date: 2025-07-27 05:22:55
Score: 3.5
Natty:
Report link

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

Use '--warning-mode all' to show the individual deprecation warnings.

See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

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

79716159

Date: 2025-07-27 05:21:54
Score: 4
Natty: 4
Report link

how do i make my website to appear like this:

project topics

https://uniprojectmaterials.com

UNDERGRADUATE RESEARCH PROJECT TOPICS AND MATERIALS IN NIGERIA

on google search results.

Because when i searched up my competitors webistes i see their websites displayed like the above on google. Their website looks like there is a keyword on top and below their domain name as i stated above.

Reasons:
  • Blacklisted phrase (1): how do i
  • Contains signature (1):
  • No code block (0.5):
  • Starts with a question (0.5): how do i
  • Low reputation (1):
Posted by: uniproject

79716147

Date: 2025-07-27 04:56:48
Score: 5
Natty:
Report link

I don't have proguard enabled, I have it like this "minifyEnabled false"; Should I still add that to proguard?

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

79716144

Date: 2025-07-27 04:55:48
Score: 4.5
Natty: 4
Report link

If your using wamp check this URL - https://www.youtube.com/watch?v=uYSQVeaRrDQ

And if its xampp - https://techwithnavi.com/how-to-import-an-sql-file-through-command-line-in-xampp-on-windows/

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Naveen Gaur

79716142

Date: 2025-07-27 04:52:47
Score: 0.5
Natty:
Report link
# Since docx2pdf is not available, we'll only save the DOCX file for now
from docx import Document

# Create a new document
doc = Document()

# Title
doc.add_heading('KAVIYARASAN K', level=0)

# Contact Info
doc.add_paragraph(
    "📧 [email protected]\n"
    "📞 9994342214\n"
    "📍 Thambipettai, Kesavanarayanapuram,\nKurinjipadi Tk, Cuddalore dt, 607302."
)

# Profile
doc.add_heading("PROFILE", level=1)
doc.add_paragraph(
    "A highly motivated and results–driven Electrical and Electronics Engineering (EEE) student with a strong foundation "
    "in circuit design, power systems, control systems, and electronics. Proficient in using simulation software and tools "
    "such as MATLAB, Simulink, and AutoCAD, with hands–on experience in laboratory environments and project–based learning. "
    "Adept at applying theoretical knowledge to solve real–world engineering problems, while focusing on optimizing efficiency "
    "and performance."
)

# Education
doc.add_heading("EDUCATION", level=1)
doc.add_paragraph("SSLC\nST JOSEPH’S HR SEC SCHOOL = 59.4%")
doc.add_paragraph("LHSS\nST JOSEPH’S HR SEC SCHOOL = 77.97%")
doc.add_paragraph("ELECTRICAL AND ELECTRONICS ENGINEERING\nSALEM COLLEGE OF ENGINEERING AND TECHNOLOGY = 7.3%")

# Skills
doc.add_heading("SKILLS", level=1)
doc.add_paragraph("- Communication\n- Circuit Analysis\n- Team Management\n- Digital Marketing")

# Languages
doc.add_heading("LANGUAGES", level=1)
doc.add_paragraph("- Tamil\n- English")

# Hobbies
doc.add_heading("HOBBIES", level=1)
doc.add_paragraph("- KHO–KHO\n- KABADDI\n- System Works")

# Extra Skills
doc.add_heading("EXTRA SKILLS", level=1)
doc.add_paragraph("Excellent skills in KHO–KHO (2019–2025)\nState level player")
doc.add_paragraph(
    "• Excellent playing skills in KHO–KHO game, and I achieved more than 20+ certificates on it. Especially I am a zone "
    "level and state level player.\n• I have also achieved 3 certificates in college-level university KHO–KHO competitions."
)

# Internships/Workshops
doc.add_heading("INTERNSHIPS / WORKSHOPS", level=1)
doc.add_paragraph("Internship done on Stack Queue for 3 months (2024–2025)")
doc.add_paragraph(
    "• Learned several skills and improved problem-solving abilities. Worked in a dynamic environment and was appreciated "
    "by the team lead.\n• Gained knowledge in production-based work, consistent team working skills, and communication."
)

# Innovation Tech
doc.add_heading("INNOVATION TECH", level=1)
doc.add_paragraph("Workshop on hardware processing (2024–2025)")
doc.add_paragraph(
    "• Attended a workshop and learned hardware analysis of systems. Also learned about CPU inner parts and hardware "
    "components with respective knowledge."
)

# Save the DOCX file
docx_path = "/mnt/data/Kaviyarasan_Resume.docx"
doc.save(docx_path)

docx_path
Reasons:
  • Blacklisted phrase (1): appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kaviyarasan K

79716136

Date: 2025-07-27 04:36:43
Score: 1.5
Natty:
Report link

Try using to reduce the size of bubble for all

chart.plots[0].bubble_scale = 50 

Default is 100%

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

79716134

Date: 2025-07-27 04:29:42
Score: 0.5
Natty:
Report link

The iceberg documentation has a section on maintenance for streaming tables which may give you some ideas you can try (more details in the linked documentation):

Not sure what your realtime requirement is, but having very frequent commits will unavoidably lead to a lot of snapshots that will need to be managed properly to avoid performance issues:

Having a high rate of commits produces data files, manifests, and snapshots which leads to additional maintenance. It is recommended to have a trigger interval of 1 minute at the minimum and increase the interval if needed.

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

79716133

Date: 2025-07-27 04:29:42
Score: 2.5
Natty:
Report link

How does it make any sense that I would have to download another program to get a precompiled header? Then learn how to run a script on the new program. then run the script that I downloaded from a site which doesn't have any download button on it? Even if the python script were hidden somewhere on this page which has no instructions, I wouldn't know what a python script looks like since... I've never used or even considered using python. But, then, why make the precompiled header on my machine anyway? That would be inefficient. It would be simpler and consume less effort to precompile it at the source, then transfer the tiny header file.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do
  • Low reputation (1):
Posted by: Vigor

79716130

Date: 2025-07-27 04:20:40
Score: 2.5
Natty:
Report link

The only way to do something like this would be to run a server which converted SSH into something else (e.g. with the server establishing an SSH connection and then relaying the data to and from it over a WebSocket).

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

79716122

Date: 2025-07-27 03:49:34
Score: 0.5
Natty:
Report link

The basic problem is that floating point numbers don't actually have a natural way of representing zero.

A 32-bit (single precision) consists of a sign bit, an eight-bit exponent, and a twenty-three bit mantissa. (Double is similar, but larger.) Let's use a smaller format: 4 bit. That has a sign bit, two exponent bits, and a mantissa bit (in that order). There are sixteen possible values.

Binary Decimal without denormalization Denormalized Decimal
0000 .5 0
0001 .75 .5
0010 1 1
0011 1.5 1.5
0100 2 2
0101 3 3
0110 4 Inf
0111 6 NaN
1000 -0.5 -0
1001 -0.75 -.5
1010 -1 -1
1011 -1.5 -1.5
1100 -2 -2
1101 -3 -3
1110 -4 -Inf
1111 -6 NaN

Common rule:

The rules (without denormalization):

The denormalization rules (for floats whose exponent is all zeroes):

The denormalization rules (for floats whose exponent is all ones):

See the problem? If you never apply the denormalization rules, the smallest magnitude positive and negative numbers are plus and minus one half, not zero. If you round up positive one half, you get one.

Others are explaining how this is a bug in rounding, but I find it interesting how floating point numbers are represented. This is why the bug works the way that it does. They sort of hacked zero into a format that doesn't naturally support zero. Without denormalization of the subnormal numbers, "zero" would actually just be a really small number. Round it up, and it would become one. Basically the bug is them not special-casing the denormalized numbers properly.

Note: the exponent bias is -1 in the 4-bit float, giving a range of -1, 0, 1, 2. In a regular 32-bit float, it would be -127 (-127 through 128). In a double, it would be -1023 (-1023 through 1024). There would be four subnormal values in a 4-bit float. 32-bit has more than sixteen million.

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

79716114

Date: 2025-07-27 03:21:29
Score: 2.5
Natty:
Report link

Hii sir ki t yy to the phone and I will be there to help you to pake badha dilo na hoito y u r right to t shirt with sAli me know when you to be tu kn kahu ko mat bolo ki ree gat no ka matalab yah jo khai na

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

79716106

Date: 2025-07-27 02:25:16
Score: 8
Natty:
Report link

do you have a .toml file for your nixpacks?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shaz Flicks

79716104

Date: 2025-07-27 02:20:15
Score: 2
Natty:
Report link

I don't mean to fault these answers, but the folks, in their Ivory Tower deciding what the language specifications should be, did a horrible job on the new "Optional" with regards to null values.

The language needs an isNullThenDefault(value, defaultValue) specification and NOT "orElse" (useless) or "isPresent" also equally useless.

These are useless because they don't offer an inline way of dealing with nulls only empty values. Well, no kidding, that doesn't help.

And the answer I get from the "board of directors" of the new language specifications is some ridiculous gobble-de-gook about "purity."

We need IfNullThenDefault that works regardless of datatype and NOT the lame "Objects.requireNonNullElse" which forces us to code for each datatype.

Sorry, but we need a new board of directors, because the current folks just aren't addressing the real problems we application programmers face every day.

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bocaguy

79716101

Date: 2025-07-27 02:12:13
Score: 0.5
Natty:
Report link

Assuming there’s no operator chaining involved, then yes, that sounds right.

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

79716082

Date: 2025-07-27 01:24:00
Score: 6.5
Natty:
Report link

This issue is fixed and recorded in this video tutorial https://youtu.be/8x8ueT50Wyk?si=j6NspolnnjgBiJtq

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: BlockchainGeek

79716081

Date: 2025-07-27 01:20:59
Score: 1.5
Natty:
Report link

Adding to Peymen's answer, I tested this as of today (26-07-2025) with Free tier plan, and it works.

It don't require the bearer_token though - rest of the code is exactly same.

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

79716074

Date: 2025-07-27 00:44:51
Score: 3
Natty:
Report link

change the input type from tel to text

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

79716072

Date: 2025-07-27 00:41:51
Score: 2
Natty:
Report link

Oh my Gosh yes If I were a artificial intelligence I sure would limit the firehouse, especially the plug in. But more so I believe the hydrant that I plugged into should be full and working properly, because if in that case it isn't full and or working properly you just might need to pack everything up and find Ms. Martin .. she seems able to unplug any hose that seems clogged. Between you and I ..it's kinda obvious they just tell her it's clogged to get that extra attention. Great idea. I here rates are great.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Snail here still on the ground

79716051

Date: 2025-07-26 23:28:37
Score: 1
Natty:
Report link

The issue was resolved, it was because

Import should look like this:

import org.koin.compose.viewmodel.koinViewModel

And in my code I had this:

import org.koin.androidx.compose.koinViewModel
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Cuyer

79716050

Date: 2025-07-26 23:24:37
Score: 0.5
Natty:
Report link

You could try LogDog

It is integrated as an external sdk (1-minute setup; works for Android and iOS).

Then all your logs and requests will automatically get logged to a remote web dashboard.
You receive the logs in real-time and can filter or search.

The logging on your users devices can be activated/deactivated remotely on your users devices.
Bonus feature: It also allows you to take screenshots or live capture the screen of your users devices.

This could help to debug issues that only happen on specific devices.

Note: I am the creator of LogDog

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

79716048

Date: 2025-07-26 23:22:36
Score: 1.5
Natty:
Report link

The issue was that when publishing to Play Store, Google signs aab with their own certificate, therefore my certificate SHA-256 was invalid in project settings/App Check in Firebase.

After adding SHA-256 from integrity tab in Play Console to Firebase project and App Check I can test my app in closed testing.

I don't know if signing AAB by Google is default, but for me it was enabled.

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

79716042

Date: 2025-07-26 22:38:27
Score: 2
Natty:
Report link

I found the correct way to do this. Use the ControlTemplate to create a Template, assign it through it's class and add it in your xaml. But be careful at the location you put it and create a good xaml tree!
Maui Control templates

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

79716037

Date: 2025-07-26 22:26:24
Score: 4.5
Natty:
Report link

It's almost 5 years since it was posted, but I'm probably having the same issue on Xcode 26 beta, it works fine with low-level HAL setup, but crashes when used in AVAudioEngine for some specific plugins 😔, tho Apple plugins seem to work fine in any setup...

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: maximkrouk

79716032

Date: 2025-07-26 22:14:21
Score: 2.5
Natty:
Report link

spring boot version +'3.4.1'
should use implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0"

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

79716019

Date: 2025-07-26 21:42:14
Score: 1.5
Natty:
Report link

In my case issue was with nuget .
I had System.IdentityModel.Tokens installed , so I switched to System.IdentityModel.Tokens.Jwt and this fixed an issue.

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

79716014

Date: 2025-07-26 21:37:13
Score: 1
Natty:
Report link

In Godor 4 Input.set_mouse_mode was changed to Input.mouse_mode.

func _ready():
    Input.mouse_mode(Input.MOUSE_MODE_CAPTURED)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Patrick Schlieker

79716012

Date: 2025-07-26 21:32:12
Score: 1
Natty:
Report link

I know that this is an old question, but this just happened to me with a Sharp printer, so I'm adding this answer in mostly for myself (because I'll probably encounter it again with the same printer).

In my case, Windows Firewall had disabled access to Network Scanner Tool Lite, which prevented it from communicating with the scanner. Enabling it for private and public networks caused it to work.

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