Newest Questions

0 votes
0 answers
6 views

I'm facing an issue with the React Compiler auto-memo. React DevTools shows that Test2 is memoized (sparkle icon), but console.log still runs on every render. import { useState } from "react"...
K i's user avatar
  • 617
0 votes
0 answers
13 views

I want to make an application that reads out the db values from a microphone. For that I use NAudio to "record" a WaveIn stream, convert the Data to samples, get the max of each buffer, ...
DefinitivVair0's user avatar
-2 votes
0 answers
16 views

I am trying to copy the existing self-hosted developer portal to a different repository with different APIM. We will be having different portals, one is for internal users and another one is for ...
Dillipkumar's user avatar
-1 votes
0 answers
19 views

This issue recently popped up after a macOS update probably Tahoe 26 but when I try to request a page of my website that uses Homebrew Apache PHP-FPM Memcached with PostgreSQL and PHP 8.4 files on OSX ...
im3r3k's user avatar
  • 501
-4 votes
0 answers
30 views

I'm a CSE AI & ML Student and want to work on some real life problems I'm already working on IOT Helmet and I need more suggestions related to my branch , any ideas....
Alien_16's user avatar
1 vote
0 answers
22 views

I am trying to run a for loop that will extract variables from two different datasets into one data frame. One dataset contains information on estuaries of the West Coast of North America, the other ...
Chloe Emes's user avatar
0 votes
1 answer
18 views

I’m using the Mesibo SDK for video and voice calls in my Android app. My own AndroidManifest.xml does not include any media permissions.I only use: <uses-permission android:name="android....
Hammad Hasan's user avatar
0 votes
0 answers
11 views

I've been reading recent announcements about Alibaba Cloud adding native vector search capabilities to PolarDB. However, I'm getting confused about which version or distribution this applies to. I am ...
余南龙's user avatar
0 votes
0 answers
17 views

I have recently tried installing VTK 9.5 on Ubuntu 24.04 from source (latest .tar.gz release) but when I compile a really simple example code the window doesn't show up. I would like my vtk ...
Alfred Lalanne's user avatar
1 vote
0 answers
19 views

I have a page on my wiki that contains: {{MyBox1 |header=Under Construction }} and a template called MyBox1 that contains: <includeonly> [[Category:{{{status|Unknown status}}} developments]] {{#...
Harry H. Arends's user avatar
0 votes
0 answers
14 views

The minimum target of my app is iOS 26, and used default navigation bar with buttons throughout the app. Since iOS 26, I’ve noticed that the UIBarButtonItem text color changes on some screens. Earlier,...
Ajay Nai's user avatar
1 vote
1 answer
15 views

Code #[derive(Parser, Debug)] #[command(version = "1.0.0", about, long_about = "Long About")] pub struct Args { #[command(subcommand)] commands: Option<SubCommands>, ...
Jade's user avatar
  • 736
-1 votes
1 answer
37 views

I’m using the AI Agent in Cursor (the IDE), and I’m running into an inconsistent issue when it suggests code changes. Most of the time, the agent shows the usual interface where I can review the ...
Shay Zingboim's user avatar
0 votes
0 answers
16 views

I'm developing an Android VPN app that fetches and tests V2Ray/Xray proxy configurations. I need to find working servers quickly, but my current implementation using libv2ray.measureOutboundDelay() is ...
Kian Mahmoudi's user avatar
0 votes
0 answers
36 views

Consider this example: #include <thread> #include <atomic> int main(){ std::atomic<int> x = 0, y = 0; auto t1 = std::thread([&](){ if(x.load(std::memory_order::relaxed)==...
xmh0511's user avatar
  • 7,578

15 30 50 per page
1
2 3 4 5
1612564