GerryLon
GerryLon
 import order is not stable
``` return github_com_mwitkow_go_proto_validators.FieldError("ProjectName", fmt.Errorf(`value '%v' must not be an empty string`, this.ProjectName)) ``` ``` ProjectName string `protobuf:"bytes,3,opt,name=project_name,proto3" json:"project_name,omitempty"` ``` if error message's FieldName set to`project_name`(from json tag) will better.
Hello Everyone! I use this command converted a mp3 file to m3u8: > ffmpeg -i Sunshine.mp3 -c:a libmp3lame -b:a 128k -map 0:0 -f segment -segment_time 10 -segment_list outputlist.m3u8 -segment_format mpegts...
ignore package by regexp or glob? eg. -ignore github.com/xxx/.*
Hello Everyone! option `autoprefix` just can be set to true or false? can custom autoprefix settings? Many Thanks!
my image name is `icon-alert-active.png`, then generated css class name is `.icon-icon-alert-active`, how to remove `icon-` prefix?
when add callback twice or more(for example: `SetAddedItemCallback`), only the last will run.
My env: fluent-plugin-netflow version: 1.0.2 Netflow device: Huawei AR2204-S(possible netstream) pcap file sent to your mail box. Many Thanks!
version: "gulp-uglify": "^3.0.0"  Please just have a look at the image above, that's my question. Many thanks!