Newest Questions

0 votes
0 answers
2 views

How to use python to extract files from folder base on the first 7 digits file name

I am still a new learner in writing python script. I have a question here: I have a "folder" which contain multiple sub folders where I wish to extract PDF files base on the same first 7 ...
userXM's user avatar
  • 1
-1 votes
0 answers
16 views

Reusing context with Python Playwright

Has anybody been into this use case in using python Playwright . I wanted to use playwright to a website with login features. So, as normal process, it will login to the website with its loging ...
shamyjun22's user avatar
0 votes
0 answers
26 views

Programme works but says "warning: integer constant is so large that it is unsigned", solution?

I am trying solve the problem posed in this question that asks << 1 operation be performed on a 64 bit number using NAND operation only and without using any arithmetic operation. My attempted ...
uran42's user avatar
  • 53
0 votes
0 answers
19 views

How to use C++ coroutine with Qt?

I am trying to use coroutines with Qt. Here's minimal(I guess) example to reproduce my problem Basically, bellow code is adopted from the example of cppreference here: https://en.cppreference.com/w/...
slyx's user avatar
  • 2,274
0 votes
0 answers
8 views

Can't access WhatsApp Status folder using SAF or MediaStore without MANAGE_EXTERNAL_STORAGE (Flutter)

I'm developing an Android app that downloads WhatsApp and WhatsApp Business status files (images and videos). These status files are stored in a hidden folder under: /Android/media/com.whatsapp/...
Murtaza's user avatar
  • 559
-1 votes
0 answers
13 views

Why are message authentication algorithms like HMAC needed when you could just encrypt the hash together with the message?

The way I understand it, MAC algorithms are primarily needed because an attacker that modifies an encrypted message could also recalculate and update the verification hash at the end. But why not add ...
jeha's user avatar
  • 49
0 votes
0 answers
11 views

Rapier does not move RigidBody in expected direction

I have a RigidBody with the components (Velocity, Transform). When changing the rotation with transform.rotation = …, the “forward” direction of the body remains the same when adding velocity. How ...
Clover Johnson's user avatar
0 votes
1 answer
18 views

How to add profile picture (not sending an image or file) to emails in PHPMailer

I am trying to send an email with a profile picture using PHPMailer !Please pay more attention to the question : I mean adding a profile picture to the email (not sending an image or file)profile ...
masoudiofficial's user avatar
0 votes
0 answers
16 views

QNetworkRequest is converting header names to lowercase for case sensitive service

I'm connecting Tank IP Camera (IPC) API to my windows application with Qt C++. IPC uses basic authorization. I'm using QtNetwork library for HTTP client connection, Qt 6.8.3 with C++17. I tested the ...
Davronito's user avatar
0 votes
0 answers
9 views

I can't see why Steel-Bank Common Lisp thinks a string is a function in my code

I am using a Windows 11 computer, running Steel Bank Common Lisp (version 2.0.0) in PowerShell by inputting functions directly into the SBCL.exe REPL to see if they work. In the process, I have hit ...
Ashley Ben Story's user avatar
0 votes
1 answer
21 views

Dependency 'androidx.core:core:1.16.0' requires Android Gradle plugin 8.6.0 or higher

Building Android in android studio, build fail message: Dependency 'androidx.core:core:1.16.0' requires Android Gradle plugin 8.6.0 or higher. Dependency 'androidx.core:core-ktx:1.16.0' requires ...
yu yang Jian's user avatar
  • 7,253
0 votes
0 answers
9 views

dependencies between assets in airflow

I define two assets in airflow 3.0.3 that after running first asset (user) second asset (user_location) run too. the code is like this: from airflow.sdk import asset, Asset, Context from airflow....
Tavakoli's user avatar
  • 1,423
0 votes
0 answers
11 views

Aws CdK + argocd

I am looking for some solution wich can continuously does cdk deploy, cdk drift to make sure if my git state matches actual cloud state. And remediate drifts. Like terraform cloud does. Some aws blog ...
Ilia Belov's user avatar
0 votes
0 answers
14 views

Expo React Native Firebase App iOS crashes when opening navigating to auth screens

I'm working on an Expo RN app with React-Native-Firebase. In the past, I've had no issues with building and releasing the app. However, it seems recently every release build I've put out (either on ...
christen03's user avatar
0 votes
1 answer
15 views

How can I create a scheduled task under a Microsoft account without a local password on a personal PC?

I'm trying to run a Python script via Task Scheduler on my personal Windows machine. My user account is a Microsoft account (not a local one), and I sign in with Windows Hello (PIN) — there’s no ...
Kaz-99-'s user avatar

15 30 50 per page
1
2 3 4 5
1614022