Newest Questions
24,156,989 questions
Advice
0
votes
0
replies
8
views
Postgres - Tablesspace size issue
Postgres = Version 13
OS=Linux Redhat version 8
Our team is using single tablespace for whole database. Its size is more then 13TB. I am from Oracle background and want to suggest them to split the ...
-3
votes
0
answers
11
views
VBA Powerpoint timer - Laggy Update
I created this VBA code with the help of Chatgpt back and forth, such that i can creata a LiveSplit looking slide inside my powerpoint for a theatre piece, where the actor speedruns the 7 stages of ...
Best practices
0
votes
0
replies
13
views
Flutter connecter supabase
Title:
I can't connect my Flutter app to Supabase database
Body:
I'm working on a Flutter app and trying to connect it to Supabase.
I already created my database and tables in Supabase, and I added ...
-2
votes
0
answers
13
views
MikroTik RouterOS 7.21.x PPP secret password not saved (users appear disabled) [closed]
I encountered a bug in MikroTik RouterOS 7.21.x where PPP secret passwords were not being saved correctly.
When creating or editing PPP users (especially for SSTP), the password field did not persist. ...
0
votes
0
answers
25
views
Repeating background text in JS
the problem it that the text doesn't cut off like 2nd image there is some text and there is the "din" "ordin" i just wanted to say if anybody would write a code that does this ...
Advice
0
votes
1
replies
29
views
WebAPI Basic Tutorial
I’ve seen a lot of questions about building Web APIs with ASP.NET Core, especially around structure, EF Core, DTOs, validation, and routing.
Most examples I find are either too fragmented or don’t ...
-1
votes
0
answers
28
views
Python re.compile and REGEX patterns to clean-up name variations
I am looking for help with a REGEX pattern that will help me clean-up names to just the first, last, and suffix. It needs to be able to handle the following variations.
Drops any middle name
Keeps ...
Advice
0
votes
3
replies
33
views
Design Patterns Basics Tutorial
I’ve read so many times questions about design patterns in C#, and most explanations are either too abstract or only show incomplete code snippets.
So here I’m providing a small, structured ...
-3
votes
0
answers
31
views
should i remove the return?
useEffect(() => {
const handleScroll = () =>{
if(window.scrollY > 100) {
setShowModal(true);
window.removeEventListener("scroll", handleScroll);
}
...
-1
votes
0
answers
22
views
Google Meet Media API v2beta connectActiveConference returns 500 UNKNOWN with valid SDP and all 6 scopes
I'm integrating the Google Meet Media API (v2beta, Dev Preview) into a Node.js voice agent that should join a Meet call programmatically. The first call into SpacesService.ConnectActiveConference ...
0
votes
1
answer
16
views
facing issues during building app for ios. android already working
Error (Xcode): unsupported option '-G' for target 'x86_64-apple-ios10.0-simulator'
above error facing while building flutter app for a ios. for android its already working. any help me plz resolve the ...
0
votes
0
answers
19
views
Pooling model estimates with MICE from competing risks crr survival models gives 1 degree of freedom and wide CI
I am imputing cause of death in a data of a clinical cohort. The imputation process is working without problems. However, when I try to estimate hazards ratio from using fine-grey model, I get one ...
0
votes
0
answers
46
views
Why do I get a syntax error after running my linker script code?
I am trying to study embedded programming using "Bare-Metal Emdedded C..." by Gbati Israel. I am trying to get an LED on an STM32_NUCLEO-F411 board to blink slower. I have created object ...
0
votes
0
answers
19
views
MacOS Terminal says it's running PHP 8.4.4 but localhost says it's running 7.3.27
I installed PHP 8.4.4 using homebrew. Every check I've run says 8.4.4 is installed and is the current version of PHP:
php -v
PHP 8.4.4 (cli) (built: Feb 11 2025 15:36:20) (NTS)
Copyright (c) The PHP ...
0
votes
0
answers
20
views
Adjusting Grid Height and grid-auto-rows
I'm new to CSS and website making. I'm working with grids and grid items, of course, grow taller if the content doesn't fit.
I want to make it so if one grid item is taller, the entire row grows the ...