All Questions

-3 votes
0 answers
10 views

Encryption and Decryption using caesar sipher

I need the code that matches all the requirments so that ican complete the task to get Letter of Recomendation from certain company. I need assistance. Actually i tried with AI but that company is ...
355 votes
79 answers
619k views

Android Emulator issues in new versions - The emulator process has terminated

After updating to Android Studio 2020.3.1 canary 15, when I try to run an emulator, it gets killed with this error: The emulator process for AVD Pixel_4_API_30 has terminated. It was working ...
-1 votes
2 answers
24 views

Responsive layout using Tailwind CSS

I have Figma design for mobile application and for desktop application for my web page. I don't know how to apply both mobile and desktop versions on my code so when I open the app in my phone only ...
0 votes
0 answers
5 views

Does TransactionSynchronizationManager.isSynchronizationActive() Always Return True in a @Transactional Context?

everyone! I have a question about TransactionSynchronizationManager. If it is configured correctly, will the isSynchronizationActive method always return true when you are inside a method annotated ...
-1 votes
0 answers
8 views

Solana Unique Address from generateSigner(umi);

I'm trying to create a custom address for my token, I know how to create that with command line(CLI) like But did anyone know i can do that with Javascript generateSigner(umi); I tried generateSigner(...
0 votes
0 answers
4 views

Axis Sizing when Plotting on an Image

I'm trying to plot a large red point on a plot using Octave. I can't figure out how to get the dot at the place indicated on the graph. When I try to plot the point it is always in the wrong spot. ...
15 votes
3 answers
5k views

No unused expressions in mocha chai unit test using standardJS

I am using standardJS for testing my code. Also I am using mocha chai. With that I'm getting the error expect an assignment or function call and instead saw an expression. for this line: expect(err)....
0 votes
0 answers
5 views

Add error to context with nested schemas using Zod validation

I have a Typescript application that is using Zod to validate data. The schema includes several schemas that have slightly different values with nested fields represented by other schemas as they can ...
0 votes
0 answers
4 views

How to perform conditional formatting on Oracle Apex Bar Graph

I want to perform some simple formatting for a bar graph in Oracle Apex. In a numerical graph, given a value, I want to draw a horizontal line across the y axis at that value and any bars that contain ...
0 votes
0 answers
5 views

SSL handshake failed when connecting to Mongodb Atlas from ECS Fargate

An error is output when connecting from ECS Fargate to Mongodb Atlas. error occured: SSL handshake failed: ac-xvafg1z-shard-00-00.pizmgb2.mongodb.net:27017: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 ...
-2 votes
0 answers
11 views

Pop OS failed install [closed]

Tried installing Pop OS via USB, text box says "installing Pop OS failed, possibly due to a hardware error" Tried different drives and images, not working, error log says WARN: rsync: [...
-1 votes
0 answers
8 views

how can to become an android developer

I have been exploring various codelabs in Google's beginner course for Android. Although I am not a beginner in programming, I am new to Android development. However, I found the course not ...
0 votes
1 answer
22 views

Loading Indicators in SwiftUI causing infinite renders

I have a loading indicator class that is utilized in all view models, what I'm trying to do is to track each API's loading state independently rather than having one loading flag for the entire VM. I ...
8 votes
7 answers
48k views

XML declaration allowed only at the start of the document

My blog feed show error today: This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the ...
0 votes
0 answers
6 views

GoRouter navigating to the root or top of the stack when opening keyboard

I have implemented GoRouter in the flutter app and managed all the routes and the app flow and navigation works fine. However when I open the keyboard for any input fields like text field and form ...

15 30 50 per page