I use this plugin to drag files from desktop to my flutter app: https://pub.dev/packages/desktop_drop There is any plugin to do the opposite? So drop out from m
I have a Spring Boot 2.2.x backend deployed in kubernetes. I want to split a workload in this backend by the number of replicas of this application. If I have o
I uploaded a python package on Pypi, but I'd also like to upload it to Github, so it can be opensource and anyone can contribute. Is is possible to link the git
I'm trying to change the screen after running this function which is a thread. but it gives me the error TypeError: Cannot create graphics instruction outside
I have a minimal sample project at CDPassingQ My main (ContentView) looks like: import SwiftUI import CoreData struct ContentView: View { @Environment( \.m
I am new to React and am trying follow this tutorial to build a simple page using React and Express. The page has a state of 0 and a button so that whenever th
I'm manually comparing two or three rows very similar using pandas. Is there a more automated way to do this? I would like a better method than using '=='.
This code is for my undergraduate OS course. I am trying to call a function on the same stack of new_sp and then return to whatever new_sp was doing. It is not