Glenn Moynihan
Glenn Moynihan
Looking at some tests repeating `dims=x, append_dim=x` made me think, would it make sense to set the default value for `append_dim` as `dims` inside the function? Maybe that only works...
c.f. [Memento](https://github.com/invenia/Memento.jl/blob/master/benchmark/benchmarks.jl) which uses [PkgBencmark](https://juliaci.github.io/PkgBenchmark.jl/stable/run_benchmarks/)
When we create a new package with PkgTemplates.jl it does almost all the work. The one manual step is setting up documentation deployment on GitHub (it is automatic on GitLab)....
For some `foo(x)`, mocking does not support the broadcasted expression: ```julia julia> foo(x) = # do stuff julia> function bar(X) return @mock foo.(X) end ERROR: LoadError: expression is not a...
## Why are these changes needed? We believe we have implemented all the necessary features to the CoreWorker libraries to support [Julia language](https://julialang.org/) integration and we have successfully used the...