Bashayer alsalman

Results 4 issues of Bashayer alsalman

Hello Bruno Degardin, Really appreciate the amazing effort in the paper and in the code as well. I tried to run the code but I faced an issue (I am...

### Issue Description can not bind a slice of struct when the request type is formdata ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing...

When using the latest version of ngx-sortablejs with angular 6. this error come across while running the project ERROR in node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts(25,17): error TS1086: An accessor cannot be declared in anambient...

can not bind a slice of struct when the request type is formdata ``` type request struct { id uint `form:"id" json:"id"` Products []product `form:"products"` } type product struct {...