Newest Questions
24,180,584 questions
0
votes
1
answer
5
views
Why does is.na(NULL) returns logical(0) and not FALSE in R?
I got a bug in one of my R package that I do not understand. I have an IF statement that checks for NA. In one case the vector returned is NULL.
Why is is.na(NULL) returning an empty logical vector in ...
0
votes
0
answers
3
views
Calico CNI pods not starting on Kubernetes (CentOS VM) — network unreachable to API server
After apply the manifest for installing the Calico CNI plugins on Kubernetes on centos vm
I found that the CNI pods is not running
........................................................................
0
votes
0
answers
5
views
WebView2 lag and artifacts on window resize
I'm developing a very simple Windows application with WPF, please forgive my inexperience. The main control of this application will be a basic timeline with some 2D graphics involved. At first I ...
0
votes
0
answers
3
views
Intermittent Rendering Issue in Nuxt 4 SPA Dashboard on Cloudflare
I am currently developing a Nuxt 4 application where the frontend is server-rendered, but the dashboard is configured as a Single Page Application (SPA) with ssr: false. Both are deployed on ...
0
votes
0
answers
17
views
Batch script to find directory of folder?
I am searching for a specific folder, and I want to have the full path of that folder.
Then I want to create a new folder in that same directory.
So..
Search for folderA
DIR_PATH = /path/to/folderA
...
0
votes
0
answers
10
views
Aibo visual programming hand detection doesn't seem to work with 'close' vs 'very close'
I'm trying to get Aibo to detect when I hold my hand in front of its nose, as if I'm holding a treat or a dog biscuit, but it doesn't detect "close" or "very close."
The blocks are ...
-2
votes
0
answers
17
views
Uncaught TypeError: Cannot read properties of undefined (reading 'trim') for jquery.min.js [closed]
What could this error be related to?
Uncaught TypeError: Cannot read properties of undefined (reading 'trim') for jquery.min.js
On my site it's not displaying map (Mapbox) and there is issue with ...
0
votes
0
answers
21
views
Dioxus futures confusion: Futures not being run
I have this component where I would like to display the name of a user
#[component]
pub fn Meals() -> Element {
let mut cook = use_signal(|| String::new());
use_future(move || async move {
...
Tooling
0
votes
0
replies
3
views
Recommendations Java -Jakarta EE New web app - api
I used to do Java back in the day (2013) and I am SCJP. Since then I have been doing mobile. Anyway, I was asked to do an API for someone so I figured I’d get back into it for a bit and everything ...
Best practices
0
votes
1
replies
6
views
What Programming Pattern to use for a generic HTML table data extractor
Problem Summary: I am trying to create an easily-readable and -usable function to allow for a custom filtering of the columns of data extracted from an HTML table using vanilla JavaScript (maybe ...
0
votes
0
answers
11
views
Android Navigation Architecture Migration: Fragments as Navigation Owners
In my application, I use interfaces that I later implement within MainActivity. This causes a lot of application crashes, and I am considering transferring responsibility for navigation to individual ...
-3
votes
0
answers
34
views
Suspicous Python Program [closed]
import random
cells = [
[0,0,0],
[0,0,0],
[0,0,0],
]
cell = 0
print("welcom to kresteke noli")
raund = True
while raund:
print("game board")
print("...
-3
votes
0
answers
32
views
Webpage becomes frozen - TRANSCEND issue [closed]
We are using TRANSCEND as data privacy platform. There are several pages in our application that are working fine.
But there are few pages where if I try to perform any operation, those pages become ...
0
votes
0
answers
18
views
PIP showing ModuleNotFoundError while upgrade/downgrade
im trying to downgrade pip to 18.1 for pyinstaller and it shows me the same error every time
ive uninstall and reinstalled urllib3 and requests yet i have the same issue
command: python -m pip ...
-1
votes
0
answers
21
views
Qbit WebUi Unreachable
running Proxmox media server, currently have a VM Ubuntu setup with *arr stack.
All of my applications start and are reachable via <host-ip>:<port> except Qbit Torrent I believe it has ...