yuri
yuri
Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior `Redis.Watch(context.Background(), func(tx *redis.Tx) error { })` A user should be...
i have an issue with adding a new column to the databaseview and updating the query in a databaseview.Whenever i add a new column or update the databaseview query,the change...
Hello, is there a way to delete the whole database file.Something similar to sqflite deleteDatabase(path);
After updating to the latest . version am getting this error github.com/rakanalh/scheduler/storage ../github.com/rakanalh/scheduler/storage/mongo.go:79:24: task_store.Count undefined (type *mongo.Collection has no field or method Count)
Am not sure why but whenever i add this library it takes too long to stop my application.
## **Type** enhancement ___ ## **Description** - Introduced functionality to generate OpenAPI Specification (OAS) for classic API endpoints. - Implemented main function in `swagger/cmd/main.go` to generate and write the OpenAPI...
## **User description** This pull request contains : 1. The new gateway swagger 2. A new linter 3. And a readme of how to generate the swagger . .This provides...
## **User description** [TT-11960] On gateway 5.3.0 I get a panic when I try to fetch a single OAS api when the mode query parameter is set to public.(I am...
If you have a struct that has map with struct values, the swagger generated does not reference the AccessDefinition. ``` type Policys struct { AccessRights map[string]AccessDefinitions `bson:"access_rights" json:"access_rights"` } type...
**Describe the bug** If you have []bytes as one of your field in the OAS it is represented as an array At the moment as a work arounf I am...