FemtoCleaner.jl icon indicating copy to clipboard operation
FemtoCleaner.jl copied to clipboard

The code behind femtocleaner

Results 25 FemtoCleaner.jl issues
Sort by recently updated
recently updated
newest added

Fix AbstractTrees download command for local run Fix running FemtoCleaner.cleanrepo command Added Julia 6.4 download link Fixed non-working URLs Brought local running in Readme upfront

I added a pull request to solve the issue for running it offline, but this does not work online. https://github.com/JuliaComputing/FemtoCleaner.jl/pull/112

From what I understood, this package and Deprecations.jl don't fix Julia 0.6 -> 0.7 deprecations

@ararslan has indicated an incorrect bot action in https://github.com/invenia/Memento.jl/pull/110 The relevant snippets are shown below: ```diff @@ -78,7 +78,7 @@ mutable struct EC2Record round(time, Dates.Second)), + Attribute{DateTime}(() -> round(time, digits=Dates.Second)),...

@ararslan has indicated an incorrect bot action in https://github.com/invenia/FTPClient.jl/pull/84 The relevant snippets are shown below: ```diff @@ -145,7 +145,7 @@ end ftp = FTP(; opts...) local_file = upload_file server_dir =...

It's common now to have Travis and AppVeyor not test the nightlies and only test v0.6. It would be nice if one could have FemtoCleaner add v0.7/v1.0 to the test...

Multiple attempts at: https://github.com/yakir12/ABCD.jl https://github.com/yakir12/Scallop.jl https://github.com/yakir12/Scallops.jl by bumping REQUIRE via a PR or an issue with the "Run femtocleaner" title. It just gets stuck in the queue.

femtocleaner is trying to fix floor function call https://github.com/femtotrader/TimeSeriesResampler.jl/pull/24 but I think it's wrong

Hi, I'm trying to run FemtoClearner locally to fix deprecations on a development branch. However, I couldn't manage to have a working FemtoClearner version running as there seems to be...