Skip to main content
Advice
0 votes
1 replies
80 views

In my android application, there is a 4X4 board for 2 player and 4 play buttons together. One board square is made of one stack each. And there is 5-7 layers to several widgets on one stack depending ...
Tuomas's user avatar
  • 169
0 votes
1 answer
59 views

is anyone comfortable with the Lexik bundle? I created a subscriber based on the AuthenticationSuccessEvent, but when I log in, it doesn’t go through my event, and I don’t understand why. providers: ...
alex5150's user avatar
0 votes
1 answer
28 views

I have a Jakarta 10 application that runs fine on OpenLiberty where all injection is handled by WELD. When attempting to run the same application on Payara community edition it fails. There is a @...
mikee's user avatar
  • 345
0 votes
0 answers
26 views

I have an application which runs on a single server, The application processes some information while keeping them in collection Maps and Lists. I am working on containerizing this application and ...
Tayab Hussain's user avatar
0 votes
2 answers
440 views

I'm trying to call Logic App stateful workflow from Stateless workflow, but it seems I don't receive the body message; To demonstrate the issue - The parent logic app workflow invokes two child ...
Deepak Shaw's user avatar
2 votes
1 answer
2k views

I am developing a stateless FastAPI app. The authentication is handled via Google OAuth (openid email profile scope). I am using Authlib and it uses SessionMiddleware (request.session) to store ...
tanzwood's user avatar
0 votes
0 answers
54 views

I started recently a course on jetpack Compose and I was suddenly enthusiast about it. Now I learned how to use Viewmodel and UiState to manage different data states. Very interesting and exciting for ...
Fabio De Cena's user avatar
0 votes
0 answers
64 views

I am getting a strange error on Wildfly where it is not deploying a WAR file. My exact setup is per the below: OS : Windows 10 JDK : Amazon Correto 17.0.11.9.1 WildFly : 22.0.1.Final IntelliJ : ...
Cris Maule's user avatar
0 votes
1 answer
955 views

I need to specify a custom table name and schema for Sanctum in Laravel 11 because we use multiple schemas. To do this, I must create a custom model overriding PersonAccessToken. Sanctum provides a ...
Bill Keck's user avatar
0 votes
1 answer
61 views

This is my home screen and it is working fine but it is throwing error each time I navigate to it. I don't know what to do , all of the app is working normally , it is just throwing this errors and I ...
MehdiDx's user avatar
  • 25
0 votes
1 answer
65 views

In a stateless bean, i´ve persisted a customer, but when I try to persist an entity product, this trows a duplicate key exception. So the customer is not persisted in db. Why is that? @Stateless ...
y.z's user avatar
  • 31
-3 votes
1 answer
101 views

I just wanna ask few questions Should i wrap my normal widget with stateless or stateful when using? What is the different of using it as is? I just wanna build re usable widget and wondering if i ...
Niiko's user avatar
  • 3
2 votes
2 answers
565 views

Is it possible to combine the two widgets? Now I'm studying flutter and if I want to keep my AppBar fixed or something else. Can I have both widgets? If it's possible, should I use the build widget on ...
David Rocha's user avatar
1 vote
0 answers
633 views

I am working on a stateless microservice and need to run some timers in it. Now timers are inherently stateful and I need to run them in a way that the service remains stateless. The major point in ...
Muhammad Ahmed Bappi's user avatar
0 votes
1 answer
145 views

Lets say you start with a method that accepts two complex objects. This method is some sort handler and it needs to process workflow (see workflow flowchart) public Task Handler(Object A, List<...
Randy Marsh's user avatar

15 30 50 per page
1
2 3 4 5
35