Newest Questions
24,156,954 questions
Advice
0
votes
1
replies
13
views
How to increase site speed with Next.js
How to increase site speed with Next.js.
Problem: images load very slowly and sometimes the site freezes.
There may be a lot of users on the site, this should be taken into account in the future.
...
Best practices
0
votes
0
replies
9
views
Mongodb Chat System
i just started a project in which chat system which plays an important role in the system the probem is scaling i am planning a mysql and mongodb in which mysql stores the others data and monogoose is ...
Advice
0
votes
0
replies
6
views
Using <input type=datetime-local> with <step> attribute to get intervals of 15 minutes
I am working on a prototype of a photography website HTML and I in the Booking page of my website I want to use a date and time selector. But with the step attribute the browser shows all options ...
0
votes
0
answers
12
views
How to modify the HTML when copying a JTable's cells?
I have a very simple JTable, similar to the following minimal, reproducible example
import module java.base;
import module java.desktop;
void main()
{
SwingUtilities
.invokeLater
...
0
votes
0
answers
8
views
What is Wrong With My Manim Installation?
Why does my powershell return this error when running uv add manim I've already installed LaTeX could that have anything to do with this error?
ERROR: Failed building wheel for moderngl
Building ...
-1
votes
0
answers
12
views
mysql left join only returns first row instead of all rows in query
I am traing to fetch all tags from tags table. My tables:
table media
id | title | options
----------------------
1 | foo | ...
2 | bla | ...
table tags
id | media_id | tag
-----------------------
...
Advice
0
votes
1
replies
14
views
Creating a Menu with React.js
I need to create a menu with three links using React.js, and they all need to be on one line. So far, I have the links created, but they are stacking up, one on top of the other. I am trying to get ...
1
vote
1
answer
17
views
Is it possible to use required="true" or @NotNull annotation with a RequestScoped bean
I have a form that is used to update the attributes of an existing entity where one attribute cannot be null. I tried using required="true" on the <p:inputText /> field, but if I leave ...
Advice
0
votes
1
replies
16
views
Would this be good as a new placeholder?
Generally, we either use foo/bar or a, b and c stuff, but there isn't much attention to class ideas.
I suggest this:
class test {
constructor(a, b) {
this.a = a || "Hello"
...
0
votes
0
answers
10
views
Databound ExpandoObject property won't update in dynamic XAML
I'm creating an AvaloniaUI app using the MVVM Community Toolkit, where I must render controls dynamically and data-bind them to a viewmodel whose properties will be unknown until run time. In fact, I'...
-2
votes
1
answer
22
views
No Content-Signal directives found in robots.txt
I am receiving the following error message: "No Content-Signal directives found in robots.txt."
Is it the last point to clear all the AI requirements?
<https://maps.googleapis.com>; ...
0
votes
0
answers
25
views
VS Code Flake8 linting failed with error KeyError
I have been using the Flake8 VS Code extension for Python linting with no problems.
Recently, with VS Code version 1.118.1 and Flake8 version 2026.4.0, I get the following error notification when ...
1
vote
1
answer
36
views
Why does calling `Blah.class.getModule()` give me the Unnamed Module instead of the BlahModule?
In short, I have a BlahModule which I made a module-info.java for, and one of my classes within that module is called Blah. So, when another class within that same module calls Blah.class.getModule(), ...
1
vote
0
answers
24
views
Confusion about php-fpm permissions with SELinux
I recently set up a fedora 44 server in a home lab. I started Apache on it and installed php and php-fpm. I put in /var/www/html a PHP website (SPIP).
All the files and folders of the website are ...
0
votes
0
answers
30
views
App crashing in Apple Review and they're not sending a crash log?
I've been in hell the last week trying to get my app approved for the App Store. It's my first app and I'm not really sure what's going on. My app is getting rejected due to "App Completeness&...