I am working on a java project with visual studio code on Linux. I've downloaded the jar file for gson and added to the referenced libraries. Currently, when I
i'm trying to upload an image from client (reactJS) side to fastAPI using a post method this is my client side const [img, setImg] = useState(null) const onIma
I requested certificate from my CA (on a MAC) then exported the private key as p12 file. In Postman preferences I configured Client Certificates by PFX file/pas
I am a novice at android studio and I am trying to make a simple calculator that takes a string and returns a value. The issue is that when writing the code to
I've been recently working on sendgrid dynamic email template, on the template view I am getting perfect result but when I test the email the complete email UI
I have a data frame that contains a grouping variable (ID), a date and an event column with numeric values, in which 0 represent no event and >0 represents a
In New and noteworthy in 5.0 (http://netty.io/wiki/new-and-noteworthy-in-5.0.html). "An implication of this change is that NioEventLoop, NioEventLoopGroup, Epol
I'm developing a CAD application using Qt 5.6.2 that is required to run in cheap computers at the same time that it needs to handle thousands of items in the sa
I create notification with action button. When clicking on action button, broadcast receiver is called. I am passing the notification ID in the intent In the b