Newest Questions
24,149,502 questions
0
votes
0
answers
6
views
READ_MEDIA_VISUAL_USER_SELECTED: user-selected image with null owner_package_name throws SecurityException and is not returned by MediaStore
My app (targetSdk 36) shows a custom image grid by querying MediaStore.Images.Media.EXTERNAL_CONTENT_URI under partial media access (READ_MEDIA_VISUAL_USER_SELECTED granted, READ_MEDIA_IMAGES denied).
...
Advice
0
votes
4
replies
36
views
What programming language was used to make the black edition of Need for Speed: Most Wanted (2005)?
Yo, real talk: what kinda code was EA Black Box using to cook up that OG Need for Speed: Most Wanted back in '05? I'm talking 'bout that exclusive Black Edition stash with the extra whips, bonus ...
Advice
0
votes
0
replies
14
views
In Google Pay Carriers API SMS-MO flow, is Authentication Request ID expected to identify the subscriber?
I am working on a migration from Google DCB 3.0 to the Google Pay / GSP Carriers API for a mobile carrier integration.
I am trying to understand the SMS-MO authentication flow and the role of ...
0
votes
0
answers
14
views
Elasticsearch Wildcard Search on text field returns all documents instead of matching ones in NEST
I'm building a Quran search application using ASP.NET Web Forms, C#, SQL Server, and Elasticsearch (via NEST client). I have a table TbAye with a column TextAye (nvarchar) containing Arabic/Persian ...
Advice
0
votes
0
replies
13
views
How does your team automate Design QA between Figma and the implemented mobile app?
I'm a UX/UI designer working closely with developers, and I'm looking for a more efficient way to perform Design QA.
Currently, our process is mostly manual:
Compare Figma designs with the ...
Advice
0
votes
0
replies
31
views
Does my dual-KG Edge RAG make sense and how to Evaluate? Connecting 2 Knowledge Graphs. BA thesis
I'm working on a KG-RAG system for Labor Law and company HR policies for my BA thesis due in 2 weeks and I just realized some problems with the KG.
I have 2 questions: 1 regarding the Edge called ...
0
votes
0
answers
22
views
Selenium Timeout While Access HTTPS website
Currently, I am working on an automation project using Selenium, Python, and Flask. Everything works correctly in my development environment. However, after deploying the application to production and ...
-1
votes
1
answer
34
views
Find value of time series closest to specific time
In Python, I have two lists of measurements as pairs of time and value, and I need to correct one of the measurements based on the value of the second. However, the measurements are not taken at ...
Advice
0
votes
0
replies
14
views
How to perform security policy complience audit in Azure
I have a few subscriptions owned by an Infra owner. He wanted me to start doing an audit on those. As a security consultant, what should be my approach?
Note, From Azure portal, there are lots of ...
0
votes
0
answers
28
views
The mobile hamburger menu isn’t displaying or styling correctly with the current CSS
Honestly, I am at my absolute wits' end with this. I’ve spent the last few hours trying absolutely everything to get this working. I'm trying to rework the dropdown menu of my site when it's in mobile ...
Advice
0
votes
2
replies
25
views
Best AI Tools For Magento Enterprise Level Projects
I am looking for best AI tools that can help me working and development in large enterprise level projects without loosing context. Currently I am using claude code to write code. If there's is any ...
-2
votes
0
answers
21
views
Installed MacPorts, installed ImageMagick7, but MacPorts didn't fix the path [closed]
Sequoia 15.7.5
MacPorts 2.12.5
SHELL=/bin/zsh
I installed MacPorts, then installed ImageMagic7. I couldn't use ImageMagick commands from the command line until I manually fixed my ~/.zprofile. Also ...
Advice
0
votes
1
replies
21
views
Convert Map and List<Map> to DTO and List<DTO> with custom property name mapping and optional data type conversion?
How can I Convert Map and List<Map> to DTO and List<DTO> with custom property name mapping and optional data type conversion? I have a requirement to have a genric Spring Boot bean to ...
-2
votes
0
answers
27
views
Getting 401 Unauthenticated error when calling Gemini API in Discord bot
I'm trying to integrate OpenClaw into my Discord bot, using Gemini 2.5 Flash, and I'm currently encountering this error. I've tried fixing it with, but it always says I need to use Aiza..., not AQ... ....
Advice
0
votes
1
replies
34
views
How to build an on-demand laundry app tech stack and architecture advice?
I am currently planning to develop an on-demand laundry service app for my local market. Before I start building from scratch, I did some research on laundry app development approaches and want to get ...