-
https://github.com/pyscripter/python4delphi/blob/11e07afd304d028120fcb0b61e91cff94dde41d9/Delphinus.Info.json#L6
You wrote "LicenCe" but your file is named "LicenSe" ;)
Therefore Delphinus can't r…
-
## Problem
Now this package depends on many external packages such as redistore, memcache, mongoDB that are not needed for everyone. Even if you simply want to use cookie store, you must wait to f…
-
Hello, I installed Delphinus and get this error while trying to refresh/reload the packages. How can i resolve this problem?
Running Delphi XE and Windows 7
-
How go-bindata supports the template
-
I am retrieving a file from a multipart/form-data upload with `file, header, err := c.Request.FormFile("file")` and after some processing I need to send the file to another micro-service.
I was tryin…
-
```
Title says it all.
```
Original issue reported on code.google.com by `pyscripter` on 12 May 2009 at 12:51
-
I'm getting an AV while trying to install packages from command line.
![error delphinus](https://user-images.githubusercontent.com/19705449/36268437-c042f6ca-1276-11e8-8cec-1728fe8622e1.png)
I'…
-
For example,
POST /user/:id ---> update a user
GET /user/:id ---> query a user
Thanks!
-
Hi,
Thanks for making this utility—I really appreciate it.
I use Japanese everyday and I got a Spanish keyboard, so I was using Karabiner's first option in the Japanese section, which changes,…
-
```
type HcStatus struct {
Name string `json:"name" binding:"required"`
IsAlert int `json:"isalert" binding:"required"`
}
func UpdateStatus(c *gin.Context) {
var inputs HcStatus
err…