Currently I am running while true; do docker system prune --all -f; sleep 6400; done In a daemonset to remove older images in my containers. Th
I'm trying to save a user's choice which but on refresh or navigating to another page, the submission had been removed. How can I save the user's submission so
I'm getting this error msg when running my eventhub receiver notebook and the last code looks like below streamer = ( spark.readStream.format("eventhubs") .opti
I get following error: IllegalArgumentException: Mismatch in requested result type [com.taqwaapps.entity.Event] and actual result type [com.taqwaapps.dto.EventD
I have this code: import sympy as smp a = smp.Rational(1/3) print('1/3: ', a) a = smp.Rational(1/6) print('1/6: ', a) a = smp.Rational(1/2) print('1/2: ', a) a
The details of my problem is as follows when I do the verification I get this: C:\Users\kakaroto\Desktop\mybot\node_modules\discord.js\src\rest\RequestHandler.j
from tkinter import CENTER global f f = 0 #this t_movie function is used to select movie name def t_movie(): global f f = f+1 pr
I want to divide the image into multiple parts dynamically based on dimensions in ionic 5. let's say 3 piece 8 piece any number I tried css tricks to make w
I have 16 TPanels on Form1 and OnDblClick event they call Form2 ( form2.Show; ). working with Form2, I want to know, which of panel(TPanel name) have called Fo
I have a ssjs code that creates a data extension var DE = "MyDataExtension" Platform.Load("core","1.1") var obj = { "CustomerKey" : 123,