Newest Questions

-1 votes
0 answers
6 views

Plastic waste has become one of the fastest-growing environmental problems in both urban and semi-urban regions. Rapid population growth, increased consumption of packaged goods, and poor waste-...
Abhinandh Sai T V's user avatar
0 votes
0 answers
8 views

I have that code: #include <stdio.h> #include <stdbool.h> #include <unistd.h> #include "esp_system.h" #include "esp_timer.h" #include "freertos/projdefs.h&...
Губин Егор's user avatar
1 vote
2 answers
17 views

I’m trying to add numbers to a list using a loop: nums = [] for i in range(5): nums.append(i * 2) print(nums) But the list prints [] instead of values. Am I missing something basic? How can I ...
FARHAN AHMAD's user avatar
Best practices
0 votes
1 replies
17 views

I wrote a simple recursive function to calculate the sum of digits of a number. But instead of returning an integer, it prints None. def digit_sum(n): if n < 10: return n print(...
Shikhar Singh Rajput's user avatar
0 votes
0 answers
16 views

Our server sends a `s2s_purchase_all` event to GA4 using the Firebase data stream. After sending, we noticed that while Firebase displays the correct total event count and value, in the Google Ads ...
lzwenads's user avatar
0 votes
0 answers
14 views

I am trying to copy data from game files to my own files to mod said game, after some updates to the game I would need to rewrite one specific line on over a thousand files, however due to the mod ...
Peter A's user avatar
0 votes
0 answers
14 views

Some time ago I had tried to install MySQL workbench correctly on my system, and it was a tremendous headache. This is because I use Kubuntu with a very new version of Ubuntu Release, and I had a lot ...
Pedro Wagner's user avatar
-1 votes
0 answers
14 views

I've set up auto-renewable subscriptions in App Store Connect and RevenueCat, but I'm stuck: Status: - App Store Connect: "Waiting for Verification" - RevenueCat: "Waiting for Review&...
Connor Alaves's user avatar
0 votes
1 answer
16 views

I'm trying to use Continue.dev with a local model running on Ollama, but keep getting the "file exceeds context length" error. My config looks like this: - name: qwen3-coder provider: ...
Jacob Stern's user avatar
  • 4,767
-1 votes
0 answers
15 views

How to revert the code to span replacement of code tags with translated text in between which was translated by Google translate ? Google translate was not translating text between <code ....> ...
Baangla Deshi's user avatar
-1 votes
1 answer
24 views

I have two tables; the first one consists of clients' names and their id. For example: name surname1 519651 name surname2 496879 name surname3 848465 The second one consists of clients'...
solar dary's user avatar
0 votes
0 answers
16 views

I am trying to analyze and optimize recursive algorithms, particularly with regards to their time and space complexity. I have written a recursive solution for the Fibonacci sequence and a merge sort ...
Harsh Goyal's user avatar
Advice
0 votes
0 replies
12 views

I am building a small app and one of the features is, the user upload a logo and can select different types of visual styles. the logo should be generated in that style.. like minimalistic design , 3d ...
Daniel S's user avatar
0 votes
0 answers
20 views

Reference: screen recording link I’m working on a feature similar to Figma or Lucidchart where an ellipse (or circle) is placed inside a reference box (a square) with four corner handles for resizing. ...
yashwanth's user avatar
0 votes
0 answers
17 views

I downloaded the OpenAI's OpenAPI Spec file and tried to generate and compile the client and faced a few issues and wonder if anyone knows the fix for it. This is the specification: https://app....
MaduKan's user avatar
  • 896

15 30 50 per page
1
2 3 4 5
1612557