Newest Questions
24,235,769 questions
0
votes
0
answers
1
view
Python 3.10.6, Windows 11. Getting the CPU temperature problem
I want to get the CPU temperature using Python code. I’m using Windows 11 24H2 and Python 3.10.6. I’ve already tried using WinTmp.CPU_Temp()
import WinTmp
print(WinTmp.CPU_Temp())
>>> 0.0
...
0
votes
0
answers
3
views
New Work Item button is disabled in Backlog view
What is required to enable the button New Work Item when viewing the Backlog?
Example of disabled button:
I've compared the settings between two different product backlogs, where one was enabled and ...
0
votes
0
answers
6
views
Is it possible to use the ParsedAttrInfoRegistry with clang libtooling
I'm building a simple tool with clang's libtooling, i'm aware that clang plugins offer the attribute registry to register your own attributes and i want to avoid something like clang::annotate since ...
0
votes
0
answers
5
views
My RStudio code is supposed to generate a batplot but it doesnt
The code is supposed to create a bar plot like thishow its supposed to look
but i just get the error message: Error in scale_apply(layer_data, x_vars, "train", SCALE_X, x_scales) :
and no ...
0
votes
0
answers
5
views
Invoke aws lambda from a ec2
I'm trying to invoke a lambda from an ec2. They are both in the same self-referencing security group, the same vpc, even the same subnet.
When I invoke the lambda from my rails server on the ec2 I get ...
0
votes
0
answers
8
views
How to solve IDEA's null check on arrays?
In package-info.java, I add the default null-checking config:
@DefaultNonNull // means all params and vars are nonnull by default
IDEA's null-checking is OK except for arrays. On the array, for ...
0
votes
0
answers
4
views
Why isn't my React Native view moving down?
I'm new to this, and I'd really appreciate some help. My issue might be very basic, so please excuse me. I'm trying to move this view, which is currently at the top and blue, down. I've tried ...
0
votes
0
answers
4
views
laravel 12 vue inertia laragon run in ngrok
I have a problem with the Laravel 12 project that uses Vue Laragon
Then I tried to run it using Ngrok but it kept getting errors
this is the error
Removing unpermitted intrinsics
@inertiajs_vue3.js?v=...
0
votes
0
answers
9
views
What is wrong with the database if my wiki cannot access the database?
MediaWiki version: 1.36.2
PHP version: 7.4.33 (litespeed)
Wiki URL: https://converter.penguinicewikis.com/mw19/
Hello. I have issues with my wikis again. When I open some of my wikis, I get an error ...
0
votes
0
answers
6
views
How can I make files my iOS app writes to iCloud accessible to other apps like Finder in MacOS or the iCloud app in Windows?
In trying to add iCloud Drive access to an existing app, my app has successfully written files running on one iPhone and then read those file into another iPhone, proving that the files are indeed ...
0
votes
0
answers
12
views
Getting Error 91: Object variable or With block variable not set in VBA
Not really sure why this isnt working. It is populating the data correctly, but always gives the error code: 91: Object variable or With block variable not set. Trying to take inputs from an operator ...
0
votes
0
answers
8
views
Build a pyramid button slicer in power BI
I have a customer table where each customer is assigned a unique ID and is associated to a group (1,2,3 or null). I want to build a slicer that would allow my users to click on a level of a 3-tiered ...
0
votes
0
answers
4
views
Is it possible to separate and wrap variables with <arr:int> in Postman?
Attempting to POST a SOAP request in Postman. If a list of collection variables is provided, is it possible to separate the variables and wrap them in arr:int using JavaScript?
For example (apologies ...
0
votes
0
answers
6
views
After updating the openjdk@17 from 17.0.13 to 17.0.15 . my flutter doctor and android studio related stuff can`t read new JAVA_HOME path
i Have updated the openjdk patch but after that my JAVA_HOME PATH is correct but then also flutter doctor is using old path. HOW to resolve it. i am completly new to development . please help guys
-- ...
0
votes
0
answers
8
views
Is there a standalone Mac utility for face detection in images?
I want to run local facial detection on image files on my Mac to categorize them into different folders. Is there a self contained (doesn't need opencv or python on my machine) command line utility ...