Newest Questions
24,150,623 questions
0
votes
0
answers
4
views
Im trying to create a new yml file in my config
Im working on making a Config file for my plugin and to make my test file to make sure it works but i cant seem to use getDataFolder from what i found its still a thing in docs. Here is what I have ...
1
vote
0
answers
17
views
Securely storing error messages displayed to the application user in a database
Ultimately, I'd like to reduce the redundancy of identical error messages and even prevent potential DDoS attacks. I've developed the following method in the Spring Boot application. The goal is for ...
-2
votes
1
answer
29
views
What is XOR RAX, RAX MOV RDI, [PTR] REP STOSQ
I was reading a story and part of it was XOR RAX, RAX
MOV RDI, [PTR]
REP STOSQ. I did not understand it. Please can you help me. I asked google, but it was useless and I need to know. It could be a ...
0
votes
1
answer
28
views
Wordpress / php / shortcode - remove hyphen from the output
The problem is when the topic has a space I need to include the hyphen to create a corresponding link that goes to that topic - how do I remove the hyphen from the output text but keep it in the url.
...
-3
votes
1
answer
27
views
Handle Cloudflare Turnstile on Inglatan Website
from seleniumbase import Driver
import time
driver = Driver(uc=True)
url = "https://ingatlan.com/35386626"
driver.uc_open_with_reconnect(url, 4)
time.sleep(15)
driver.uc_gui_click_captcha()
...
-5
votes
1
answer
72
views
Why does my Python function get rejected by register command?
I am using PySpigot to build a plugin for a Minecraft server, specifically a staff manager. But I came across this error:
[16:46:33 INFO]: moha_ali250 issued server command: /pyspigot reload ...
-3
votes
1
answer
40
views
SSH: connect to host github.com port 22: Connection timed out when pushing to GitHub [closed]
Issue Screenshot
I'm trying to push to GitHub using SSH, but I get the following error:
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
I ...
Best practices
0
votes
3
replies
42
views
How do I generate random words from two different lists and combine them into one search?
I haven't been able to find the information for this specific issue (only random word generators and unscramblers). I'm mainly looking for best practices related to the problem.
I want to generate ...
Tooling
0
votes
0
replies
15
views
How to watch files in Go with debouncing and glob pattern support?
When using fsnotify directly in Go, saving a single file triggers 4 to 5 raw events per save. For example saving a file in VSCode produces WRITE, CHMOD, WRITE, RENAME and CREATE events all from one ...
Tooling
0
votes
2
replies
13
views
A way to connect USB to Ubuntu VM directly
Usually, once we connect a USB device, it gets recognized by Host Machine (Windows 11) and then we chose the USB device in the VirtualBox Devices->USB Menu then it gets recognized by the VM.
I want ...
-3
votes
0
answers
20
views
PHP cURL request works sometimes but fails randomly when fetching API response [closed]
I’m working on a PHP script that fetches data from an external API using cURL.
The issue is inconsistent behaviour:
Sometimes the response is correct
Sometimes it returns empty or incomplete data
...
Advice
0
votes
1
replies
35
views
I would appreciate some advice about types in Python
Is it actually a good practice to declare a type for every single variable and method? It is easier to write code, but it seems quite forced. I also have some problems with object-oriented programming....
Advice
0
votes
1
replies
10
views
BeagleBone Black Rev D does not show up as Mass storage in Windows 11
I am just starting to learn how to use BBB rev D and the instruction manuals and the BeagleBone Getting Started actual states that it is accessible as a Mass Storage but I don't see anything like that ...
0
votes
1
answer
29
views
Asymptote draws ticks with commas instead of decimal points
I'm trying to draw ticks enabling LaTeX math mode fonts, by using format strings that begin and end with $, but I get commas instead of decimal points.
For example, if my source file is:
size(8cm,0);
...
Advice
0
votes
8
replies
66
views
Started LeetCode late in career, any particular question for must practice
I have started my LeetCode journey late in my college, and I regret it, but it is what it is.
I want to cover all the major LeetCode problems but dont know where to start, please anyone guide me with ...