We're currently using Mypy (v 0.910) in our project with pyproject.toml for configuration. I have the following file structure: src --app --generated
I'm trying to write simple JWT implementation with these functionalities: Generating token using HMAC Validating token (if signature is correct or exp is not ti
I am not root user of a HPC, where I install julia on my own path and I want to add some julia packages like Plots. However when using Pkg.add, it cannot connec
I have a custom CSS file site.css (which is returning 200 when running the project) I started with a blank ASP.NET Core 5 web application and added MVC function
import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key:
I am observing a peculiar behavior in my SwiftUI code and narrowed it down to the following minimal example. Given this example storage holding an array of book
This is an AlertDialog, when the person types the name, the name cannot be null or empty. import 'package:flutter/material.dart'; abstract class ComponentDialo
I have a docker-compose with some php, mysql and so on starting. After a few days, I cannot bring them down as everything stopps instead of mysql. It always giv
We have a requirement where we need to access a file hosted on our github private repo in our Azure Databricks notebook. Currently we are doing it using curl co