I am currently using the OxyPlot and QuestPDF libraries to be able to generate a PDF with charts. I have designed a pie chart and a bar chart. I am currently sa
I am learning CI/CD. I have installed Gitlab And Gitlab Runner From Officicals. But whenever running the pipeline during maven-build, the job gets stuck. I hav
if I have a folder of images in that folder I've saved the image of (xyz.png) and I want to use that image in some ".js" file and that file resides in another f
I'm trying to parse a JSON from a url but the JSON happens to be double nested, and I'm not sure how to make it work with my code Here's the JSON and its link:
I am new in computer vision and I am currently working on a numpy array of 0 and 1 on python as follow : I am trying to find the contour of the shape formed by
long story short, I'm cleaning an API possessing routes like /brand/ and /users and I was thinking of removing finishing slash, to not break the legacy code I f
I define a struct ... type Session struct { playerId string beehive string timestamp time.Time } Sometimes I assign an empty session to it (becau