Maybe you were looking for...

Coverity complaining about double-free, potential false positive?

I am using Coverity to check some code which uses TAILQ. It is complaining about several potential double-frees and use-after-frees which I don't really underst

Golang echo.JSON turns Zero time.Time as Empty String but I Expect to be Returned as "0001-01-01 00:00:00"

Hi I want to ask some question regarding Golang echo.JSON() method. This line of code will return a virtualAccount struct func (h virtualAccountsServiceHandler)

Web application - HttpResponseBase.AddHeader

I have a web application that uses HttpResponseBase.AddHeader. I'm using this method to download a .csv file: .AddHeader("content-disposition", "attachment; fil

couldn't connect to server 127.0.0.1 shell/mongo.js

when i setup mongodb in my ubuntu , i try : ./mongo it show this error : couldn't connect to server 127.0.0.1 shell/mongo.js so what can i do , thanks

Harris corner detector at different rotations

I am using the opencv implementation of Harris Corner detection in python. My question is regarding the behaviour shown in the gif below - as the image is rotat

How to configure Deployment Source in VSCODE?

I am trying to deploy basic Angular App to Azure. I installed these extensions: When I right click on my AppService, I see this menu: If I try to select C

How do I resize placed tkinter widgets when the window is resized?

I have read the other questions posted on this site and could not solve my issue. I am working on a tkinter app and to make it look as good as possible I chose