Newest Questions
24,179,887 questions
Advice
0
votes
0
replies
2
views
MacOS Docker blocked by virus scanner
I am using MacOS and every time I restart the system I get a warning dialog titled "Malware Blocked". The body of the dialog says:
\> "com.docker.vmnetd" was not opened because ...
0
votes
0
answers
13
views
C# Maui and UraniumUI TreeView ItemsSource Binding has no DataContext
I will start off by saying that I was following the Tutorial here: https://uraniumui.gh.enisn-projects.io/en/themes/material/components/TreeView.html#itemtemplate
However, since I am still somewhat ...
Advice
0
votes
0
replies
3
views
Run command (simpleBrowser.show) in response to task output?
Is it possible to run a VS Code command in response to the output of an external command run via a task?
Specifically, I have a task triggered by a keyboard shortcut which runs an external command, ...
0
votes
0
answers
11
views
Non-existent parameter from private bundle while loading extension twig
On Symfony 7.4, I have a bundle SoCoreBundle with configure() configuring the configuration of the bundle config file and loadExtension() loading bundle services and parameters.
$builder->...
-1
votes
0
answers
18
views
How to achieve consistent font size in React Native
I'm developing a react native app, i've noticed that the same font size 13 px looks larger on an s25 ultra than on my iphone 12 by default.
I've done some research and by having different phones i've ...
-1
votes
0
answers
23
views
How to create custom REST API endpoint in WordPress plugin
I want to create a custom REST API endpoint in WordPress for a plugin. What’s the correct way to register a route and return JSON response?
-2
votes
0
answers
25
views
How can I improve this beginner Go CLI calculator and handle input validation correctly?
I am a beginner learning Go and building a simple CLI calculator as practice.
Goal:
I want to read two numbers and an operator from the user, perform the calculation, and handle invalid input in a ...
0
votes
0
answers
23
views
When/why is the Excel 130000 or 00130000 code to convert Gregorian to Chinese Lunar dates sometimes wrong? How to fix?
When/why is the Excel 130000 or 00130000 code to convert Gregorian to Chinese Lunar dates sometimes wrong? How to fix?
I understand that using =TEXT(A1,"[$-00130000]yyyy-mm-dd"), I can ...
0
votes
1
answer
24
views
Isn't the object returned by ThreadPoolTaskExecutor.getThreadPoolExecutor() the same?
I initialized a Bean for ThreadPoolTaskExecutor myself.
Then call threadPoolTaskExecutor.getThreadPoolExecutor().hashCode() to get the latest hasCode.
@Slf4j
@EnableAsync
@Configuration
public class ...
Advice
1
vote
1
replies
15
views
Why are MCPs needed at all?
I've read the anthropic announcement about MCPs where it's supposed to be a protocol that standardizes how agentic software invokes other tooling within the systems so developers would not need to ...
Best practices
0
votes
0
replies
6
views
Best practice to build flutter docker image on mac non-x86 for use on x86-64 machine
We have a flutter docker image (base image is debian for build and nginx for deployment)
The resulting container has to run on an x86-64 machine (uname -m is x86_64)
If we build the image on an x86-64 ...
-4
votes
1
answer
31
views
Why does WordPress recommend using hooks instead of editing core files?
While learning WordPress, I noticed that most customizations are done using actions and filters instead of editing core files.
From a beginner perspective, this feels indirect.
What design or ...
-1
votes
0
answers
21
views
How to enqueue CSS and JS properly in a WordPress theme?
I’m building a custom WordPress theme and currently adding CSS and JS directly in header.php.
I read that wp_enqueue_style and wp_enqueue_script should be used instead.
Can someone explain the correct ...
-2
votes
0
answers
18
views
Shared Visual Studio setup file
I'm planning to create a centralized program using Visual Studio and .NET.
My question is: I want to put the setup file on a server connected to different computers shared via a network. Is it ...
-3
votes
0
answers
24
views
There seems to be problem with your account. Please contact Github Support [closed]
enter image description here
I am getting this message even after purchasing the Copilot.
I am facing an issue with GitHub Copilot where it is consistently showing
“Contact Support” in VS Code.
I have ...