Tim Larson

Results 2 issues of Tim Larson

Could this be made to work: `DataFrame(A=Any["SomeStringA"]) |> @mutate(B=rstrip(_.A, 'A'))` Currently it fails with: `ERROR: MethodError: no method matching rstrip(::DataValues.DataValue{Any}, ::Char)`

bug

Add optional parameter to BSON.load function to specify module for resolving names. Solves https://github.com/MikeInnes/BSON.jl/issues/25 other than not updating the @load macro.