Henrik Lindberg
Henrik Lindberg
If there are multiple matching scan definitions - only one is selected. This is bad because someone may say something that should match multiple scanning rules. In my case matching...
When getting an error like this: ``` panic: reflect: call of reflect.Value.SetFloat on int32 Value [recovered] panic: reflect: call of reflect.Value.SetFloat on int32 Value ``` When calling `vf.FromValue(v, target)` it...
When running these: ``` strcase.ToCamel("st(range)") strcase.ToCamel("st (range)") ``` I expect the result to be `StRange`. Now you get `Strange` That is strange 👻
This fixes a couple of compilation warnings in contrib/minizip. See the respective commit message for each fix.