Newest Questions
24,148,603 questions
Advice
0
votes
0
replies
1
view
Wordpress Vs Core PHP for Sport club
we are actually planning to develop a website for our sports club. It includes session registrations, payment gateway, shop- e commerce and coupon generation options. Trying to figure out if word ...
Score of 0
0 answers
7 views
CMake cross install, wrong executable name
I have debian docker container, where I cross build window binaries, using MinGW. add_executable(prog, ... ) correctly creates a binary prog.exe, while install(TARGETS prog)is looking for a file named ...
Score of 0
0 answers
19 views
How does `avg_comparisons()` work for interaction models with individual and year fixed effects
I have a question about avg_comparisons() with linear fixest models and individual/year fixed effects.
I ran this model
m <- feols(
y ~ treatment * sex | participant_id + year,
data = dat
)
...
Score of 0
0 answers
20 views
Windows 11 Narrator weirdness around Heading and AntD Button
I'm investigating a bug whereby the Windows 11 Narrator is having issues correctly announcing the text of
A standard <h1> heading
An AntD Button label
I am using react-i18next useTranslation ...
Tooling
0
votes
0
replies
14
views
how to build automation tabchi bot
I'm trying to create an automated Telegram bot that only sends text messages at set intervals—for example, sending a message every 100 seconds—so I no longer have to send them manually.
Where can I ...
Score of -1
0 answers
15 views
nopCommerce - HTTP Error 404.4 - Not Found The resource you are looking for does not have a handler associated with it,
I know this question was asked and answered 14 years ago, but I did not understand the answer, because I'm new to nopCommerce and asp.net in general.
I have the following installed on my computer :
...
Score of 1
0 answers
15 views
Can XX.Designer.cs be autogenerated from XX.resx in Visual Studio Code MAUI?
I have brought over a Visual Studio MAUI solution to VS Code on Mac. When I build, AppResources.Designer.cs is not auto-generated from Resx/AppResources.resx. Everything works with a pre-existing ...
Tooling
2
votes
14
replies
74
views
Is Windows required for C#?
I’ve started my software learning journey with C#, but the courses on YouTube and Udemy consistently proceed using Windows PCs. I use a MacBook Air, so I’m unable to build the Windows Forms ...
Tooling
0
votes
0
replies
25
views
How can I integrate a CRM with WhatsApp Business API to automatically create leads?
I'm building a customer engagement workflow where leads come from WhatsApp Business conversations and need to be automatically stored in a CRM.
The requirements are:
Automatically create a lead when ...
Score of 1
0 answers
17 views
Adding window failed caused by: java.lang.RuntimeException: bad array lengths
I encountered a system_app_crash issue, and the relevant logs are as follows:
TraceBegin:
java.lang.RuntimeException: Adding window failed
at android.view.ViewRootImpl.setView(ViewRootImpl.java:...
Score of 0
0 answers
9 views
how do i fix Electron pos app printing labels layout issue each label got marign in top and some labels are blank?
I am experiencing a persistent issue with my Xprinter T202UA label printer. No matter which printing approach or method I use, the printer does not maintain a consistent label layout.
I am developing ...
Advice
0
votes
0
replies
17
views
VHDL, use of WHEN keyword as combinatorial output in a process
Can someone help me evaluate the following process:
pro_threads : process (ALL) is
begin
gen_updates : for k IN 0 to n_threads - 1 loop
update(k) <= '1' when counter = k *...
Score of 0
1 answer
61 views
Update a database table from a dataset
I use a database table as the binding source for a DataGridView.
The table consists of only two columns (essentially a key-value table). In the DataGridView, I can change the order of the rows using ...
Tooling
0
votes
1
replies
33
views
How should I structure a React layout component with Navbar and Outlet?i
I am working on a React app using react-router-dom. I have a layout component that renders a Navbar, an Outlet, and also accepts children. I also have a reusable Hero component for page headers.
The ...
Score of -1
1 answer
27 views
Dependencies not working in IntelliJ all of a sudden
I have all of these dependency failures in my pom in intellij all of a sudden.
Unresolved dependency: 'org.springframework.boot:spring-boot-starter-web:jar:4.1.0-M4'
Unresolved dependency: 'org....