Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
5 views

I am researching liburing, but I have problem with following concept. Let suppose we have HTTP server with keep-alive enabled for 5 minutes. This means if a client connects, it can stay connected for ...
Nick's user avatar
  • 10.6k
-1 votes
0 answers
16 views

I have installed Android Studio, both snap version (first), then the download from the website (second), but in both versions the emulator keeps exiting with error code 139. Platform is ubuntu 24.04 ...
Langtec's user avatar
  • 103
0 votes
0 answers
6 views

Context: Troubleshooting a Spark job: Spark Runtime: v3.5. Join on 5 different TB sized tables. a particular stage had some 17 tasks 15 would finish each in 5-6 minutes 2 would be taking ...
Sheel Pancholi's user avatar
-2 votes
0 answers
10 views

Many questions! ^^ 1 - When modeling auto-correlation as a function of time (ie, "day") should time also be included as a fixed effect? 2 - If so, is it preferable to model it with or ...
jtjtjtjt's user avatar
  • 111
0 votes
0 answers
13 views

The new AGP9 migration steps include to change from com.android.library into com.android.kotlin.multiplatform.library , but when I did, I got error An exception occurred applying plugin request [id: '...
lelestacia's user avatar
0 votes
0 answers
18 views

I'm trying to compile libnm (NetworkManager Library) so that I can use this library for some Wi-Fi related operations on my Raspberry Pi 4 using C Programs. I am on Ubuntu 24.04.3 LTS and using Docker ...
Devashish Lahariya's user avatar
0 votes
0 answers
9 views

I am using LlamaIndex with Gemini-1.5-Flash to query a large set of government documents. I often encounter the Context window exceeded error when my retriever fetches too many nodes for a complex ...
曾梓涵's user avatar
Advice
0 votes
0 replies
10 views

Several months ago, I developed a student project (ASP.NET 8 + React + SQL Server) similar to booking.com (much more simplified, of course!), with the difference that accommodations that are NOT ...
user25038396's user avatar
0 votes
0 answers
8 views

I'm using GridDB Cloud to store IoT sensor data in a TimeSeries container. I've noticed that as the dataset grows (currently ~10 million rows), range queries using SELECT * FROM sensor_data WHERE ...
Isabella's user avatar
Tooling
0 votes
1 replies
18 views

How can I host a Jupyter Notebook (.ipynb) file online so others can easily access, view, and run it? I'm looking for simple platforms or methods that allow sharing notebooks publicly without ...
Sanket S.S's user avatar
-2 votes
0 answers
18 views

I am trying to install Kali Linux using Windows Subsystem for Linux (WSL2), but I am facing multiple issues. Problem When I run any WSL command, it takes around 20–30 minutes to start before anything ...
lol's user avatar
  • 1
-3 votes
1 answer
15 views

I am experimenting with GridDB Cloud and storing time-series sensor data. Currently I am inserting records one by one into a TimeSeries container, like this (Java example): TimeSeries<Row> ts = ...
AS Ansari's user avatar
0 votes
0 answers
8 views

I have these template settings in the realestate/settings.py: TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", "DIRS": [...
IgorArnaut's user avatar
0 votes
0 answers
26 views

Let's use System.Text.RegularExpressions.Match as an example. It has the ref struct member ReadOnlySpan<char> ValueSpan. Using reflection the usual way won't work, since ref struct members ...
user3670011's user avatar
0 votes
0 answers
14 views

I'm profiling scroll behavior in Chrome DevTools. I have a scroll handler that is throttled. Inside the handler I calculate the scroll progress of the page and toggle some UI elements such as a "...
wolf's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1611183