Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

I'm trying to add a lottie file to my app. Im using expo, and I installed lottie-react-native with npx expo install lottie-react-native. However, when I try using LottieView import LottieView from &...
lifeashansen's user avatar
-1 votes
0 answers
15 views

MyExamProject │ ├── MyExamProject.sln │ └── MyExamProject │ ├── Areas │ └── Admin │ ├── Controllers │ │ ├── DashboardController.cs │ │ ├── ...
muammetsamet's user avatar
-3 votes
1 answer
15 views

#4 scores = [ [80,90,85], [75,88,92], [90,85,80], [88,88,88] ] max_avg = -1 best_index = 0 for i in range(len(scores)): avg = sum(scores[i]) \ len(scores[i]) ...
Okisalam's user avatar
Best practices
0 votes
0 replies
4 views

I'm using the CameraView control from the CommunityToolkit.Maui package in a .NET MAUI application, and I need to obtain the actual dimensions (width and height) of the camera preview as it appears on ...
ni hao ya ha ha's user avatar
0 votes
0 answers
17 views

In the flutter app, I use go_router for navigation purposes. I have deeplinking in the application but I want to handle it myself due to some concerns. For this I want to disable the automatic routing ...
Abhijith K Sabu's user avatar
1 vote
0 answers
19 views

I know this question has been asked in here already - none of the solutions have worked for me yet. this is the code im using to get the token, from meta's documentation: window.fbAsyncInit = function(...
user32207176's user avatar
0 votes
0 answers
20 views

I'm trying to link from one page on my website to content in an accordion on another page, and I can't get the javascript to work for opening that accordion automatically. I've looked at a lot of ...
Berlin Mair's user avatar
0 votes
0 answers
13 views

How to fix this issue? Currently getting Pool hard cap violation?. Some answers suggest to add "android/app/src/main/AndroidManifest.xml" <application android:largeHeap="true" ...
Rohit Aggarwal's user avatar
0 votes
0 answers
12 views

I just learned today that Google Play removed import/export of CSV file anymore. I have at least 80 IAP Products to register for the game that I am working with. Is there a better and faster way to do ...
James Muntinlupa's user avatar
0 votes
0 answers
16 views

A method receives ProcessHandle toBeKilledProcessHandle and then kills that process normally. Note that this is normal termination of the process so that the shutdown hook gets invoked in that process....
Hitesh's user avatar
  • 121
0 votes
1 answer
23 views

I'm working with Vite and trying to use API keys from my .env file. I'm experiencing a strange issue where the keys appear correctly in console.log(), but my API requests are failing with 401 ...
harsh patel's user avatar
0 votes
0 answers
12 views

We are(multiple JAVA applications) connecting to IBM MQ using the JMS / JNDI approach in a WebSphere Application Server environment. Each request follows the below high-level flow: Create a JNDI ...
Sheela's user avatar
  • 25
0 votes
0 answers
10 views

I have a scenario where I’m pulling YouTube videos using the RSS module, then generating content based on the video title, and finally posting it to WordPress. My issue is about the featured image. ...
Tech Code's user avatar
-1 votes
1 answer
21 views

In the XDG base dir specification it is advised that if e.g. $XDG_STATE_HOME is not set, the application should fall back to $HOME/.local/state . But it says nothing about what happens if $HOME is not ...
glades's user avatar
  • 5,402

15 30 50 per page
1
2 3 4 5
1612030