First of all to kick it off, I'm not great at programming, I have difficulty with understanding most basics, I always try doing my uterly best to solve things l
I have found a strange behavior in Keycloak when deployed in Kubernetes, that I can't wrap my head around. Use-case: login as admin:admin (created by default) c
I have a model class Book(models.Model): title = models.CharField(max_length=500, null=True, blank=True) description = RichTextField(null=True, blank=Tr
I need to check if a person is older than 18. If the input is incorrect I want to give a tag with a comment. It does not work and I can not figure out what the
I'm a beginner with spring boot. I'm involved in the beginning of a project where we would build rest services using spring boot. Could you pl
I wrote code to find a prod. amount during a rolling horizon. It works for a 12 weeks period but I want to solve it for 1 full year so that number of weeks is 5
I've implemented the audio EQ via AVAudioEngine and AVAudioPlayerNode and it is working fine (tried both scheduling a buffer or a file). However, once the app g
If I run spl-token authorize tokenAddress mint --disable Will I ever be able to enable back the mint? Thanks in advance!
I apologize for the long question, I can't think of a way to be clear enough in a shorter post. I found one or two existing posts on similar but much more spec