Nicolas Martin
Nicolas Martin
For paging it's often convenient to get the total number of items without regards to the limit and offset. It's not trivial to do so https://github.com/jinzhu/gorm/issues/1752
I'm trying to hide packages and imports for Go files. I generate the go type code with `:TagbarGetTypeConfig go` which gives me ``` let g:tagbar_type_go = { \ 'kinds' :...
Tagbar added default go configs if gotags is detected. There's now no need for these additional configs. https://github.com/majutsushi/tagbar/pull/580
This is more of a question than an issue. How is the state saved through deployments? Should we call `getState` and `setState` "manually" before and after every deployment? I'm guessing...
Missing solution file and `package.config` for the nuget libraries. edit: Looks like it's ignored in the [.gitignore](https://github.com/SoftAlgoTrade/TradingStrategies/blob/master/.gitignore#L70) file
I noticed that sometimes arrays aren't formatted correctly but when you grab one element it works just fine. Also, when the json isn't able to be parsed the output indicator...
Doing something pretty simple here and I'm not sure why the display is wrong. `[--------------------------------------------------------------------] 38/3805-------] 0/3805` ``` uiprogress.Start() bar := uiprogress.AddBar(filesCount) bar.AppendFunc(func(b *uiprogress.Bar) string { return fmt.Sprintf("%d/%d", b.Current(), b.Total)...