Newest Questions
24,146,705 questions
Score of -3
0 answers
10 views
How can I build a Django website for product, rental, and repair requests? [closed]
I'd like to build a website from scratch using programming, where customers can place orders, make purchases, or book an appointment at the repair shop or a rental. This would be my first time doing ...
Score of -1
0 answers
17 views
How to apply `a` tag on `tr`? [duplicate]
As far as I'm aware, it's best practice to use the `a` tag instead of implementing links in JavaScript, due to accessibility concerns and more.
The table tag still fulfills a great gap in developer ...
Score of 0
0 answers
38 views
ERROR 4016 (Internal error) on LEFT JOIN with NOT IN in ON clause
I'm seeing this on OceanBase CE 4.3.5.5 (MySQL mode, single-node Docker). Same session, minimal tables:
DROP TABLE IF EXISTS t0, t1;
CREATE TABLE t0 (c1 DOUBLE PRIMARY KEY, c2 BLOB);
CREATE TABLE t1 (...
Score of 0
0 answers
13 views
loadTextEx reports "Number of columns is inconsistent" despite matching schema and target table columns
I'm using loadTextEx to import a CSV into a partitioned table. I generated the schema with extractTextSchema, which shows the same number of columns as the target table. But loadTextEx still throws a ...
Score of -3
0 answers
63 views
Firefox makes all white variations the same white [closed]
When I'm running the website in Firefox all the different whites I put, even though they are significantly different as to be visibly standing out, such as box on screen appear same color. Form-boxes ...
Score of 0
0 answers
38 views
Empty query parameters are not appended with withQueryParams
I have submitted a form whose fields can be empty and the resulting URL is <http://localhost:8000/oglasi/pretraga?grad=&broj_soba=&m2_od=&m2_do=&cena_od=&cena_do=>.
Filter ...
Score of 0
0 answers
33 views
NextFlow continuing processes when some inputs fail
I have a pipeline in which several files are processed using consecutive processing steps, and when I run the pipeline sometimes errors can occur and halt all processes. In this example:
process FOO {
...
Score of -5
0 answers
50 views
How do I connect a DuckDuckGo MCP server to LM Studio or Ollama for real-time web information in VS Code Continue? [closed]
I’m trying to set up an MCP (Model Context Protocol) server for DuckDuckGo / web search so that my local LLM can fetch real-time information for coding-related agent tasks inside VS Code Continue.
My ...
Score of 1
0 answers
34 views
Ignite 3.1 SQL Join query performance issue
Environment
Apache Ignite 3.1.0 (Native)
Two colocated tables with the same distribution zone.
Table details - PRODUCT_MAPPING
Composite primary key: (company_id, item_id)
Additional sorted index ...
Score of 1
3 answers
122 views
What is the best architecture for asynchronous jobs handling?
I am designing a workflow for a small client-server application that interacts with an external API. This API has switched to an asynchronous, job-based model: we trigger a task, get a JobId, and then ...
Score of -5
0 answers
60 views
Steps for proving that bug exists? [closed]
I’d like to understand how you confirm that a suspected bug actually exists and create reliable steps to reproduce it. What methods do you use to isolate the issue, compare expected and actual ...
Score of -3
1 answer
58 views
Data Modeling for Relational database, read-only access
Situation:
Legacy Relational database (Oracle, sadly) containing the data to be queried. Lots of schemas and tables. Not always ideally structured and organized as organically grown over decades.
...
Score of -2
0 answers
22 views
Add Header to Every AutoIndex
Our site relies heavily on autoIndex and a lot of subfolders. (Text files only.) Linux-based operating system with Apache web server software. I've been experimenting with the presentation, which is ...
Score of -2
0 answers
42 views
The simplest and accurate algorithm for this task
I have joined a boot camp for ML (in C, with no libraries) to deepen my understanding.
We have mostly covered the theoretical part. They have given us a project on predicting house prices. I made it ...
Score of -5
1 answer
58 views
Why is my website Contact Form Not Functioning? [closed]
I've powered the form through 'Web3Forms' to receive data each time someone fills out the form
I'm testing the form and code and I keep receiving a submission error
Someone please help
What am I doing ...