I need to customize a "Attach" button on Email activity screen, which brings the files which i have attached in my main screen. For example "I need a customizat
I'm trying to understand what would be the best approach here. One server, multiple applications, some containers uses same image. Example #1: two docker-com
I have wrote the following code on server. server code: import 'dart:convert'; import 'package:mongo_dart/mongo_dart.dart'; import 'package:shelf/shelf.dart'; i
What are the requirments to make the Keycloak 17.0.0 find the provider? [error]: Build step org.keycloak.quarkus.deployment.KeycloakProcessor#configureProviders
<script src="//unpkg.com/alpinejs" defer></script> <style> input[type=checkbox]:checked + span { color: red;
I have a Assignment model - class Assignment(models.Model): classroom = models.ForeignKey(Classroom, on_delete=models.CASCADE) title = models.CharField(
I am using git ls-remote --tags <url> to get the tags from a repository. However, it doesn't provide any date information. So I wonder if there is any way
I encountered the error "NoMethodError: private method `gets' called for "test.txt":String" when doing my code: def write_data_to_file(mydata) mydata <<